Skip to content

Commit

Permalink
Include GamestatsBase as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
mm201 committed Sep 8, 2014
1 parent 4b69d33 commit f27a347
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
@@ -0,0 +1,4 @@
[submodule "GamestatsBase"]
path = GamestatsBase
url = git@github.com:mm201/GamestatsBase.git
branch = master
1 change: 1 addition & 0 deletions GamestatsBase
Submodule GamestatsBase added at d03b98
14 changes: 13 additions & 1 deletion pkmnFoundations.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "library\Library.csproj", "{408EFC7E-C6B0-4160-8628-2679E34385CE}"
EndProject
Expand All @@ -25,6 +25,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bvRestorer5", "bvRestorer5\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "towerRestorer", "towerRestorer4\towerRestorer.csproj", "{750A0BFD-7258-4B32-A4F9-60EEEB0BA64A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GamestatsBase", "GamestatsBase\GamestatsBase\GamestatsBase.csproj", "{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -145,6 +147,16 @@ Global
{750A0BFD-7258-4B32-A4F9-60EEEB0BA64A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{750A0BFD-7258-4B32-A4F9-60EEEB0BA64A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{750A0BFD-7258-4B32-A4F9-60EEEB0BA64A}.Release|x86.ActiveCfg = Release|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Debug|x86.ActiveCfg = Debug|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Release|Any CPU.Build.0 = Release|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2D667F5B-F10D-44E2-93F6-DD555D9EE7DF}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit f27a347

Please sign in to comment.