Skip to content

Commit 2f06df7

Browse files
committed
Project files updated to VS2017, added solution containing all projects and some minor cleanup.
1 parent d2e6977 commit 2f06df7

File tree

8 files changed

+112
-32
lines changed

8 files changed

+112
-32
lines changed

AllMOCProjects.sln

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2008
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D3DValidate", "D3DValidate\D3DValidate.vcxproj", "{02474EA7-2575-4AE7-A86C-6125EE7D1F08}"
7+
EndProject
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example", "Example\Example.vcxproj", "{0A343471-42A8-4C29-AD98-9A976C514336}"
9+
EndProject
10+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FillrateTest", "FillrateTest\FillrateTest.vcxproj", "{C4229C47-7922-417C-9931-348CA8750D53}"
11+
EndProject
12+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FrameRecorderPlayer", "FrameRecorderPlayer\FrameRecorderPlayer.vcxproj", "{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}"
13+
EndProject
14+
Global
15+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16+
Debug_LLVM|x64 = Debug_LLVM|x64
17+
Debug|x64 = Debug|x64
18+
Release_LLVM|x64 = Release_LLVM|x64
19+
Release|x64 = Release|x64
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Debug_LLVM|x64.ActiveCfg = Debug_LLVM|x64
23+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Debug_LLVM|x64.Build.0 = Debug_LLVM|x64
24+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Debug|x64.ActiveCfg = Debug|x64
25+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Debug|x64.Build.0 = Debug|x64
26+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Release_LLVM|x64.ActiveCfg = Release_LLVM|x64
27+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Release_LLVM|x64.Build.0 = Release_LLVM|x64
28+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Release|x64.ActiveCfg = Release|x64
29+
{02474EA7-2575-4AE7-A86C-6125EE7D1F08}.Release|x64.Build.0 = Release|x64
30+
{0A343471-42A8-4C29-AD98-9A976C514336}.Debug_LLVM|x64.ActiveCfg = Debug_LLVM|x64
31+
{0A343471-42A8-4C29-AD98-9A976C514336}.Debug_LLVM|x64.Build.0 = Debug_LLVM|x64
32+
{0A343471-42A8-4C29-AD98-9A976C514336}.Debug|x64.ActiveCfg = Debug|x64
33+
{0A343471-42A8-4C29-AD98-9A976C514336}.Debug|x64.Build.0 = Debug|x64
34+
{0A343471-42A8-4C29-AD98-9A976C514336}.Release_LLVM|x64.ActiveCfg = Release_LLVM|x64
35+
{0A343471-42A8-4C29-AD98-9A976C514336}.Release_LLVM|x64.Build.0 = Release_LLVM|x64
36+
{0A343471-42A8-4C29-AD98-9A976C514336}.Release|x64.ActiveCfg = Release|x64
37+
{0A343471-42A8-4C29-AD98-9A976C514336}.Release|x64.Build.0 = Release|x64
38+
{C4229C47-7922-417C-9931-348CA8750D53}.Debug_LLVM|x64.ActiveCfg = Debug_LLVM|x64
39+
{C4229C47-7922-417C-9931-348CA8750D53}.Debug_LLVM|x64.Build.0 = Debug_LLVM|x64
40+
{C4229C47-7922-417C-9931-348CA8750D53}.Debug|x64.ActiveCfg = Debug|x64
41+
{C4229C47-7922-417C-9931-348CA8750D53}.Debug|x64.Build.0 = Debug|x64
42+
{C4229C47-7922-417C-9931-348CA8750D53}.Release_LLVM|x64.ActiveCfg = Release_LLVM|x64
43+
{C4229C47-7922-417C-9931-348CA8750D53}.Release_LLVM|x64.Build.0 = Release_LLVM|x64
44+
{C4229C47-7922-417C-9931-348CA8750D53}.Release|x64.ActiveCfg = Release|x64
45+
{C4229C47-7922-417C-9931-348CA8750D53}.Release|x64.Build.0 = Release|x64
46+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Debug_LLVM|x64.ActiveCfg = Debug_LLVM|x64
47+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Debug_LLVM|x64.Build.0 = Debug_LLVM|x64
48+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Debug|x64.ActiveCfg = Debug|x64
49+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Debug|x64.Build.0 = Debug|x64
50+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Release_LLVM|x64.ActiveCfg = Release_LLVM|x64
51+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Release_LLVM|x64.Build.0 = Release_LLVM|x64
52+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Release|x64.ActiveCfg = Release|x64
53+
{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}.Release|x64.Build.0 = Release|x64
54+
EndGlobalSection
55+
GlobalSection(SolutionProperties) = preSolution
56+
HideSolutionNode = FALSE
57+
EndGlobalSection
58+
GlobalSection(ExtensibilityGlobals) = postSolution
59+
SolutionGuid = {4EE1E6EF-D6F0-4F01-B18A-433CFE41B240}
60+
EndGlobalSection
61+
EndGlobal

