| Index: nacltoons/proj.win/nacltoons/nacltoons.vcxproj
|
| diff --git a/nacltoons/proj.win/nacltoons/nacltoons.vcxproj b/nacltoons/proj.win/nacltoons/nacltoons.vcxproj
|
| index eb03085d954c1a03388f2cdecbf83d8ea0f10149..41426ebad422e4de4f01167043c37bd04a73cb0e 100644
|
| --- a/nacltoons/proj.win/nacltoons/nacltoons.vcxproj
|
| +++ b/nacltoons/proj.win/nacltoons/nacltoons.vcxproj
|
| @@ -86,7 +86,7 @@
|
| <ClCompile Include="..\..\src\app_delegate.cc" />
|
| <ClCompile Include="..\..\src\game_manager.cc" />
|
| <ClCompile Include="..\..\src\level_layer.cc" />
|
| - <ClCompile Include="..\..\src\main.cc" />
|
| + <ClCompile Include="..\main.cc" />
|
| </ItemGroup>
|
| <ItemGroup>
|
| <ClInclude Include="..\..\bindings\LuaBox2D.h" />
|
| @@ -115,4 +115,4 @@
|
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| <ImportGroup Label="ExtensionTargets">
|
| </ImportGroup>
|
| -</Project>
|
| +</Project>
|
|
|