1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
- # Visual Studio 14
4
- VisualStudioVersion = 14 .0.25420.1
3
+ # Visual Studio 15
4
+ VisualStudioVersion = 15 .0.26206.0
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "_others" , "_others" , "{7FB78A03-3E9B-4E43-9A47-77D868ACCFD9}"
7
7
Project Section (SolutionItems ) = preProject
8
- global . json = global . json
8
+ . gitignore = . gitignore
9
9
LICENSE = LICENSE
10
10
nuget \pack .bat = nuget \pack .bat
11
11
nuget \push .bat = nuget \push .bat
@@ -16,6 +16,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_others", "_others", "{7FB7
16
16
nuget \ZeroFormatter .Unity .nuspec = nuget \ZeroFormatter .Unity .nuspec
17
17
EndProject Section
18
18
EndProject
19
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{2CE059FD-1C8D-49B7-851E-4A5B385F63D5}"
20
+ EndProject
21
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sandbox" , "sandbox" , "{F29BFD74-5462-485D-851E-69B683F08C84}"
22
+ EndProject
23
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{4A106901-0A11-4D37-B5E6-D4DB7A43C41C}"
24
+ EndProject
19
25
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ZeroFormatter" , "src\ZeroFormatter\ZeroFormatter.csproj" , "{82049AFE-0913-4FA4-B924-AD5354952154}"
20
26
EndProject
21
27
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ZeroFormatter.Analyzer" , "src\ZeroFormatter.Analyzer\ZeroFormatter.Analyzer.csproj" , "{A15F092D-C6D9-4938-B288-7A8B6CF39A53}"
@@ -26,23 +32,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter.CodeGenerator
26
32
EndProject
27
33
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ZeroFormatter.Interfaces" , "src\ZeroFormatter.Interfaces\ZeroFormatter.Interfaces.csproj" , "{C051F473-427F-4062-94FB-CAE3FA460FC8}"
28
34
EndProject
29
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{2CE059FD-1C8D-49B7-851E-4A5B385F63D5}"
30
- EndProject
31
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "sandbox" , "sandbox" , "{F29BFD74-5462-485D-851E-69B683F08C84}"
32
- EndProject
33
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{4A106901-0A11-4D37-B5E6-D4DB7A43C41C}"
34
- EndProject
35
35
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ZeroFormatter.Tests" , "tests\ZeroFormatter.Tests\ZeroFormatter.Tests.csproj" , "{419EF6DC-7A15-4B50-88A4-E2AEDB73FA7F}"
36
36
EndProject
37
37
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sandbox" , "sandbox\Sandbox\Sandbox.csproj" , "{C8BA4A0F-5F66-442A-9516-D3E94C1E26F3}"
38
38
EndProject
39
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B }" ) = "ZeroFormatter.Interfaces.NETCore" , "src\ZeroFormatter.Interfaces.NETCore\ZeroFormatter.Interfaces.NETCore.xproj " , "{E486CA99-A9FC-4B7D-9FB5-38A53C995C87}"
39
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ZeroFormatter.Interfaces.NETCore" , "src\ZeroFormatter.Interfaces.NETCore\ZeroFormatter.Interfaces.NETCore.csproj " , "{E486CA99-A9FC-4B7D-9FB5-38A53C995C87}"
40
40
EndProject
41
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B }" ) = "ZeroFormatter.NETCore" , "src\ZeroFormatter.NETCore\ZeroFormatter.NETCore.xproj " , "{C6B8E59E-ECF2-4AE9-A8F7-02E9BDAD57EB}"
41
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ZeroFormatter.NETCore" , "src\ZeroFormatter.NETCore\ZeroFormatter.NETCore.csproj " , "{C6B8E59E-ECF2-4AE9-A8F7-02E9BDAD57EB}"
42
42
EndProject
43
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B }" ) = "Sandbox.NETCore" , "sandbox\Sandbox.NETCore\Sandbox.NETCore.xproj " , "{105EFFE6-8855-4C8A-B20F-86C9E0AD5842}"
43
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "Sandbox.NETCore" , "sandbox\Sandbox.NETCore\Sandbox.NETCore.csproj " , "{105EFFE6-8855-4C8A-B20F-86C9E0AD5842}"
44
44
EndProject
45
- Project ("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B }" ) = "ZeroFormatter.NETCore.Tests" , "tests\ZeroFormatter.NETCore.Tests\ZeroFormatter.NETCore.Tests.xproj " , "{0763A385-4EE0-45F3-8B20-0B0A71C74870}"
45
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ZeroFormatter.NETCore.Tests" , "tests\ZeroFormatter.NETCore.Tests\ZeroFormatter.NETCore.Tests.csproj " , "{0763A385-4EE0-45F3-8B20-0B0A71C74870}"
46
46
EndProject
47
47
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Sandbox.Shared" , "sandbox\Sandbox.Shared\Sandbox.Shared.csproj" , "{944F22D3-20B1-4F6D-83FA-9331CD4ADF75}"
48
48
EndProject
@@ -119,8 +119,8 @@ Global
119
119
{0763A385-4EE0-45F3-8B20-0B0A71C74870} .Debug| Any CPU .Build .0 = Debug| Any CPU
120
120
{0763A385-4EE0-45F3-8B20-0B0A71C74870} .Release| Any CPU .ActiveCfg = Release| Any CPU
121
121
{0763A385-4EE0-45F3-8B20-0B0A71C74870} .Release| Any CPU .Build .0 = Release| Any CPU
122
- {0763A385-4EE0-45F3-8B20-0B0A71C74870} .Unity| Any CPU .ActiveCfg = Unity |Any CPU
123
- {0763A385-4EE0-45F3-8B20-0B0A71C74870} .Unity| Any CPU .Build .0 = Unity |Any CPU
122
+ {0763A385-4EE0-45F3-8B20-0B0A71C74870} .Unity| Any CPU .ActiveCfg = Release |Any CPU
123
+ {0763A385-4EE0-45F3-8B20-0B0A71C74870} .Unity| Any CPU .Build .0 = Release |Any CPU
124
124
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
125
125
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75} .Debug| Any CPU .Build .0 = Debug| Any CPU
126
126
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75} .Release| Any CPU .ActiveCfg = Release| Any CPU
0 commit comments