Skip to content

Commit

Permalink
[win]#136 Rename Indielib project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel Quinones committed Sep 28, 2013
1 parent ce61b61 commit ec8e143
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions IndieLib/win/Editor/Editor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@
<ClInclude Include="..\..\common\dependencies\tinyxml\tinystr.h" />
<ClInclude Include="..\..\common\dependencies\tinyxml\tinyxml.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="IndieLib.vcxproj">
<Project>{ec5db2f1-5096-430a-b62f-65859f497e5d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
2 changes: 1 addition & 1 deletion IndieLib/win/IndieLib.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IndieLib", "IndieLib_vc2008.vcxproj", "{EC5DB2F1-5096-430A-B62F-65859F497E5D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IndieLib", "IndieLib.vcxproj", "{EC5DB2F1-5096-430A-B62F-65859F497E5D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tests_Win32", "Tests_Win32.vcxproj", "{6DEA187E-ACF6-4A55-AA2F-ABBFFAE5EBEE}"
EndProject
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion IndieLib/win/Tests_Win32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<ClCompile Include="..\tests\manual\entities\EntityTests_interactions.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="IndieLib_vc2008.vcxproj">
<ProjectReference Include="IndieLib.vcxproj">
<Project>{ec5db2f1-5096-430a-b62f-65859f497e5d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion IndieLib/win/UnitTests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<ClInclude Include="..\Common\Dependencies\UnitTest++\src\Win32\TimeHelpers.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="IndieLib_vc2008.vcxproj">
<ProjectReference Include="IndieLib.vcxproj">
<Project>{ec5db2f1-5096-430a-b62f-65859f497e5d}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down

0 comments on commit ec8e143

Please sign in to comment.