110 lines
4.8 KiB
XML
110 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>BizHawk.Common</RootNamespace>
|
|
<AssemblyName>BizHawk.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\output\dll\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>..\output\dll\</OutputPath>
|
|
<DefineConstants>TRACE;WINDOWS</DefineConstants>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Version\svnrev.cs">
|
|
<Link>svnrev.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Version\VersionInfo.cs">
|
|
<Link>VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AWEMemoryStream.cs" />
|
|
<Compile Include="BinaryQuickSerializer.cs" />
|
|
<Compile Include="Bit.cs" />
|
|
<Compile Include="BitReverse.cs" />
|
|
<Compile Include="BizInvoke\BizExvoker.cs" />
|
|
<Compile Include="BizInvoke\BizInvoker.cs" />
|
|
<Compile Include="BizInvoke\BizInvokeUtilities.cs" />
|
|
<Compile Include="BizInvoke\CallingConventionAdapter.cs" />
|
|
<Compile Include="BizInvoke\DynamicLibraryImportResolver.cs" />
|
|
<Compile Include="BizInvoke\MemoryBlock.cs" />
|
|
<Compile Include="BizInvoke\WaterboxUtils.cs" />
|
|
<Compile Include="Buffer.cs" />
|
|
<Compile Include="Colors.cs" />
|
|
<Compile Include="CustomCollections.cs" />
|
|
<Compile Include="DeepEquality.cs" />
|
|
<Compile Include="DescribableEnumConverter.cs" />
|
|
<Compile Include="Extensions\BufferExtensions.cs" />
|
|
<Compile Include="Extensions\CollectionExtensions.cs" />
|
|
<Compile Include="Extensions\IOExtensions.cs" />
|
|
<Compile Include="Extensions\NumberExtensions.cs" />
|
|
<Compile Include="Extensions\ReflectionExtensions.cs" />
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|
<Compile Include="HawkFile.cs" />
|
|
<Compile Include="IImportResolver.cs" />
|
|
<Compile Include="IMonitor.cs" />
|
|
<Compile Include="InstanceDll.cs" />
|
|
<Compile Include="IPC\SharedMemoryBlock.cs" />
|
|
<Compile Include="Log.cs" />
|
|
<Compile Include="MruStack.cs" />
|
|
<Compile Include="NDBDatabase.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="QuickCollections.cs" />
|
|
<Compile Include="Serializer.cs" />
|
|
<Compile Include="SettingsUtil.cs" />
|
|
<Compile Include="SimpleTime.cs" />
|
|
<Compile Include="Sprintf.cs" />
|
|
<Compile Include="SwitcherStream.cs" />
|
|
<Compile Include="TempFileManager.cs" />
|
|
<Compile Include="UndoHistory.cs" />
|
|
<Compile Include="UnmanagedResourceHeap.cs" />
|
|
<Compile Include="Util.cs" />
|
|
<Compile Include="Win32Hacks.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |