-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathuController.sln
53 lines (53 loc) · 3.01 KB
/
uController.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 17
VisualStudioVersion = 17.4.32728.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "samples\Sample.csproj", "{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uController.SourceGenerator", "src\uController.SourceGenerator\uController.SourceGenerator.csproj", "{045C64E7-5639-4ECD-BEE3-57597E7CF77E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9AC9FBC2-655D-4D1C-B3B0-8429140C1125}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{37EABDC7-EC04-40DB-AADB-73232A885C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F0473E60-E67C-4908-97BE-6F37C6EC9A48}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{23D17AAC-308D-48E4-9F5F-6B60322BFF9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "uController.SourceGenerator.Tests", "test\uController.SourceGenerator.Tests\uController.SourceGenerator.Tests.csproj", "{6EB60A4E-87BA-472D-997E-D4C0361A2489}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9}.Release|Any CPU.Build.0 = Release|Any CPU
{045C64E7-5639-4ECD-BEE3-57597E7CF77E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{045C64E7-5639-4ECD-BEE3-57597E7CF77E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{045C64E7-5639-4ECD-BEE3-57597E7CF77E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{045C64E7-5639-4ECD-BEE3-57597E7CF77E}.Release|Any CPU.Build.0 = Release|Any CPU
{6EB60A4E-87BA-472D-997E-D4C0361A2489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EB60A4E-87BA-472D-997E-D4C0361A2489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EB60A4E-87BA-472D-997E-D4C0361A2489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EB60A4E-87BA-472D-997E-D4C0361A2489}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E75EECDA-E740-454B-BA83-7B7AC0D9E0A9} = {37EABDC7-EC04-40DB-AADB-73232A885C63}
{045C64E7-5639-4ECD-BEE3-57597E7CF77E} = {9AC9FBC2-655D-4D1C-B3B0-8429140C1125}
{6EB60A4E-87BA-472D-997E-D4C0361A2489} = {23D17AAC-308D-48E4-9F5F-6B60322BFF9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D65BA78-C9A7-43A5-91EC-5237C4B9E5C4}
EndGlobalSection
EndGlobal