From afe72d408350a30ad5e5e8ef82f9389a0d021cd3 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 16 Jul 2018 00:58:28 -0700 Subject: [PATCH] Add UnshieldSharp as a submodule --- .gitmodules | 3 +++ BurnOutSharp.sln | 6 ++++++ BurnOutSharp/BurnOutSharp.csproj | 6 ++++++ UnshieldSharp | 1 + 4 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 UnshieldSharp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..4a86664f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "UnshieldSharp"] + path = UnshieldSharp + url = https://github.com/mnadareski/UnshieldSharp diff --git a/BurnOutSharp.sln b/BurnOutSharp.sln index 16787ea3..4fc02124 100644 --- a/BurnOutSharp.sln +++ b/BurnOutSharp.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 15.0.27703.2026 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BurnOutSharp", "BurnOutSharp\BurnOutSharp.csproj", "{1DA4212E-6071-4951-B45D-BB74A7838246}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnshieldSharp", "UnshieldSharp\UnshieldSharp\UnshieldSharp.csproj", "{39EDC0B8-5E96-4A16-9104-2D0025836071}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {1DA4212E-6071-4951-B45D-BB74A7838246}.Debug|Any CPU.Build.0 = Debug|Any CPU {1DA4212E-6071-4951-B45D-BB74A7838246}.Release|Any CPU.ActiveCfg = Release|Any CPU {1DA4212E-6071-4951-B45D-BB74A7838246}.Release|Any CPU.Build.0 = Release|Any CPU + {39EDC0B8-5E96-4A16-9104-2D0025836071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {39EDC0B8-5E96-4A16-9104-2D0025836071}.Debug|Any CPU.Build.0 = Debug|Any CPU + {39EDC0B8-5E96-4A16-9104-2D0025836071}.Release|Any CPU.ActiveCfg = Release|Any CPU + {39EDC0B8-5E96-4A16-9104-2D0025836071}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index 15c162d2..28866689 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -54,5 +54,11 @@ + + + {39edc0b8-5e96-4a16-9104-2d0025836071} + UnshieldSharp + + \ No newline at end of file diff --git a/UnshieldSharp b/UnshieldSharp new file mode 160000 index 00000000..4d9fedba --- /dev/null +++ b/UnshieldSharp @@ -0,0 +1 @@ +Subproject commit 4d9fedba4b7714f29a0934dbb8baffadbf88e69a