D3DValidate/D3DValidate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ int main(int argc, char* argv[])
444444
printf("%d / %d triangles passed\n", nPassed, nTriangles);
445445

446446
int numThreads = std::thread::hardware_concurrency() - 1;
447-
printf("\n\nTesting Masked multi threaded code path (using binning)\n", numThreads);
447+
printf("\n\nTesting Masked multi threaded code path (using binning), %d threads\n", numThreads);
448448
printf("----\n");
449449
CullingThreadpool ctp(numThreads, 2, numThreads);
450450
ctp.SetBuffer(moc);

D3DValidate/D3DValidate.vcxproj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4-
<ProjectConfiguration Include="Debug_LLVM|x64">
5-
<Configuration>Debug_LLVM</Configuration>
6-
<Platform>x64</Platform>
7-
</ProjectConfiguration>
8-
<ProjectConfiguration Include="Release_LLVM|x64">
9-
<Configuration>Release_LLVM</Configuration>
10-
<Platform>x64</Platform>
11-
</ProjectConfiguration>
124
<ProjectConfiguration Include="Debug|x64">
135
<Configuration>Debug</Configuration>
146
<Platform>x64</Platform>
@@ -17,18 +9,26 @@
179
<Configuration>Release</Configuration>
1810
<Platform>x64</Platform>
1911
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug_LLVM|x64">
13+
<Configuration>Debug_LLVM</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release_LLVM|x64">
17+
<Configuration>Release_LLVM</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{02474EA7-2575-4AE7-A86C-6125EE7D1F08}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>D3DValidate</RootNamespace>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LLVM|x64'" Label="Configuration">
@@ -40,7 +40,7 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v141</PlatformToolset>
4444
<CharacterSet>Unicode</CharacterSet>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'" Label="Configuration">

Example/Example.vcxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
4-
<ProjectConfiguration Include="Debug_LLVM|x64">
5-
<Configuration>Debug_LLVM</Configuration>
6-
<Platform>x64</Platform>
7-
</ProjectConfiguration>
84
<ProjectConfiguration Include="Debug|x64">
95
<Configuration>Debug</Configuration>
106
<Platform>x64</Platform>
117
</ProjectConfiguration>
12-
<ProjectConfiguration Include="Release_LLVM|x64">
13-
<Configuration>Release_LLVM</Configuration>
8+
<ProjectConfiguration Include="Debug_LLVM|x64">
9+
<Configuration>Debug_LLVM</Configuration>
1410
<Platform>x64</Platform>
1511
</ProjectConfiguration>
1612
<ProjectConfiguration Include="Release|x64">
1713
<Configuration>Release</Configuration>
1814
<Platform>x64</Platform>
1915
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release_LLVM|x64">
17+
<Configuration>Release_LLVM</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
2020
</ItemGroup>
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{0A343471-42A8-4C29-AD98-9A976C514336}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>Example</RootNamespace>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LLVM|x64'" Label="Configuration">
@@ -40,7 +40,7 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v141</PlatformToolset>
4444
<WholeProgramOptimization>true</WholeProgramOptimization>
4545
<CharacterSet>Unicode</CharacterSet>
4646
</PropertyGroup>

FillrateTest/FillrateTest.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ int main(int argc, char* argv[])
358358
}
359359
#endif
360360

361-
printf( "Instruction set:" );
361+
printf( "\nInstruction set:" );
362362
switch( moc->GetImplementation( ) )
363363
{
364364
case MaskedOcclusionCulling::SSE2:
@@ -378,6 +378,10 @@ int main(int argc, char* argv[])
378378

379379
};
380380

381+
#if 0 && ENABLE_RECORDER
382+
moc->RecorderStart( "..\\FrameRecorderPlayer\\FillrateTest.mocrec" );
383+
#endif
384+
381385
printf("\n\nMasked single threaded\n");
382386
printf("----\n");
383387
for (int i = 0; i < numSizes; ++i)
@@ -389,6 +393,10 @@ int main(int argc, char* argv[])
389393
printf("Tri: %3dx%3d - Time: %7.2f ms, MTris/s: %6.2f GPixels/s: %5.2f \n", size, size, t * 1000.0f, MTrisPerSecond, GPixelsPerSecond);
390394
}
391395

