Prechádzať zdrojové kódy

Corrected project paths

Ray 8 rokov pred
rodič
commit
74255b6eb2

+ 1 - 1
project/vs2015/examples/core_basic_window.vcxproj

@@ -84,7 +84,7 @@
     </Link>
     </Link>
   </ItemDefinitionGroup>
   </ItemDefinitionGroup>
   <ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\examples\core_basic_window.c" />
+    <ClCompile Include="..\..\..\examples\core\core_basic_window.c" />
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\raylib\raylib.vcxproj">
     <ProjectReference Include="..\raylib\raylib.vcxproj">

+ 1 - 1
project/vs2015/examples/core_basic_window_cpp.vcxproj

@@ -89,7 +89,7 @@
     </ProjectReference>
     </ProjectReference>
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
-    <ClCompile Include="..\..\..\examples\core_basic_window.cpp" />
+    <ClCompile Include="..\..\..\examples\core\core_basic_window.cpp" />
   </ItemGroup>
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   <ImportGroup Label="ExtensionTargets">