1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AF5EB52F-11D8-4939-ADCD-90F432A71ECC}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GenerateKeySound</RootNamespace>
<AssemblyName>GenerateKeySound</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>..\Cadencii\bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;CSHARP</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>none</DebugType>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<OutputPath>..\Cadencii\bin\x86\Release\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<WarningLevel>4</WarningLevel>
<DefineConstants>CSHARP</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMinimal|x86' ">
<OutputPath>bin\x86\DebugMinimal\</OutputPath>
<DefineConstants>TRACE;DEBUG;CSHARP</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMinimal|x86' ">
<OutputPath>bin\x86\ReleaseMinimal\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<PlatformTarget>x86</PlatformTarget>
<DefineConstants>CSHARP</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoRelease|x86' ">
<OutputPath>bin\x86\MonoRelease\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<PlatformTarget>x86</PlatformTarget>
<DefineConstants>CSHARP</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="org.kbinani.cadencii.util, Version=1.0.3860.20323, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Cadencii\bin\x86\Release\org.kbinani.cadencii.util.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs">
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cadencii\Cadencii.csproj">
<Project>{A97A6445-5A48-4CEC-A7CE-05B10126CA2A}</Project>
<Name>Cadencii</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.media\org.kbinani.media.csproj">
<Project>{F4F8F601-4E3D-43F5-A8A8-AA1FB7F48452}</Project>
<Name>org.kbinani.media</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.vsq\org.kbinani.vsq.csproj">
<Project>{673347F3-6FC2-4F82-9273-BF158E0F8CB1}</Project>
<Name>org.kbinani.vsq</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani.windows.forms\org.kbinani.windows.forms.csproj">
<Project>{B9481E3B-6842-4AB3-8ED4-29C86C2579A3}</Project>
<Name>org.kbinani.windows.forms</Name>
</ProjectReference>
<ProjectReference Include="..\org.kbinani\org.kbinani.csproj">
<Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project>
<Name>org.kbinani</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>
-->
<PropertyGroup>
<PostBuildEvent>@set PATH=$(DevEnvDir);%25PATH%25
"$(DevEnvDir)..\..\VC\bin\editbin.exe" /NXCOMPAT:NO "$(TargetPath)"
</PostBuildEvent>
</PropertyGroup>
</Project>
|