Add console.cpp to vcxproj

This commit is contained in:
Michał Janiszewski 2018-01-23 23:35:20 +01:00 committed by Michał Janiszewski
parent 8496bb2eb2
commit ab4b4a77f3
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
<ItemGroup>
<ClCompile Include="audio\audio.cpp" />
<ClCompile Include="config.cpp" />
<ClCompile Include="console.cpp" />
<ClCompile Include="envionment.cpp" />
<ClCompile Include="input.cpp" />
<ClCompile Include="interop\hooks.cpp" />
@ -50,6 +51,7 @@
<ItemGroup>
<ClInclude Include="audio\audio.h" />
<ClInclude Include="config.h" />
<ClInclude Include="console.h" />
<ClInclude Include="environment.h" />
<ClInclude Include="graphics\colours.h" />
<ClInclude Include="input.h" />
@ -102,4 +104,4 @@
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>