108 lines
5.1 KiB
XML
108 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{2D9F35C9-4274-429F-851E-96DAE240B59E}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>PatchEmAll_CLI</RootNamespace>
|
|
<AssemblyName>PatchEmAll-CLI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Debug\PatchEmAll-CLI.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>App.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Serilog.2.12.0\lib\net47\Serilog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Serilog.Sinks.Console, Version=4.1.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Serilog.Sinks.Console.4.1.0\lib\net45\Serilog.Sinks.Console.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Serilog.Sinks.LogEmAll, Version=0.0.6.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Serilog.Sinks.LogEmAll.0.0.7\lib\net461\Serilog.Sinks.LogEmAll.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PatchEmAll\PatchEmAll.csproj">
|
|
<Project>{956e3b6c-eee3-44a9-be64-7b3ae0238924}</Project>
|
|
<Name>PatchEmAll</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Build-Patches-Dat.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Build-Patches.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Build-ROMs.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Print-Donation-Info.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Print-Help.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Print-License.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Print-Version.sh" />
|
|
<None Include="Resources\BASHes\PatchEmAll-Save-Options.sh" />
|
|
<None Include="Resources\BASHes\put your bash files in this directory.txt" />
|
|
<None Include="Resources\Batches\PatchEmAll-Build-Patches.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Build-Patches-Dat.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Build-ROMs.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Print-Donation-Info.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Print-Help.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Print-License.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Print-Version.bat" />
|
|
<None Include="Resources\Batches\PatchEmAll-Save-Options.bat" />
|
|
<None Include="Resources\Batches\put your batch files in this directory.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |