-
Notifications
You must be signed in to change notification settings - Fork 1
/
Arch.SystemGroups.sln
49 lines (49 loc) · 2.89 KB
/
Arch.SystemGroups.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arch.SystemGroups", "Arch.SystemGroups\Arch.SystemGroups.csproj", "{A6751876-4006-448E-AB91-B36F285AC27F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arch.SystemGroups.SourceGenerator", "Arch.SystemGroups.SourceGenerator\Arch.SystemGroups.SourceGenerator.csproj", "{F24534F8-CA79-48D2-ACB8-4011CD036B8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arch.SystemGroups.Tests", "Arch.SystemGroups.Tests\Arch.SystemGroups.Tests.csproj", "{A0472A57-50B4-4ED7-A87C-E7A5A20009B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69A09E18-F753-431D-906E-9058C1711D27}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.SystemGroups.NoUnity", "Arch.SystemGroups\Arch.SystemGroups.NoUnity.csproj", "{14029DAF-749A-4711-97E6-ECA880BEBDF3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6751876-4006-448E-AB91-B36F285AC27F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6751876-4006-448E-AB91-B36F285AC27F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6751876-4006-448E-AB91-B36F285AC27F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6751876-4006-448E-AB91-B36F285AC27F}.Release|Any CPU.Build.0 = Release|Any CPU
{F24534F8-CA79-48D2-ACB8-4011CD036B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F24534F8-CA79-48D2-ACB8-4011CD036B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F24534F8-CA79-48D2-ACB8-4011CD036B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F24534F8-CA79-48D2-ACB8-4011CD036B8E}.Release|Any CPU.Build.0 = Release|Any CPU
{A0472A57-50B4-4ED7-A87C-E7A5A20009B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0472A57-50B4-4ED7-A87C-E7A5A20009B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0472A57-50B4-4ED7-A87C-E7A5A20009B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0472A57-50B4-4ED7-A87C-E7A5A20009B7}.Release|Any CPU.Build.0 = Release|Any CPU
{14029DAF-749A-4711-97E6-ECA880BEBDF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14029DAF-749A-4711-97E6-ECA880BEBDF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14029DAF-749A-4711-97E6-ECA880BEBDF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14029DAF-749A-4711-97E6-ECA880BEBDF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EC41DFC-8BF9-4BDF-A4EE-09CB2843C247}
EndGlobalSection
EndGlobal