diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
| commit | e13fe36fc04eb01bdc21cf90378d3c7c03d26a55 (patch) | |
| tree | 6b7b9b28ed970609dbeaff32352ec909dfcda98c /console/console.vcxproj | |
| parent | Add tool menu to enable\disable charts (diff) | |
| parent | Merge pull request #8 from a1xd/read (diff) | |
| download | rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.tar.xz rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.zip | |
Merge branch 'master' into GUI
Diffstat (limited to 'console/console.vcxproj')
| -rw-r--r-- | console/console.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/console/console.vcxproj b/console/console.vcxproj index 05780cd..0f87d94 100644 --- a/console/console.vcxproj +++ b/console/console.vcxproj @@ -90,8 +90,9 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="console.cpp" /> - <ClCompile Include="console_write.cpp" /> - <ClCompile Include="console_write.hpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="parse.hpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |