dx11test
diff dx11test.vcxproj @ 1:ec02798ee83b
moved the source files into the src dir, I hope I edited the project file correctly with the text editor
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 21 Jun 2013 07:42:07 +0300 |
parents | 647ba0689512 |
children | 87ecd7292c23 |
line diff
1.1 --- a/dx11test.vcxproj Fri Jun 21 07:33:06 2013 +0300 1.2 +++ b/dx11test.vcxproj Fri Jun 21 07:42:07 2013 +0300 1.3 @@ -78,11 +78,10 @@ 1.4 </Link> 1.5 </ItemDefinitionGroup> 1.6 <ItemGroup> 1.7 - <ClCompile Include="main.cc" /> 1.8 - <ClCompile Include="vec.cc" /> 1.9 + <ClCompile Include="src\main.cc" /> 1.10 </ItemGroup> 1.11 <ItemGroup> 1.12 - <ClInclude Include="vec.h" /> 1.13 + <ClInclude Include="src\vec.h" /> 1.14 </ItemGroup> 1.15 <ItemGroup> 1.16 <None Include="shader.hlsl"> 1.17 @@ -92,4 +91,4 @@ 1.18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.19 <ImportGroup Label="ExtensionTargets"> 1.20 </ImportGroup> 1.21 -</Project> 1.22 \ No newline at end of file 1.23 +</Project>