2012-08-16 20:23:16 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2013-08-05 10:57:58 +00:00
|
|
|
<ProjectConfiguration Include="Debug|@id_platform@">
|
2012-08-16 20:23:16 +00:00
|
|
|
<Configuration>Debug</Configuration>
|
2013-08-05 10:57:58 +00:00
|
|
|
<Platform>@id_platform@</Platform>
|
2012-08-16 20:23:16 +00:00
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
|
|
|
|
<RootNamespace>CompilerId@id_lang@</RootNamespace>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2014-07-28 18:27:59 +00:00
|
|
|
@id_system@
|
|
|
|
@id_system_version@
|
2015-09-30 20:22:43 +00:00
|
|
|
@id_WindowsTargetPlatformVersion@
|
2014-08-05 18:44:12 +00:00
|
|
|
@id_WindowsSDKDesktopARMSupport@
|
2019-08-21 13:31:24 +00:00
|
|
|
@id_CudaToolkitCustomDir@
|
2019-09-16 21:14:20 +00:00
|
|
|
@id_ToolsetVCTargetsDir@
|
2019-09-27 00:37:47 +00:00
|
|
|
@id_CustomGlobals@
|
2012-08-16 20:23:16 +00:00
|
|
|
</PropertyGroup>
|
2018-05-19 11:23:21 +00:00
|
|
|
@id_toolset_version_props@
|
2012-08-16 20:23:16 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-10-07 19:57:04 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
@id_PreferredToolArchitecture@
|
|
|
|
</PropertyGroup>
|
2013-08-05 10:57:58 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'" Label="Configuration">
|
2012-08-16 20:23:16 +00:00
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
@id_toolset@
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2017-01-16 20:24:24 +00:00
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
@id_Import_props@
|
|
|
|
</ImportGroup>
|
2012-08-16 20:23:16 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
2013-08-05 10:57:58 +00:00
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">.\</OutDir>
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">false</LinkIncremental>
|
2012-08-16 20:23:16 +00:00
|
|
|
</PropertyGroup>
|
2013-08-05 10:57:58 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">
|
2012-08-16 20:23:16 +00:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
|
<DebugInformationFormat>
|
|
|
|
</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
2017-01-16 20:24:24 +00:00
|
|
|
@id_ItemDefinitionGroup_entry@
|
2012-08-16 20:23:16 +00:00
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
<SubSystem>Console</SubSystem>
|
2017-01-16 20:24:24 +00:00
|
|
|
@id_Link_AdditionalDependencies@
|
2012-08-16 20:23:16 +00:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2017-01-16 20:21:23 +00:00
|
|
|
<Command>@id_PostBuildEvent_Command@</Command>
|
2012-08-16 20:23:16 +00:00
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2017-01-16 20:21:23 +00:00
|
|
|
<@id_compile@ Include="@id_src@" />
|
2012-08-16 20:23:16 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2017-01-16 20:24:24 +00:00
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
@id_Import_targets@
|
|
|
|
</ImportGroup>
|
2012-08-16 20:23:16 +00:00
|
|
|
</Project>
|