Add UnshieldSharp as a submodule

This commit is contained in:
Matt Nadareski
2018-07-16 00:58:28 -07:00
parent d266c7dd20
commit afe72d4083
4 changed files with 16 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "UnshieldSharp"]
path = UnshieldSharp
url = https://github.com/mnadareski/UnshieldSharp

View File

@@ -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

View File

@@ -54,5 +54,11 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UnshieldSharp\UnshieldSharp\UnshieldSharp.csproj">
<Project>{39edc0b8-5e96-4a16-9104-2d0025836071}</Project>
<Name>UnshieldSharp</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

1
UnshieldSharp Submodule

Submodule UnshieldSharp added at 4d9fedba4b