396+
#if 0 && ENABLE_RECORDER
397+
moc->RecorderStop( );
398+
#endif
399+
392400
int numThreads = std::thread::hardware_concurrency() - 1;
393401
printf("\n\nMasked multi threaded (%d threads)\n", numThreads);
394402
printf("----\n");

FillrateTest/FillrateTest.vcxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<ProjectGuid>{C4229C47-7922-417C-9931-348CA8750D53}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>FillrateTest</RootNamespace>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LLVM|x64'" Label="Configuration">
@@ -40,7 +40,7 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v141</PlatformToolset>
4444
<CharacterSet>Unicode</CharacterSet>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'" Label="Configuration">
@@ -86,7 +86,7 @@
8686
</PrecompiledHeader>
8787
<WarningLevel>Level3</WarningLevel>
8888
<Optimization>Disabled</Optimization>
89-
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89+
<PreprocessorDefinitions>ENABLE_RECORDER=0;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
9090
<OpenMPSupport>false</OpenMPSupport>
9191
</ClCompile>
9292
<Link>
@@ -148,6 +148,7 @@
148148
</ItemDefinitionGroup>
149149
<ItemGroup>
150150
<ClCompile Include="..\CullingThreadpool.cpp" />
151+
<ClCompile Include="..\FrameRecorder.cpp" />
151152
<ClCompile Include="..\MaskedOcclusionCulling.cpp" />
152153
<ClCompile Include="..\MaskedOcclusionCullingAVX2.cpp">
153154
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
@@ -160,17 +161,18 @@
160161
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
161162
</ClCompile>
162163
<ClCompile Include="..\MaskedOcclusionCullingAVX512.cpp">
163-
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
164-
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
165164
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
166165
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'">false</ExcludedFromBuild>
167166
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_LLVM|x64'">false</ExcludedFromBuild>
168167
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
168+
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
169+
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
169170
</ClCompile>
170171
<ClCompile Include="FillrateTest.cpp" />
171172
</ItemGroup>
172173
<ItemGroup>
173174
<ClInclude Include="..\CullingThreadpool.h" />
175+
<ClInclude Include="..\FrameRecorder.h" />
174176
<ClInclude Include="..\MaskedOcclusionCulling.h" />
175177
</ItemGroup>
176178
<ItemGroup>

FillrateTest/FillrateTest.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<ClCompile Include="..\MaskedOcclusionCullingAVX512.cpp">
1515
<Filter>MaskedOcclusionCulling</Filter>
1616
</ClCompile>
17+
<ClCompile Include="..\FrameRecorder.cpp">
18+
<Filter>MaskedOcclusionCulling</Filter>
19+
</ClCompile>
1720
</ItemGroup>
1821
<ItemGroup>
1922
<ClInclude Include="..\CullingThreadpool.h">
@@ -22,6 +25,9 @@
2225
<ClInclude Include="..\MaskedOcclusionCulling.h">
2326
<Filter>MaskedOcclusionCulling</Filter>
2427
</ClInclude>
28+
<ClInclude Include="..\FrameRecorder.h">
29+
<Filter>MaskedOcclusionCulling</Filter>
30+
</ClInclude>
2531
</ItemGroup>
2632
<ItemGroup>
2733
<Filter Include="MaskedOcclusionCulling">

FrameRecorderPlayer/FrameRecorderPlayer.vcxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<ProjectGuid>{D9BAD3FB-95A9-4AB4-9B2B-DAC2A103345F}</ProjectGuid>
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>FrameRecorderPlayer</RootNamespace>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LLVM|x64'" Label="Configuration">
@@ -40,7 +40,7 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>false</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v141</PlatformToolset>
4444
<CharacterSet>Unicode</CharacterSet>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'" Label="Configuration">
@@ -152,7 +152,10 @@
152152
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
153153
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release_LLVM|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
154154
</ClCompile>
155-
<ClCompile Include="..\MaskedOcclusionCullingAVX512.cpp" />
155+
<ClCompile Include="..\MaskedOcclusionCullingAVX512.cpp">
156+
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
157+
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
158+
</ClCompile>
156159
<ClCompile Include="FrameRecorderPlayer.cpp" />
157160
</ItemGroup>
158161
<ItemGroup>

0 commit comments

Comments
 (0)