forked from rubicon-oss/NullableReferenceTypesRewriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNullableReferenceTypesRewriter.sln
28 lines (28 loc) · 1.73 KB
/
NullableReferenceTypesRewriter.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "ConsoleApplication\ConsoleApplication.csproj", "{7145B38F-8464-4516-951C-726C5452F74F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{BCE3FC9D-77B7-4510-A72C-0AB3B9CADD1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{02715412-2C49-42B1-9EFF-AA85BC08FFDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7145B38F-8464-4516-951C-726C5452F74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7145B38F-8464-4516-951C-726C5452F74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7145B38F-8464-4516-951C-726C5452F74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7145B38F-8464-4516-951C-726C5452F74F}.Release|Any CPU.Build.0 = Release|Any CPU
{BCE3FC9D-77B7-4510-A72C-0AB3B9CADD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCE3FC9D-77B7-4510-A72C-0AB3B9CADD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCE3FC9D-77B7-4510-A72C-0AB3B9CADD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCE3FC9D-77B7-4510-A72C-0AB3B9CADD1B}.Release|Any CPU.Build.0 = Release|Any CPU
{02715412-2C49-42B1-9EFF-AA85BC08FFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02715412-2C49-42B1-9EFF-AA85BC08FFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02715412-2C49-42B1-9EFF-AA85BC08FFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02715412-2C49-42B1-9EFF-AA85BC08FFDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal