]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - msvc/testsuite/testsuite.vcxproj.filters
Make it compile in visual studio again, without warnings.
[xonotic/gmqcc.git] / msvc / testsuite / testsuite.vcxproj.filters
index 5cd16e30fda98c45e4e12c1a42fee98a2df513e4..fccab25f731d802b9be5ecbffa61b6267f5f9914 100755 (executable)
@@ -1,12 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <ItemGroup>\r
-    <ClCompile Include="..\..\conout.c" />\r
     <ClCompile Include="..\..\fs.c" />\r
+    <ClCompile Include="..\..\opts.c" />\r
+    <ClCompile Include="..\..\stat.c" />\r
     <ClCompile Include="..\..\test.c" />\r
     <ClCompile Include="..\..\util.c" />\r
+    <ClCompile Include="..\..\conout.c" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\gmqcc.h" />\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="..\..\opts.def" />\r
+  </ItemGroup>\r
 </Project>
\ No newline at end of file