We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa8d23 commit d38614bCopy full SHA for d38614b
src/xrEngine/xrEngine.vcxproj.filters
@@ -555,7 +555,6 @@
555
<ClInclude Include="profiler_inline.h">
556
<Filter>General\Profiler</Filter>
557
</ClInclude>
558
- <ClInclude Include="main.h" />
559
<ClInclude Include="splash.h">
560
<Filter>General</Filter>
561
@@ -565,6 +564,9 @@
565
564
<ClInclude Include="ShadersExternalData.h">
566
<Filter>Render\Visibility</Filter>
567
+ <ClInclude Include="main.h">
568
+ <Filter>General</Filter>
569
+ </ClInclude>
570
</ItemGroup>
571
<ItemGroup>
572
<ClCompile Include="defines.cpp">
0 commit comments