This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathElevens.sln
37 lines (37 loc) · 2.03 KB
/
Elevens.sln
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
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElevensRig", "Elevens\ElevensRig.csproj", "{9AF207EC-7240-49AC-9902-D8D6D5636778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElevensLib", "ElevensLib\ElevensLib.csproj", "{BD4C1C00-07AC-492F-9290-66A256358636}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElevensLib.Test", "ElevensLib.Test\ElevensLib.Test.csproj", "{A1F2011E-0D69-4F1C-A234-A047CDDCBA95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AF207EC-7240-49AC-9902-D8D6D5636778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AF207EC-7240-49AC-9902-D8D6D5636778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AF207EC-7240-49AC-9902-D8D6D5636778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AF207EC-7240-49AC-9902-D8D6D5636778}.Release|Any CPU.Build.0 = Release|Any CPU
{BD4C1C00-07AC-492F-9290-66A256358636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD4C1C00-07AC-492F-9290-66A256358636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD4C1C00-07AC-492F-9290-66A256358636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD4C1C00-07AC-492F-9290-66A256358636}.Release|Any CPU.Build.0 = Release|Any CPU
{A1F2011E-0D69-4F1C-A234-A047CDDCBA95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1F2011E-0D69-4F1C-A234-A047CDDCBA95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1F2011E-0D69-4F1C-A234-A047CDDCBA95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1F2011E-0D69-4F1C-A234-A047CDDCBA95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA67E4E0-8E0D-48BB-BAE0-8B345C1C8A89}
EndGlobalSection
EndGlobal