Update VS project - works fine as well.
parent
8b93c18bd5
commit
268cbb5a1f
|
@ -94,6 +94,7 @@ xcopy /s /e /d /y "..\..\data" "$(OutDir)data\"</Command>
|
|||
<ClCompile Include="..\..\src\RenderSet.cpp" />
|
||||
<ClCompile Include="..\..\src\RenderView.cpp" />
|
||||
<ClCompile Include="..\..\src\states\MenuState.cpp" />
|
||||
<ClCompile Include="..\..\src\states\TestState.cpp" />
|
||||
<ClCompile Include="..\..\src\Vec.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -131,6 +132,7 @@ xcopy /s /e /d /y "..\..\data" "$(OutDir)data\"</Command>
|
|||
<ClInclude Include="..\..\src\RenderView.hpp" />
|
||||
<ClInclude Include="..\..\src\State.hpp" />
|
||||
<ClInclude Include="..\..\src\states\MenuState.hpp" />
|
||||
<ClInclude Include="..\..\src\states\TestState.hpp" />
|
||||
<ClInclude Include="..\..\src\Vec.hpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
|
|
|
@ -87,6 +87,9 @@
|
|||
<ClCompile Include="..\..\src\states\MenuState.cpp">
|
||||
<Filter>Classes\States</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\states\TestState.cpp">
|
||||
<Filter>Classes\States</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\..\Dev\SDL2-2.0.3\lib\x86\SDL2.dll">
|
||||
|
@ -172,5 +175,8 @@
|
|||
<ClInclude Include="..\..\src\State.hpp">
|
||||
<Filter>Classes</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\states\TestState.hpp">
|
||||
<Filter>Classes\States</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue