Skip to content

Commit

Permalink
Updated project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Feb 5, 2012
1 parent 49d3b55 commit 6e7bfbf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build/NSIS/Revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define Revision "3"
!define Revision "4"
10 changes: 0 additions & 10 deletions Build/VC10/Diversia.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Testing", "3. Testing", "{A6BF076B-D443-4BA1-A5E6-D9E9C8F94E3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BtOgre", "BtOgre", "{80C98D43-750A-4592-9A5A-94F2F79DC733}"
ProjectSection(SolutionItems) = preProject
..\..\Libraries\BtOgre\BtOgre.cpp = ..\..\Libraries\BtOgre\BtOgre.cpp
..\..\Libraries\BtOgre\BtOgreExtras.h = ..\..\Libraries\BtOgre\BtOgreExtras.h
..\..\Libraries\BtOgre\BtOgreGP.h = ..\..\Libraries\BtOgre\BtOgreGP.h
..\..\Libraries\BtOgre\BtOgrePG.h = ..\..\Libraries\BtOgre\BtOgrePG.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MOC", "MOC", "{09D6B988-A63B-4124-B904-48705248F38E}"
ProjectSection(SolutionItems) = preProject
..\..\Libraries\MOC\CollisionTools.cpp = ..\..\Libraries\MOC\CollisionTools.cpp
..\..\Libraries\MOC\CollisionTools.h = ..\..\Libraries\MOC\CollisionTools.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "camp-xml", "camp-xml", "{8AA6D236-8C05-4781-8AD6-C77C50381BC8}"
ProjectSection(SolutionItems) = preProject
Expand Down
2 changes: 2 additions & 0 deletions Build/VC10/OgreClient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\GUI\MenuGUI.cpp" />
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\Input\OISInputManager.cpp" />
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\main.cpp" />
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\Object\DefaultClientObjectManager.cpp" />
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\Platform\StableHeaders.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDebug|Win32'">Create</PrecompiledHeader>
Expand All @@ -162,6 +163,7 @@
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\GUI\LoginGUI.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\GUI\MenuGUI.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Input\OISInputManager.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Object\DefaultClientObjectManager.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Platform\Forward.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Platform\Prerequisites.h" />
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Platform\StableHeaders.h" />
Expand Down
9 changes: 9 additions & 0 deletions Build/VC10/OgreClient.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<Filter Include="Input">
<UniqueIdentifier>{975043d0-a173-49dc-9f38-3cee914028d4}</UniqueIdentifier>
</Filter>
<Filter Include="Object">
<UniqueIdentifier>{daff4c8d-e7d9-434d-b40a-935728a1cb44}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\GameMode\DefaultGameMode.cpp">
Expand Down Expand Up @@ -54,6 +57,9 @@
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\Camp\CampBindings.cpp">
<Filter>Camp</Filter>
</ClCompile>
<ClCompile Include="..\..\DefaultClient\source\DefaultClient\Object\DefaultClientObjectManager.cpp">
<Filter>Object</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\GameMode\DefaultGameMode.h">
Expand Down Expand Up @@ -94,5 +100,8 @@
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Platform\Forward.h">
<Filter>Platform</Filter>
</ClInclude>
<ClInclude Include="..\..\DefaultClient\source\DefaultClient\Object\DefaultClientObjectManager.h">
<Filter>Object</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 6e7bfbf

Please sign in to comment.