-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVcpu.sln
More file actions
44 lines (44 loc) · 2.23 KB
/
Vcpu.sln
File metadata and controls
44 lines (44 loc) · 2.23 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
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C4ED05A-21E6-48E1-91C0-0D2ED6934C7C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{2CAC12F1-09C5-4482-92DC-C9A6A6132D16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vcpu", "source\Vcpu\Vcpu.csproj", "{14E07417-AB96-4E2B-BFE2-27B34712840B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{75558A50-7EC1-4321-9080-E25AF4BE60DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Vcpu", "test\Test.Vcpu\Test.Vcpu.csproj", "{CCFB6E02-5834-44D6-9DF5-246F394020B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14E07417-AB96-4E2B-BFE2-27B34712840B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14E07417-AB96-4E2B-BFE2-27B34712840B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14E07417-AB96-4E2B-BFE2-27B34712840B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14E07417-AB96-4E2B-BFE2-27B34712840B}.Release|Any CPU.Build.0 = Release|Any CPU
{CCFB6E02-5834-44D6-9DF5-246F394020B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFB6E02-5834-44D6-9DF5-246F394020B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFB6E02-5834-44D6-9DF5-246F394020B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFB6E02-5834-44D6-9DF5-246F394020B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{14E07417-AB96-4E2B-BFE2-27B34712840B} = {2CAC12F1-09C5-4482-92DC-C9A6A6132D16}
{CCFB6E02-5834-44D6-9DF5-246F394020B2} = {75558A50-7EC1-4321-9080-E25AF4BE60DD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8713E61-D288-413A-80F4-7D847AFD2A1B}
EndGlobalSection
EndGlobal