]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Updated Visual solution 39/head
authorYann Collet <yann.collet.73@gmail.com>
Sun, 23 Aug 2015 22:20:34 +0000 (23:20 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Sun, 23 Aug 2015 22:20:34 +0000 (23:20 +0100)
visual/2012/fuzzer/fuzzer.vcxproj
visual/2012/fuzzer/fuzzer.vcxproj.filters

index 8a114aefcdacde0c0f9dbbcb0e2749cda7840b60..f80b3b85a74ff92a441166268c112cbfe8e3dc4d 100644 (file)
   <ItemGroup>\r
     <ClCompile Include="..\..\..\lib\fse.c" />\r
     <ClCompile Include="..\..\..\lib\zstd.c" />\r
+    <ClCompile Include="..\..\..\programs\datagen.c" />\r
     <ClCompile Include="..\..\..\programs\fuzzer.c" />\r
     <ClCompile Include="..\..\..\programs\xxhash.c" />\r
   </ItemGroup>\r
     <ClInclude Include="..\..\..\lib\fse_static.h" />\r
     <ClInclude Include="..\..\..\lib\zstd.h" />\r
     <ClInclude Include="..\..\..\lib\zstd_static.h" />\r
+    <ClInclude Include="..\..\..\programs\datagen.h" />\r
     <ClInclude Include="..\..\..\programs\xxhash.h" />\r
   </ItemGroup>\r
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
index 7782b08fab92b5dca68438e98d89bcde9ec37061..6bc481a67c37976c35fe2f030cf974552bd277bc 100644 (file)
@@ -27,6 +27,9 @@
     <ClCompile Include="..\..\..\programs\xxhash.c">\r
       <Filter>Fichiers sources</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="..\..\..\programs\datagen.c">\r
+      <Filter>Fichiers sources</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\..\lib\fse.h">\r
@@ -44,5 +47,8 @@
     <ClInclude Include="..\..\..\programs\xxhash.h">\r
       <Filter>Fichiers d%27en-tĂȘte</Filter>\r
     </ClInclude>\r
+    <ClInclude Include="..\..\..\programs\datagen.h">\r
+      <Filter>Fichiers d%27en-tĂȘte</Filter>\r
+    </ClInclude>\r
   </ItemGroup>\r
 </Project>
\ No newline at end of file