-
Notifications
You must be signed in to change notification settings - Fork 12
/
CSharp.UnionTypes.sln
36 lines (36 loc) · 2.25 KB
/
CSharp.UnionTypes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.34826.228
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "CSharp.UnionTypes.SourceGenerator", "src\CSharp.UnionTypes.SourceGenerator\CSharp.UnionTypes.SourceGenerator.fsproj", "{D7806561-B646-4523-BE38-48691B4AF683}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharp.UnionTypes.TestApplication", "src\CSharp.UnionTypes.TestApplication\CSharp.UnionTypes.TestApplication.csproj", "{7E8FE3DA-41F6-4E2C-A9C2-26C1262E606E}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Tests.CSharp.UnionTypes.SourceGenerator", "tests\Tests.CSharp.UnionTypes.SourceGenerator\Tests.CSharp.UnionTypes.SourceGenerator.fsproj", "{B39E883D-B0AE-493F-BD2D-C1699D041815}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7806561-B646-4523-BE38-48691B4AF683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7806561-B646-4523-BE38-48691B4AF683}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7806561-B646-4523-BE38-48691B4AF683}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7806561-B646-4523-BE38-48691B4AF683}.Release|Any CPU.Build.0 = Release|Any CPU
{7E8FE3DA-41F6-4E2C-A9C2-26C1262E606E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E8FE3DA-41F6-4E2C-A9C2-26C1262E606E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E8FE3DA-41F6-4E2C-A9C2-26C1262E606E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E8FE3DA-41F6-4E2C-A9C2-26C1262E606E}.Release|Any CPU.Build.0 = Release|Any CPU
{B39E883D-B0AE-493F-BD2D-C1699D041815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B39E883D-B0AE-493F-BD2D-C1699D041815}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B39E883D-B0AE-493F-BD2D-C1699D041815}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B39E883D-B0AE-493F-BD2D-C1699D041815}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89833BB8-2427-4FB8-8FA3-E35F7C9BCCCF}
EndGlobalSection
EndGlobal