2014-06-25 01:57:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
|
<Project>
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\VSProps\Base.Macros.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{1970D175-3DE8-4738-942A-4D98D1CDBF64}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.Application.props" />
|
2011-02-11 15:43:05 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
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" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Dolphin.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)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>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="DSPTool.cpp" />
|
2017-09-01 15:10:47 +00:00
|
|
|
|
<ClCompile Include="StubHost.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>
|
2020-09-15 14:22:32 +00:00
|
|
|
|
<ProjectReference Include="$(CoreDir)DolphinLib.vcxproj">
|
|
|
|
|
<Project>{D79392F7-06D6-4B4B-A39F-4D587C215D3A}</Project>
|
2011-07-17 08:38:08 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2022-07-31 07:39:35 +00:00
|
|
|
|
<Import Project="$(ExternalsDir)fmt\exports.props" />
|
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>
|
2018-05-04 21:43:32 +00:00
|
|
|
|
</Project>
|