-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathJsonValidationOutsideOfVs.sln
55 lines (55 loc) · 2.99 KB
/
JsonValidationOutsideOfVs.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
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22609.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonValidationOutsideOfVs", "JsonValidationOutsideOfVs\JsonValidationOutsideOfVs.csproj", "{89C5B2FD-F69F-4AFE-89C6-CF0294F4DC95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandaloneJsonValidator", "StandaloneJsonValidator\StandaloneJsonValidator.csproj", "{A22E029E-C6DB-4E6A-B975-991EB41446F5}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "JsonValidatorWeb", "http://localhost:25190", "{E3BB0A55-3BD0-4320-9E43-0B93DE5CE081}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
ProjectReferences = "{a22e029e-c6db-4e6a-b975-991eb41446f5}|StandaloneJsonValidator.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_25190"
Debug.AspNetCompiler.PhysicalPath = "JsonValidatorWeb\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_25190\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_25190"
Release.AspNetCompiler.PhysicalPath = "JsonValidatorWeb\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_25190\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "JsonValidatorWeb\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89C5B2FD-F69F-4AFE-89C6-CF0294F4DC95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89C5B2FD-F69F-4AFE-89C6-CF0294F4DC95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89C5B2FD-F69F-4AFE-89C6-CF0294F4DC95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89C5B2FD-F69F-4AFE-89C6-CF0294F4DC95}.Release|Any CPU.Build.0 = Release|Any CPU
{A22E029E-C6DB-4E6A-B975-991EB41446F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22E029E-C6DB-4E6A-B975-991EB41446F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A22E029E-C6DB-4E6A-B975-991EB41446F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22E029E-C6DB-4E6A-B975-991EB41446F5}.Release|Any CPU.Build.0 = Release|Any CPU
{E3BB0A55-3BD0-4320-9E43-0B93DE5CE081}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BB0A55-3BD0-4320-9E43-0B93DE5CE081}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BB0A55-3BD0-4320-9E43-0B93DE5CE081}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E3BB0A55-3BD0-4320-9E43-0B93DE5CE081}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal