Skip to content

Commit c747a72

Browse files
Kaffeinenitrocaster
authored andcommitted
src/xrCore: Merged crypto and Crypto directories.
1 parent f0f58d1 commit c747a72

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/xrCore/xrCore.vcxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@
292292
<ClCompile Include="clsid.cpp" />
293293
<ClCompile Include="cpuid.cpp" />
294294
<ClCompile Include="crc32.cpp" />
295-
<ClCompile Include="crypto\crypto.cpp" />
296-
<ClCompile Include="crypto\xr_dsa.cpp" />
297-
<ClCompile Include="crypto\xr_dsa_signer.cpp" />
298-
<ClCompile Include="crypto\xr_dsa_verifyer.cpp" />
299-
<ClCompile Include="crypto\xr_sha.cpp" />
295+
<ClCompile Include="Crypto\crypto.cpp" />
296+
<ClCompile Include="Crypto\xr_dsa.cpp" />
297+
<ClCompile Include="Crypto\xr_dsa_signer.cpp" />
298+
<ClCompile Include="Crypto\xr_dsa_verifyer.cpp" />
299+
<ClCompile Include="Crypto\xr_sha.cpp" />
300300
<ClCompile Include="Debug\dxerr.cpp" />
301301
<ClCompile Include="doug_lea_allocator.cpp" />
302302
<ClCompile Include="dump_string.cpp" />
@@ -444,8 +444,8 @@
444444
<ClInclude Include="Crypto\crypto.h" />
445445
<ClInclude Include="Crypto\crypto_api_def.h" />
446446
<ClInclude Include="Crypto\xr_dsa.h" />
447-
<ClInclude Include="crypto\xr_dsa_signer.h" />
448-
<ClInclude Include="crypto\xr_dsa_verifyer.h" />
447+
<ClInclude Include="Crypto\xr_dsa_signer.h" />
448+
<ClInclude Include="Crypto\xr_dsa_verifyer.h" />
449449
<ClInclude Include="Crypto\xr_sha.h" />
450450
<ClInclude Include="Debug\dxerr.h" />
451451
<ClInclude Include="Debug\DXGetErrorDescription.inl">

src/xrCore/xrCore.vcxproj.filters

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@
381381
<ClCompile Include="Crypto\xr_sha.cpp">
382382
<Filter>Crypto</Filter>
383383
</ClCompile>
384-
<ClCompile Include="crypto\xr_dsa_signer.cpp">
384+
<ClCompile Include="Crypto\xr_dsa_signer.cpp">
385385
<Filter>Crypto</Filter>
386386
</ClCompile>
387-
<ClCompile Include="crypto\xr_dsa_verifyer.cpp">
387+
<ClCompile Include="Crypto\xr_dsa_verifyer.cpp">
388388
<Filter>Crypto</Filter>
389389
</ClCompile>
390390
</ItemGroup>
@@ -806,13 +806,13 @@
806806
<ClInclude Include="Crypto\xr_dsa.h">
807807
<Filter>Crypto</Filter>
808808
</ClInclude>
809-
<ClInclude Include="crypto\xr_sha.h">
809+
<ClInclude Include="Crypto\xr_sha.h">
810810
<Filter>crypto</Filter>
811811
</ClInclude>
812-
<ClInclude Include="crypto\xr_dsa_signer.h">
812+
<ClInclude Include="Crypto\xr_dsa_signer.h">
813813
<Filter>Crypto</Filter>
814814
</ClInclude>
815-
<ClInclude Include="crypto\xr_dsa_verifyer.h">
815+
<ClInclude Include="Crypto\xr_dsa_verifyer.h">
816816
<Filter>Crypto</Filter>
817817
</ClInclude>
818818
</ItemGroup>

0 commit comments

Comments
 (0)