You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.3 KiB
58 lines
2.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<ProjectGuid>{0A9E4826-E66B-4E28-A32B-ABCCB5B65B68}</ProjectGuid> |
|
<OutputType>Exe</OutputType> |
|
<RootNamespace>MusicBoxConverter</RootNamespace> |
|
<AssemblyName>MusicBoxConverter</AssemblyName> |
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug</OutputPath> |
|
<DefineConstants>DEBUG;</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<ExternalConsole>true</ExternalConsole> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
<Optimize>true</Optimize> |
|
<OutputPath>bin\Release</OutputPath> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<ExternalConsole>true</ExternalConsole> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="Melanchall.DryWetMidi"> |
|
<HintPath>..\packages\Melanchall.DryWetMidi.2.0.1\lib\net45\Melanchall.DryWetMidi.dll</HintPath> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="MusicBoxScoreGenerator.cs" /> |
|
<Compile Include="SvgWriter.cs" /> |
|
<Compile Include="Utilities\Vector2.cs" /> |
|
<Compile Include="MusicBox.cs" /> |
|
<Compile Include="Utilities\NoteUtilities.cs" /> |
|
<Compile Include="Utilities\EmbeddedFiles.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Utilities\" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="packages.config" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="Help.txt" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
</Project> |