83 lines
3.6 KiB
XML
83 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{7B5D5A3A-A6F8-4813-C97D-ACFC98F7397E}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>PD_Tool</RootNamespace>
|
|
<AssemblyName>PD_Tool</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\build\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>8.0</LangVersion>
|
|
<NoWarn>IDE0004, IDE0018, IDE0032, IDE0044, IDE0045, IDE0046, IDE0051, IDE0055, IDE0059, IDE0063, IDE0066, IDE0069, IDE1006</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>embedded</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\build\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<LangVersion>8.0</LangVersion>
|
|
<NoWarn>IDE0004, IDE0018, IDE0032, IDE0044, IDE0045, IDE0046, IDE0051, IDE0055, IDE0059, IDE0063, IDE0066, IDE0069, IDE1006</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="classes\A3D.cs" />
|
|
<Compile Include="classes\AET.cs" />
|
|
<Compile Include="classes\BLT.cs" />
|
|
<Compile Include="classes\CCT.cs" />
|
|
<Compile Include="classes\DataBase.cs" />
|
|
<Compile Include="classes\DB.cs" />
|
|
<Compile Include="classes\DEX.cs" />
|
|
<Compile Include="classes\DFT.cs" />
|
|
<Compile Include="classes\DIV.cs" />
|
|
<Compile Include="classes\DIVAFILE.cs" />
|
|
<Compile Include="classes\FARC.cs" />
|
|
<Compile Include="classes\LIT.cs" />
|
|
<Compile Include="classes\MHD.cs" />
|
|
<Compile Include="classes\MOT.cs" />
|
|
<Compile Include="classes\STR.cs" />
|
|
<Compile Include="classes\TBL.cs" />
|
|
<Compile Include="classes\VAG.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\KKdBaseLib\KKdBaseLib.csproj">
|
|
<Project>{437f63f1-8c23-429e-ab14-38b85c9edb16}</Project>
|
|
<Name>KKdBaseLib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\KKdMainLib\KKdMainLib.csproj">
|
|
<Project>{2ba7efc6-91d1-8bbc-c487-06c7f36cc789}</Project>
|
|
<Name>KKdMainLib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\KKdSoundLib\KKdSoundLib.csproj">
|
|
<Project>{d8a3f2d7-10cc-5723-ec9a-45d3b9c2df77}</Project>
|
|
<Name>KKdSoundLib</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |