2014-06-25 01:57:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{1970D175-3DE8-4738-942A-4D98D1CDBF64}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-11-02 23:19:17 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2013-11-02 23:19:17 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2011-02-11 15:43:05 +00:00
|
|
|
|
</PropertyGroup>
|
2013-11-02 23:19:17 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2011-02-11 15:43:05 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\VSProps\Base.props" />
|
2014-08-15 06:51:13 +00:00
|
|
|
|
<Import Project="..\VSProps\PCHUse.props" />
|
2011-02-11 15:43:05 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Testdata\dsp_test.bin" />
|
|
|
|
|
<None Include="Testdata\dsp_test.S" />
|
|
|
|
|
<None Include="Testdata\hermes.bin" />
|
|
|
|
|
<None Include="Testdata\hermes.s" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="DSPTool.cpp" />
|
2011-02-11 15:43:05 +00:00
|
|
|
|
</ItemGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2011-07-17 08:38:08 +00:00
|
|
|
|
<ItemGroup>
|
2014-08-31 12:51:38 +00:00
|
|
|
|
<ProjectReference Include="$(CoreDir)Common\Common.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
|
2011-07-17 08:38:08 +00:00
|
|
|
|
</ProjectReference>
|
2014-08-31 12:51:38 +00:00
|
|
|
|
<ProjectReference Include="$(CoreDir)Core\Core.vcxproj">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project>{e54cf649-140e-4255-81a5-30a673c1fb36}</Project>
|
2011-07-17 08:38:08 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2013-11-02 23:19:17 +00:00
|
|
|
|
<!--Copy the .exe to binary output folder-->
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemGroup>
|
2013-11-02 23:19:17 +00:00
|
|
|
|
<SourceFiles Include="$(TargetPath)" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Target Name="AfterBuild" Inputs="@(SourceFiles)" Outputs="@(SourceFiles -> '$(BinaryOutputDir)%(Filename)%(Extension)')">
|
2014-06-25 01:57:43 +00:00
|
|
|
|
<Message Text="Copy: @(SourceFiles) -> $(BinaryOutputDir)" Importance="High" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(BinaryOutputDir)" />
|
|
|
|
|
</Target>
|
2014-06-25 01:57:43 +00:00
|
|
|
|
</Project>
|