-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathSharpTrooper.sln
More file actions
36 lines (36 loc) · 2.07 KB
/
SharpTrooper.sln
File metadata and controls
36 lines (36 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpTrooper.Tests", "SharpTrooper.Tests\SharpTrooper.Tests.csproj", "{5BFFD3DC-8045-416A-A3DF-A68AB453BF89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpTrooper", "SharpTrooper\SharpTrooper.csproj", "{120A6FA4-2085-4185-8B2D-306C4769F6F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpTrooper.Example", "SharpTrooper.Example\SharpTrooper.Example.csproj", "{5BD0FF6B-91FF-467D-9DE4-34ADE6CE0BAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BFFD3DC-8045-416A-A3DF-A68AB453BF89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BFFD3DC-8045-416A-A3DF-A68AB453BF89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BFFD3DC-8045-416A-A3DF-A68AB453BF89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BFFD3DC-8045-416A-A3DF-A68AB453BF89}.Release|Any CPU.Build.0 = Release|Any CPU
{120A6FA4-2085-4185-8B2D-306C4769F6F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{120A6FA4-2085-4185-8B2D-306C4769F6F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{120A6FA4-2085-4185-8B2D-306C4769F6F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{120A6FA4-2085-4185-8B2D-306C4769F6F5}.Release|Any CPU.Build.0 = Release|Any CPU
{5BD0FF6B-91FF-467D-9DE4-34ADE6CE0BAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD0FF6B-91FF-467D-9DE4-34ADE6CE0BAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD0FF6B-91FF-467D-9DE4-34ADE6CE0BAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD0FF6B-91FF-467D-9DE4-34ADE6CE0BAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE6ED9F5-7507-4570-B432-C780FADE619B}
EndGlobalSection
EndGlobal