-
Notifications
You must be signed in to change notification settings - Fork 4
/
aa-validation-from-server.sln
74 lines (74 loc) · 3.92 KB
/
aa-validation-from-server.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intertech.Validation", "Intertech.Validation\Intertech.Validation.csproj", "{991AA9C3-7192-400B-ABC2-66D3D98EC859}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{53189F7F-6C26-4A6E-B42F-4B1ABC8F1426}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intertech.Validation.Test", "Intertech.Validation.Test\Intertech.Validation.Test.csproj", "{B788342E-D9C5-44D2-99A1-3D97CD73DF09}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AATestSite", "http://localhost:52536", "{23CC7B4C-16D2-45A1-85F1-EC95F182E366}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
Debug.AspNetCompiler.VirtualPath = "/localhost_52536"
Debug.AspNetCompiler.PhysicalPath = "AATestSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52536\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_52536"
Release.AspNetCompiler.PhysicalPath = "AATestSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52536\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "AATestSite\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AATestAPI", "AATestAPI\AATestAPI.csproj", "{C616FF0C-21C7-4AC8-AE1E-1FA96B5559B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C7BB457-4636-4990-AAC6-98EDA5B828D5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
development.md = development.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{991AA9C3-7192-400B-ABC2-66D3D98EC859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{991AA9C3-7192-400B-ABC2-66D3D98EC859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{991AA9C3-7192-400B-ABC2-66D3D98EC859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{991AA9C3-7192-400B-ABC2-66D3D98EC859}.Release|Any CPU.Build.0 = Release|Any CPU
{B788342E-D9C5-44D2-99A1-3D97CD73DF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B788342E-D9C5-44D2-99A1-3D97CD73DF09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B788342E-D9C5-44D2-99A1-3D97CD73DF09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B788342E-D9C5-44D2-99A1-3D97CD73DF09}.Release|Any CPU.Build.0 = Release|Any CPU
{23CC7B4C-16D2-45A1-85F1-EC95F182E366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23CC7B4C-16D2-45A1-85F1-EC95F182E366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23CC7B4C-16D2-45A1-85F1-EC95F182E366}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{23CC7B4C-16D2-45A1-85F1-EC95F182E366}.Release|Any CPU.Build.0 = Debug|Any CPU
{C616FF0C-21C7-4AC8-AE1E-1FA96B5559B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C616FF0C-21C7-4AC8-AE1E-1FA96B5559B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C616FF0C-21C7-4AC8-AE1E-1FA96B5559B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C616FF0C-21C7-4AC8-AE1E-1FA96B5559B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal