-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEnsure.sln
More file actions
30 lines (30 loc) · 1.75 KB
/
Ensure.sln
File metadata and controls
30 lines (30 loc) · 1.75 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
Microsoft Visual Studio Solution File, Format Version 12.00
#
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E9F9BC45-1BE7-4201-8980-A4FF2BBBBE9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ensure.Generator", "src\Ensure.Generator\Ensure.Generator.csproj", "{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8546084C-82BF-4330-9C8A-135452B6BACE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ensure.Generator.Tests", "test\Ensure.Generator.Tests\Ensure.Generator.Tests.csproj", "{66F7A06C-5A5B-417D-86B6-55B4780CADE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2}.Release|Any CPU.Build.0 = Release|Any CPU
{66F7A06C-5A5B-417D-86B6-55B4780CADE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66F7A06C-5A5B-417D-86B6-55B4780CADE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66F7A06C-5A5B-417D-86B6-55B4780CADE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66F7A06C-5A5B-417D-86B6-55B4780CADE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A7BC8C36-913F-4D26-B38C-0B8D889ACDB2} = {E9F9BC45-1BE7-4201-8980-A4FF2BBBBE9E}
{66F7A06C-5A5B-417D-86B6-55B4780CADE5} = {8546084C-82BF-4330-9C8A-135452B6BACE}
EndGlobalSection
EndGlobal