1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <VCProjectVersion >15.0</VCProjectVersion >
23
+ <ProjectGuid >{02AF14FF-5139-43C5-9AD2-D382B0E3BFF9}</ProjectGuid >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
26
+ <WindowsTargetPlatformVersion Condition =" '$(VisualStudioVersion)'> ='16.0'" >10.0</WindowsTargetPlatformVersion >
27
+ <ProjectName >ReShade_advancedfx</ProjectName >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Label =" Configuration" >
31
+ <CharacterSet >Unicode</CharacterSet >
32
+ <PlatformToolset >v141</PlatformToolset >
33
+ <PlatformToolset Condition =" '$(VisualStudioVersion)'=='16.0'" >v142</PlatformToolset >
34
+ <PlatformToolset Condition =" '$(VisualStudioVersion)'=='17.0'" >v143</PlatformToolset >
35
+ </PropertyGroup >
36
+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)'=='Debug'" >
37
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
38
+ <UseDebugLibraries >true</UseDebugLibraries >
39
+ </PropertyGroup >
40
+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)'=='Release'" >
41
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
42
+ <UseDebugLibraries >false</UseDebugLibraries >
43
+ <WholeProgramOptimization >true</WholeProgramOptimization >
44
+ </PropertyGroup >
45
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
46
+ <ImportGroup Label =" PropertySheets" >
47
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
48
+ </ImportGroup >
49
+ <PropertyGroup >
50
+ <OutDir >..\build\bin\$(Platform)\$(Configuration) Examples\</OutDir >
51
+ <IntDir >..\build\intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir >
52
+ <TargetName >ReShade_advancedfx</TargetName >
53
+ <TargetExt >.addon</TargetExt >
54
+ </PropertyGroup >
55
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <ClCompile >
57
+ <WarningLevel >Level4</WarningLevel >
58
+ <SDLCheck >true</SDLCheck >
59
+ <Optimization >Disabled</Optimization >
60
+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
61
+ <ConformanceMode >true</ConformanceMode >
62
+ <AdditionalIncludeDirectories >..\deps\release\reshade\include;..\deps\release\reshade\deps\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
63
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
64
+ <LanguageStandard >stdcpp17</LanguageStandard >
65
+ </ClCompile >
66
+ <Link >
67
+ <SubSystem >Windows</SubSystem >
68
+ <GenerateDebugInformation >true</GenerateDebugInformation >
69
+ </Link >
70
+ </ItemDefinitionGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72
+ <ClCompile >
73
+ <WarningLevel >Level4</WarningLevel >
74
+ <SDLCheck >true</SDLCheck >
75
+ <Optimization >Disabled</Optimization >
76
+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77
+ <ConformanceMode >true</ConformanceMode >
78
+ <AdditionalIncludeDirectories >..\deps\release\reshade\include;..\deps\release\reshade\deps\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
79
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
80
+ <LanguageStandard >stdcpp17</LanguageStandard >
81
+ </ClCompile >
82
+ <Link >
83
+ <SubSystem >Windows</SubSystem >
84
+ <GenerateDebugInformation >true</GenerateDebugInformation >
85
+ </Link >
86
+ </ItemDefinitionGroup >
87
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
88
+ <ClCompile >
89
+ <WarningLevel >Level3</WarningLevel >
90
+ <Optimization >MaxSpeed</Optimization >
91
+ <IntrinsicFunctions >true</IntrinsicFunctions >
92
+ <FunctionLevelLinking >true</FunctionLevelLinking >
93
+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94
+ <ConformanceMode >true</ConformanceMode >
95
+ <AdditionalIncludeDirectories >..\deps\release\reshade\include;..\deps\release\reshade\deps\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
96
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
97
+ <LanguageStandard >stdcpp17</LanguageStandard >
98
+ </ClCompile >
99
+ <Link >
100
+ <SubSystem >Windows</SubSystem >
101
+ <OptimizeReferences >true</OptimizeReferences >
102
+ <GenerateDebugInformation >false</GenerateDebugInformation >
103
+ <LinkTimeCodeGeneration >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
104
+ </Link >
105
+ </ItemDefinitionGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
107
+ <ClCompile >
108
+ <WarningLevel >Level3</WarningLevel >
109
+ <Optimization >MaxSpeed</Optimization >
110
+ <IntrinsicFunctions >true</IntrinsicFunctions >
111
+ <FunctionLevelLinking >true</FunctionLevelLinking >
112
+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;NOMINMAX;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
113
+ <ConformanceMode >true</ConformanceMode >
114
+ <AdditionalIncludeDirectories >..\deps\release\reshade\include;..\deps\release\reshade\deps\imgui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
115
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
116
+ <LanguageStandard >stdcpp17</LanguageStandard >
117
+ </ClCompile >
118
+ <Link >
119
+ <SubSystem >Windows</SubSystem >
120
+ <OptimizeReferences >true</OptimizeReferences >
121
+ <GenerateDebugInformation >false</GenerateDebugInformation >
122
+ <LinkTimeCodeGeneration >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
123
+ </Link >
124
+ </ItemDefinitionGroup >
125
+ <ItemGroup >
126
+ <ClCompile Include =" main.cpp" />
127
+ </ItemGroup >
128
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
129
+ </Project >
0 commit comments