-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCore2.sln
66 lines (66 loc) · 4.23 KB
/
Core2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core2", "Core2\Core2.csproj", "{760A9AF0-5C11-4DED-8148-00F1D5679D99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{22C79788-1E0E-4547-977E-39D0C13CAFB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample1.HelloWorld", "Samples\Core2.Sample1\Sample1.HelloWorld.csproj", "{AAB48E4D-8F27-42C8-ACA5-B90F976103B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample2.CommandPrompt", "Samples\Core2.Sample2\Sample2.CommandPrompt.csproj", "{2C594E8B-1E14-4400-89B2-678D7C80D3EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample3.DriveInformation", "Samples\Core2.Sample3\Sample3.DriveInformation.csproj", "{250F1A87-1515-40AA-A19E-751114AC6D7F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8AD4C99F-4923-411C-9935-95F2F4522978}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core2.Tests", "Core2.Tests\Core2.Tests.csproj", "{92A0AA20-8377-465F-9708-EA382572B9C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample4.ProcessList", "Samples\Core2.Sample4\Sample4.ProcessList.csproj", "{8A23A174-6EAF-41D8-AC96-298FD3C49B4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{760A9AF0-5C11-4DED-8148-00F1D5679D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760A9AF0-5C11-4DED-8148-00F1D5679D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760A9AF0-5C11-4DED-8148-00F1D5679D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{760A9AF0-5C11-4DED-8148-00F1D5679D99}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB48E4D-8F27-42C8-ACA5-B90F976103B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB48E4D-8F27-42C8-ACA5-B90F976103B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB48E4D-8F27-42C8-ACA5-B90F976103B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB48E4D-8F27-42C8-ACA5-B90F976103B6}.Release|Any CPU.Build.0 = Release|Any CPU
{2C594E8B-1E14-4400-89B2-678D7C80D3EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C594E8B-1E14-4400-89B2-678D7C80D3EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C594E8B-1E14-4400-89B2-678D7C80D3EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C594E8B-1E14-4400-89B2-678D7C80D3EA}.Release|Any CPU.Build.0 = Release|Any CPU
{250F1A87-1515-40AA-A19E-751114AC6D7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{250F1A87-1515-40AA-A19E-751114AC6D7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{250F1A87-1515-40AA-A19E-751114AC6D7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{250F1A87-1515-40AA-A19E-751114AC6D7F}.Release|Any CPU.Build.0 = Release|Any CPU
{92A0AA20-8377-465F-9708-EA382572B9C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92A0AA20-8377-465F-9708-EA382572B9C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92A0AA20-8377-465F-9708-EA382572B9C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92A0AA20-8377-465F-9708-EA382572B9C2}.Release|Any CPU.Build.0 = Release|Any CPU
{8A23A174-6EAF-41D8-AC96-298FD3C49B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A23A174-6EAF-41D8-AC96-298FD3C49B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A23A174-6EAF-41D8-AC96-298FD3C49B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A23A174-6EAF-41D8-AC96-298FD3C49B4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AAB48E4D-8F27-42C8-ACA5-B90F976103B6} = {22C79788-1E0E-4547-977E-39D0C13CAFB7}
{2C594E8B-1E14-4400-89B2-678D7C80D3EA} = {22C79788-1E0E-4547-977E-39D0C13CAFB7}
{250F1A87-1515-40AA-A19E-751114AC6D7F} = {22C79788-1E0E-4547-977E-39D0C13CAFB7}
{92A0AA20-8377-465F-9708-EA382572B9C2} = {8AD4C99F-4923-411C-9935-95F2F4522978}
{8A23A174-6EAF-41D8-AC96-298FD3C49B4D} = {22C79788-1E0E-4547-977E-39D0C13CAFB7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B2B7B50-7D8E-4FC8-B65B-76A084EFE266}
EndGlobalSection
EndGlobal