mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Update .vcproj with new files
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="aes_keygen.c" />
|
||||
<ClCompile Include="cia.c" />
|
||||
<ClCompile Include="ctr.c" />
|
||||
<ClCompile Include="cwav.c" />
|
||||
@@ -124,6 +125,7 @@
|
||||
<ClCompile Include="tinyxml\tinyxmlparser.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="aes_keygen.h" />
|
||||
<ClInclude Include="cia.h" />
|
||||
<ClInclude Include="ctr.h" />
|
||||
<ClInclude Include="cwav.h" />
|
||||
|
||||
@@ -120,6 +120,9 @@
|
||||
<ClCompile Include="syscalls.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="aes_keygen.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="cia.h">
|
||||
@@ -215,5 +218,8 @@
|
||||
<ClInclude Include="syscalls.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="aes_keygen.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user