-
Notifications
You must be signed in to change notification settings - Fork 0
/
NSwagNewtonsoftReplacer.sln
49 lines (49 loc) · 3.33 KB
/
NSwagNewtonsoftReplacer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NswagNewtonsoftReplacerPlugin", "NswagNewtonsoftReplacerPlugin\NswagNewtonsoftReplacerPlugin\NswagNewtonsoftReplacerPlugin.csproj", "{0768D931-662B-46D7-B4BF-96DBAC69FD13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NswagNewtonsoftReplacerPlugin.Test", "NswagNewtonsoftReplacerPlugin\NswagNewtonsoftReplacerPlugin.Test\NswagNewtonsoftReplacerPlugin.Test.csproj", "{5EA2E00F-100E-4281-8CF7-05950B966463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NswagNewtonsoftReplacerPlugin.Vsix", "NswagNewtonsoftReplacerPlugin\NswagNewtonsoftReplacerPlugin.Vsix\NswagNewtonsoftReplacerPlugin.Vsix.csproj", "{136306E3-D003-45C5-A509-96A940FBE24A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NSwagNewtonsoftReplacerConsole", "NSwagNewtonsoftReplacerConsole\NSwagNewtonsoftReplacerConsole.csproj", "{642856FC-4D82-4D50-8431-E9DFACBE1595}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSwagNewtonsoftReplacer", "NSwagNewtonsoftReplacer\NSwagNewtonsoftReplacer.csproj", "{228BC0A2-00C2-4E6B-A556-929FABA00614}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0768D931-662B-46D7-B4BF-96DBAC69FD13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0768D931-662B-46D7-B4BF-96DBAC69FD13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0768D931-662B-46D7-B4BF-96DBAC69FD13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0768D931-662B-46D7-B4BF-96DBAC69FD13}.Release|Any CPU.Build.0 = Release|Any CPU
{5EA2E00F-100E-4281-8CF7-05950B966463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EA2E00F-100E-4281-8CF7-05950B966463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EA2E00F-100E-4281-8CF7-05950B966463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EA2E00F-100E-4281-8CF7-05950B966463}.Release|Any CPU.Build.0 = Release|Any CPU
{136306E3-D003-45C5-A509-96A940FBE24A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{136306E3-D003-45C5-A509-96A940FBE24A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136306E3-D003-45C5-A509-96A940FBE24A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136306E3-D003-45C5-A509-96A940FBE24A}.Release|Any CPU.Build.0 = Release|Any CPU
{642856FC-4D82-4D50-8431-E9DFACBE1595}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642856FC-4D82-4D50-8431-E9DFACBE1595}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642856FC-4D82-4D50-8431-E9DFACBE1595}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642856FC-4D82-4D50-8431-E9DFACBE1595}.Release|Any CPU.Build.0 = Release|Any CPU
{228BC0A2-00C2-4E6B-A556-929FABA00614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{228BC0A2-00C2-4E6B-A556-929FABA00614}.Debug|Any CPU.Build.0 = Debug|Any CPU
{228BC0A2-00C2-4E6B-A556-929FABA00614}.Release|Any CPU.ActiveCfg = Release|Any CPU
{228BC0A2-00C2-4E6B-A556-929FABA00614}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0FC1F76-02BF-4066-89A4-922DE8DD50ED}
EndGlobalSection
EndGlobal