summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-08-03 14:07:21 -0700
committerJacob Palecki <[email protected]>2020-08-03 14:07:21 -0700
commit4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e (patch)
tree50ac76f551f9094707507d722a4ccb890e34aa42 /wrapper/wrapper.vcxproj
parentMerge branch 'master' into GUI (diff)
downloadrawaccel-4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e.tar.xz
rawaccel-4e63da9daa1a3869caef1ac6c45c598aaf5a4b6e.zip
Start work on reading from driver
Diffstat (limited to 'wrapper/wrapper.vcxproj')
-rw-r--r--wrapper/wrapper.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj
index bffbf8b..3407d6d 100644
--- a/wrapper/wrapper.vcxproj
+++ b/wrapper/wrapper.vcxproj
@@ -117,11 +117,11 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="wrapper.hpp" />
- <ClInclude Include="wrapper_writer.hpp" />
+ <ClInclude Include="wrapper_io.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="wrapper.cpp" />
- <ClCompile Include="wrapper_writer.cpp" />
+ <ClCompile Include="wrapper_io.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">