diff options
| author | a1xd <[email protected]> | 2020-07-31 20:19:24 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-07-31 20:19:24 -0400 |
| commit | 66a4043a9ecb1990878bea230f213708c7fdd3da (patch) | |
| tree | e0bcad437a3170f391fc74fe723be6abaf41cd89 /console/console.vcxproj | |
| parent | add read (diff) | |
| download | rawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.tar.xz rawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.zip | |
move write function into common io header
Diffstat (limited to 'console/console.vcxproj')
| -rw-r--r-- | console/console.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/console/console.vcxproj b/console/console.vcxproj index 05780cd..d0ad292 100644 --- a/console/console.vcxproj +++ b/console/console.vcxproj @@ -90,8 +90,6 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="console.cpp" /> - <ClCompile Include="console_write.cpp" /> - <ClCompile Include="console_write.hpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |