Skip to content

Commit

Permalink
xrEngine.vcxproj: move main.h to General folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed May 21, 2018
1 parent 9fa8d23 commit d38614b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/xrEngine/xrEngine.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@
<ClInclude Include="profiler_inline.h">
<Filter>General\Profiler</Filter>
</ClInclude>
<ClInclude Include="main.h" />
<ClInclude Include="splash.h">
<Filter>General</Filter>
</ClInclude>
Expand All @@ -565,6 +564,9 @@
<ClInclude Include="ShadersExternalData.h">
<Filter>Render\Visibility</Filter>
</ClInclude>
<ClInclude Include="main.h">
<Filter>General</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="defines.cpp">
Expand Down

0 comments on commit d38614b

Please sign in to comment.