2016-05-04 09:58:44 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<SccProjectName />
|
|
|
|
|
<SccLocalPath />
|
|
|
|
|
<ProjectGuid>{6BCFC5CA-EA71-4AE9-8B96-28B8701F939E}</ProjectGuid>
|
2016-05-07 22:49:54 +02:00
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<UseOfMfc>false</UseOfMfc>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2016-07-19 07:41:07 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</IntDir>
|
2016-05-04 09:58:44 +02:00
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2016-05-07 22:49:54 +02:00
|
|
|
<IncludePath>$(DXSDK_DIR)Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
|
|
|
<LibraryPath>$(DXSDK_DIR)Lib\x86\;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2016-07-19 07:41:07 +02:00
|
|
|
<OutDir>..\#Build\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</OutDir>
|
|
|
|
|
<IntDir>..\#Intermediate\$(ProjectName)\$(Configuration)-$(PlatformTarget)\</IntDir>
|
2016-05-04 09:58:44 +02:00
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2016-05-07 22:49:54 +02:00
|
|
|
<IncludePath>$(DXSDK_DIR)Include\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
|
|
|
|
<LibraryPath>$(DXSDK_DIR)Lib\x86\;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
|
2016-05-04 09:58:44 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
2016-07-19 07:41:07 +02:00
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
2016-06-03 00:01:06 +02:00
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
2016-05-04 09:58:44 +02:00
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
2016-05-07 22:49:54 +02:00
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2016-06-03 00:01:06 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2016-05-04 09:58:44 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0409</Culture>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<OutputFile>.\Release\stdutil.bsc</OutputFile>
|
|
|
|
|
</Bscmake>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2016-05-07 22:49:54 +02:00
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2016-05-04 09:58:44 +02:00
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
2016-07-19 07:41:07 +02:00
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2016-05-04 09:58:44 +02:00
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-07-19 07:41:07 +02:00
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
2016-06-03 00:01:06 +02:00
|
|
|
<FunctionLevelLinking>false</FunctionLevelLinking>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
2016-05-04 09:58:44 +02:00
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-05-07 22:49:54 +02:00
|
|
|
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
|
2016-06-03 00:01:06 +02:00
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2016-07-19 07:41:07 +02:00
|
|
|
<ExceptionHandling>Async</ExceptionHandling>
|
2016-05-04 09:58:44 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<Culture>0x0409</Culture>
|
2016-05-07 22:49:54 +02:00
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-05-04 09:58:44 +02:00
|
|
|
</ResourceCompile>
|
|
|
|
|
<Bscmake>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2016-05-07 22:49:54 +02:00
|
|
|
<OutputFile>.\Debug\stdutil.bsc</OutputFile>
|
2016-05-04 09:58:44 +02:00
|
|
|
</Bscmake>
|
|
|
|
|
<Lib>
|
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
2016-05-07 22:49:54 +02:00
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
2016-05-04 09:58:44 +02:00
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="stdutil.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="stdutil.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\config\config.vcxproj">
|
|
|
|
|
<Project>{3e355353-96d8-4aaf-bf95-8e6ca0d4b1ba}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|