-
Notifications
You must be signed in to change notification settings - Fork 7
/
DotnetAccelerator.sln
64 lines (64 loc) · 3.76 KB
/
DotnetAccelerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectGroup.DotnetAccelerator", "src\MyProjectGroup.DotnetAccelerator\MyProjectGroup.DotnetAccelerator.csproj", "{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetAcceleratorTests", "tests\DotnetAcceleratorTests\DotnetAcceleratorTests.csproj", "{160A1C52-AF25-4593-B8C1-7A6B91E1AC84}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{4A39293F-B876-4AC8-9865-11F376FF36D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{D5B7E79B-4D03-4B94-B927-73CAEF204422}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "config", "config\config.csproj", "{45E90901-4A67-4041-AABB-9A79D614D133}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5E351270-3697-4CA3-9330-84D290EBE0E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DAAA1A53-C9A3-472A-9BF9-293FFB211440}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProjectGroup.Common", "src\MyProjectGroup.Common\MyProjectGroup.Common.csproj", "{7C7A4D96-06EB-4767-94BD-515CDCA43E9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658}.Release|Any CPU.Build.0 = Release|Any CPU
{160A1C52-AF25-4593-B8C1-7A6B91E1AC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{160A1C52-AF25-4593-B8C1-7A6B91E1AC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{160A1C52-AF25-4593-B8C1-7A6B91E1AC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{160A1C52-AF25-4593-B8C1-7A6B91E1AC84}.Release|Any CPU.Build.0 = Release|Any CPU
{4A39293F-B876-4AC8-9865-11F376FF36D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A39293F-B876-4AC8-9865-11F376FF36D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E90901-4A67-4041-AABB-9A79D614D133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E90901-4A67-4041-AABB-9A79D614D133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7A4D96-06EB-4767-94BD-515CDCA43E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C7A4D96-06EB-4767-94BD-515CDCA43E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C7A4D96-06EB-4767-94BD-515CDCA43E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7A4D96-06EB-4767-94BD-515CDCA43E9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{05AF40AC-8C37-4C5D-8C93-E6B5DB0A3658} = {5E351270-3697-4CA3-9330-84D290EBE0E1}
{160A1C52-AF25-4593-B8C1-7A6B91E1AC84} = {DAAA1A53-C9A3-472A-9BF9-293FFB211440}
{4A39293F-B876-4AC8-9865-11F376FF36D8} = {D5B7E79B-4D03-4B94-B927-73CAEF204422}
{45E90901-4A67-4041-AABB-9A79D614D133} = {D5B7E79B-4D03-4B94-B927-73CAEF204422}
{7C7A4D96-06EB-4767-94BD-515CDCA43E9A} = {5E351270-3697-4CA3-9330-84D290EBE0E1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82AC27A9-46E9-4AEA-9ACA-A201C74CF228}
EndGlobalSection
EndGlobal