2013-03-16 19:13:01 +02: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-11-03 12:27:13 +02:00
|
|
|
<ProjectConfiguration Include="Debug|@id_platform@">
|
2013-03-16 19:13:01 +02:00
|
|
|
<Configuration>Debug</Configuration>
|
2013-11-03 12:27:13 +02:00
|
|
|
<Platform>@id_platform@</Platform>
|
2013-03-16 19:13:01 +02:00
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
|
|
|
|
<RootNamespace>CompilerId@id_lang@</RootNamespace>
|
2021-09-14 00:13:48 +02:00
|
|
|
<Keyword>@id_keyword@</Keyword>
|
2015-04-27 22:25:09 +02:00
|
|
|
@id_system@
|
|
|
|
@id_system_version@
|
2015-11-17 17:22:37 +01:00
|
|
|
@id_WindowsTargetPlatformVersion@
|
2015-04-27 22:25:09 +02:00
|
|
|
@id_WindowsSDKDesktopARMSupport@
|
2020-02-01 23:06:01 +01:00
|
|
|
@id_CudaToolkitCustomDir@
|
2020-08-30 11:54:41 +02:00
|
|
|
@id_ToolsetVCTargetsDir@
|
|
|
|
@id_CustomGlobals@
|
2013-03-16 19:13:01 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2023-08-26 19:55:20 +02:00
|
|
|
@id_toolset_version_props@
|
2017-04-14 19:02:05 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
@id_PreferredToolArchitecture@
|
|
|
|
</PropertyGroup>
|
2013-11-03 12:27:13 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'" Label="Configuration">
|
2021-09-14 00:13:48 +02:00
|
|
|
<ConfigurationType>@id_config_type@</ConfigurationType>
|
2013-03-16 19:13:01 +02:00
|
|
|
@id_toolset@
|
2023-07-02 19:51:09 +02:00
|
|
|
@id_api_level@
|
2013-03-16 19:13:01 +02:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2017-07-20 19:35:53 +02:00
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
@id_Import_props@
|
|
|
|
</ImportGroup>
|
2013-03-16 19:13:01 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
2013-11-03 12:27:13 +02: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>
|
2013-03-16 19:13:01 +02:00
|
|
|
</PropertyGroup>
|
2013-11-03 12:27:13 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">
|
2013-03-16 19:13:01 +02:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
2023-07-02 19:51:09 +02:00
|
|
|
<RuntimeLibrary Condition="'$(ApplicationType)'!='Android'">MultiThreadedDebugDLL</RuntimeLibrary>
|
2013-03-16 19:13:01 +02:00
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
|
<DebugInformationFormat>
|
|
|
|
</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
2017-07-20 19:35:53 +02:00
|
|
|
@id_ItemDefinitionGroup_entry@
|
2013-03-16 19:13:01 +02:00
|
|
|
<Link>
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
<SubSystem>Console</SubSystem>
|
2017-07-20 19:35:53 +02:00
|
|
|
@id_Link_AdditionalDependencies@
|
2013-03-16 19:13:01 +02:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2017-07-20 19:35:53 +02:00
|
|
|
<Command>@id_PostBuildEvent_Command@</Command>
|
2013-03-16 19:13:01 +02:00
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2017-07-20 19:35:53 +02:00
|
|
|
<@id_compile@ Include="@id_src@" />
|
2013-03-16 19:13:01 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2017-07-20 19:35:53 +02:00
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
@id_Import_targets@
|
|
|
|
</ImportGroup>
|
2013-03-16 19:13:01 +02:00
|
|
|
</Project>
|