Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • NvAPI
  • master
2 results

Target

Select target project
  • sip/graphix
1 result
Select Git revision
  • NvAPI
  • master
2 results
Show changes

Commits on Source 1

Showing
with 7030 additions and 2556 deletions
......@@ -109,22 +109,22 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>../../../build/bin/</OutDir>
<IncludePath>../../../sdks/;$(VC_IncludePath);$(WindowsSDK_IncludePath);../../../sdks/dx11sdk/Include;</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/dx11sdk/Lib/x86;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
<IncludePath>../../../sdks/;../../../sdks/DirectX/Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/DirectX/Lib/x86;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>../../../sdks/;$(VC_IncludePath);$(WindowsSDK_IncludePath);../../../sdks/dx11sdk/Include;</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/dx11sdk/Lib/x64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
<IncludePath>../../../sdks/;../../../sdks/DirectX/Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/DirectX/Lib/x64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
<OutDir>../../../build/bin64/</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>../../../build/bin/</OutDir>
<IncludePath>../../../sdks/;$(VC_IncludePath);$(WindowsSDK_IncludePath);../../../sdks/dx11sdk/Include;</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/dx11sdk/Lib/x86;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
<IncludePath>../../../sdks/;../../../sdks/DirectX/Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/DirectX/Lib/x86;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>../../../sdks/;$(VC_IncludePath);$(WindowsSDK_IncludePath);../../../sdks/dx11sdk/Include;</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/dx11sdk/Lib/x64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
<IncludePath>../../../sdks/;../../../sdks/DirectX/Include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>../../../libs/;../../../sdks/DirectX/Lib/x64;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath>
<OutDir>../../../build/bin64/</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
......