|
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | 38 | <CharacterSet>Unicode</CharacterSet> |
| 39 | + <PlatformToolset>v120</PlatformToolset> |
39 | 40 | </PropertyGroup> |
40 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
41 | 42 | <ConfigurationType>Application</ConfigurationType> |
42 | 43 | <UseDebugLibraries>true</UseDebugLibraries> |
43 | 44 | <CharacterSet>Unicode</CharacterSet> |
| 45 | + <PlatformToolset>v120</PlatformToolset> |
44 | 46 | </PropertyGroup> |
45 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
46 | 48 | <ConfigurationType>Application</ConfigurationType> |
47 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
48 | 50 | <WholeProgramOptimization>true</WholeProgramOptimization> |
49 | 51 | <CharacterSet>Unicode</CharacterSet> |
| 52 | + <PlatformToolset>v120</PlatformToolset> |
50 | 53 | </PropertyGroup> |
51 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
52 | 55 | <ConfigurationType>Application</ConfigurationType> |
53 | 56 | <UseDebugLibraries>false</UseDebugLibraries> |
54 | 57 | <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 58 | <CharacterSet>Unicode</CharacterSet> |
| 59 | + <PlatformToolset>v120</PlatformToolset> |
56 | 60 | </PropertyGroup> |
57 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> |
58 | 62 | <ConfigurationType>Application</ConfigurationType> |
59 | 63 | <UseDebugLibraries>false</UseDebugLibraries> |
60 | 64 | <WholeProgramOptimization>true</WholeProgramOptimization> |
61 | 65 | <CharacterSet>Unicode</CharacterSet> |
| 66 | + <PlatformToolset>v120</PlatformToolset> |
62 | 67 | </PropertyGroup> |
63 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration"> |
64 | 69 | <ConfigurationType>Application</ConfigurationType> |
65 | 70 | <UseDebugLibraries>false</UseDebugLibraries> |
66 | 71 | <WholeProgramOptimization>true</WholeProgramOptimization> |
67 | 72 | <CharacterSet>Unicode</CharacterSet> |
| 73 | + <PlatformToolset>v120</PlatformToolset> |
68 | 74 | </PropertyGroup> |
69 | 75 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
70 | 76 | <ImportGroup Label="ExtensionSettings"> |
|
239 | 245 | <Optimization>MaxSpeed</Optimization> |
240 | 246 | <FunctionLevelLinking>true</FunctionLevelLinking> |
241 | 247 | <IntrinsicFunctions>true</IntrinsicFunctions> |
242 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 248 | + <PreprocessorDefinitions>WIN32;_PROFILE;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
243 | 249 | <AdditionalIncludeDirectories>$(SolutionDir)..\Libraries\LibRenderer\SDK\gmtl\include;$(SolutionDir)..\Libraries\LibRenderer\Common;</AdditionalIncludeDirectories> |
244 | 250 | </ClCompile> |
245 | 251 | <Link> |
|
267 | 273 | <Optimization>MaxSpeed</Optimization> |
268 | 274 | <FunctionLevelLinking>true</FunctionLevelLinking> |
269 | 275 | <IntrinsicFunctions>true</IntrinsicFunctions> |
270 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 276 | + <PreprocessorDefinitions>WIN32;_PROFILE;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
271 | 277 | <AdditionalIncludeDirectories>$(SolutionDir)..\Libraries\LibRenderer\SDK\gmtl\include;$(SolutionDir)..\Libraries\LibRenderer\Common;</AdditionalIncludeDirectories> |
272 | 278 | </ClCompile> |
273 | 279 | <Link> |
|
294 | 300 | <ItemGroup> |
295 | 301 | <ClInclude Include="GITechDemo.h" /> |
296 | 302 | <ClInclude Include="PerlinNoise.h" /> |
| 303 | + <ClInclude Include="Poisson.h" /> |
297 | 304 | <ClInclude Include="Resource.h" /> |
298 | 305 | <ClInclude Include="stdafx.h" /> |
299 | 306 | <ClInclude Include="targetver.h" /> |
300 | 307 | </ItemGroup> |
301 | 308 | <ItemGroup> |
302 | 309 | <ClCompile Include="GITechDemo.cpp" /> |
303 | 310 | <ClCompile Include="PerlinNoise.cpp" /> |
| 311 | + <ClCompile Include="Poisson.cpp" /> |
304 | 312 | <ClCompile Include="stdafx.cpp"> |
305 | 313 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
306 | 314 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
|
332 | 340 | <None Include="..\..\..\Data\shaders\Skybox.hlsl" /> |
333 | 341 | <None Include="..\..\..\Data\shaders\Utils.hlsl" /> |
334 | 342 | </ItemGroup> |
| 343 | + <ItemGroup> |
| 344 | + <None Include="..\..\..\Data\shaders\RSMCapture.hlsl"> |
| 345 | + <FileType>Document</FileType> |
| 346 | + </None> |
| 347 | + </ItemGroup> |
| 348 | + <ItemGroup> |
| 349 | + <None Include="..\..\..\Data\shaders\RSMApply.hlsl"> |
| 350 | + <FileType>Document</FileType> |
| 351 | + </None> |
| 352 | + </ItemGroup> |
335 | 353 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
336 | 354 | <ImportGroup Label="ExtensionTargets"> |
337 | 355 | </ImportGroup> |
|
0 commit comments