2015-08-04 21:52:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2015-12-16 21:27:12 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(DXSDK_DIR)Lib\x86;</LibraryPath>
|
|
|
|
</PropertyGroup>
|
2015-08-04 21:52:48 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<Link>
|
2015-12-16 21:27:12 +00:00
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)vtune\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2015-08-04 21:52:48 +00:00
|
|
|
</Link>
|
|
|
|
<ClCompile />
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
2011-02-24 04:55:35 +00:00
|
|
|
</Project>
|