Corrected project paths

This commit is contained in:
Ray 2017-04-07 00:50:20 +02:00
parent 795c6b465c
commit 74255b6eb2
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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">