-
Notifications
You must be signed in to change notification settings - Fork 62
/
SystemWrapper.sln
53 lines (53 loc) · 3.03 KB
/
SystemWrapper.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 15.0.28307.168
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemWrapper", "SystemWrapper\SystemWrapper.csproj", "{B8DEECE0-6074-47C2-9AF4-123EE324D212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemWrapper.Tests", "SystemWrapper.Tests\SystemWrapper.Tests.csproj", "{977D8BEB-334E-4938-BAE0-CB75698B1255}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemWrapper.Samples", "SystemWrapper.Samples\SystemWrapper.Samples.csproj", "{B2CCB1C8-04C8-4D64-B415-70CD5811FF9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemInterface", "SystemInterface\SystemInterface.csproj", "{6634E69D-1B08-4D6B-8C2F-5F88EBDE53B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{492E26B9-DAD8-4883-809B-5B6E0D49C6EA}"
ProjectSection(SolutionItems) = preProject
Build\AssemblySharedInfo.cs = Build\AssemblySharedInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50258B12-AECB-4BAF-9FE2-C4A3AACA249F}"
ProjectSection(SolutionItems) = preProject
Rebracer.xml = Rebracer.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8DEECE0-6074-47C2-9AF4-123EE324D212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8DEECE0-6074-47C2-9AF4-123EE324D212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8DEECE0-6074-47C2-9AF4-123EE324D212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8DEECE0-6074-47C2-9AF4-123EE324D212}.Release|Any CPU.Build.0 = Release|Any CPU
{977D8BEB-334E-4938-BAE0-CB75698B1255}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977D8BEB-334E-4938-BAE0-CB75698B1255}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977D8BEB-334E-4938-BAE0-CB75698B1255}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977D8BEB-334E-4938-BAE0-CB75698B1255}.Release|Any CPU.Build.0 = Release|Any CPU
{B2CCB1C8-04C8-4D64-B415-70CD5811FF9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2CCB1C8-04C8-4D64-B415-70CD5811FF9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2CCB1C8-04C8-4D64-B415-70CD5811FF9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2CCB1C8-04C8-4D64-B415-70CD5811FF9D}.Release|Any CPU.Build.0 = Release|Any CPU
{6634E69D-1B08-4D6B-8C2F-5F88EBDE53B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6634E69D-1B08-4D6B-8C2F-5F88EBDE53B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6634E69D-1B08-4D6B-8C2F-5F88EBDE53B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6634E69D-1B08-4D6B-8C2F-5F88EBDE53B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = c183d200-6321-4e18-ba77-e0c3622c862b
EndGlobalSection
EndGlobal