summaryrefslogtreecommitdiff
path: root/msbuild/c2.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'msbuild/c2.vcxproj')
-rw-r--r--msbuild/c2.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/msbuild/c2.vcxproj b/msbuild/c2.vcxproj
index ca74e7e..547a89e 100644
--- a/msbuild/c2.vcxproj
+++ b/msbuild/c2.vcxproj
@@ -163,6 +163,7 @@
<ClCompile Include="..\asset.cpp" />
<ClCompile Include="..\c2.cpp" />
<ClCompile Include="..\maths.cpp" />
+ <ClCompile Include="..\model.cpp" />
<ClCompile Include="..\pipeline.cpp" />
<ClCompile Include="..\ui.cpp" />
<ClCompile Include="..\video.cpp" />
@@ -172,10 +173,14 @@
<ClInclude Include="..\asset.hpp" />
<ClInclude Include="..\glad_vk.h" />
<ClInclude Include="..\maths.hpp" />
+ <ClInclude Include="..\model.hpp" />
<ClInclude Include="..\ui.hpp" />
<ClInclude Include="..\video.hpp" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="pack\pack.vcxproj">
+ <Project>{f1112477-5c76-4351-a4b4-7e6266274f23}</Project>
+ </ProjectReference>
<ProjectReference Include="qstd\qstd.vcxproj">
<Project>{1bb0efa0-f482-4d8c-adcc-946343d3fe02}</Project>
</ProjectReference>