AIAHTML5.sln
3.31 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAHTML5.API", "AIAHTML5.API\AIAHTML5.API.csproj", "{29B2F1D1-8B39-4B74-9874-7CB659800E3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAHTML5.Web", "AIAHTML5.Web\AIAHTML5.Web.csproj", "{B6FBCFF8-360B-402E-B336-2F96CB07F69F}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "AIAHTML5.Admin", "AIAHTML5.Admin\", "{1C948642-8FEC-4960-BBD3-4D0CD40ADCAF}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
Debug.AspNetCompiler.VirtualPath = "/localhost_61106"
Debug.AspNetCompiler.PhysicalPath = "AIAHTML5.Admin\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_61106\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_61106"
Release.AspNetCompiler.PhysicalPath = "AIAHTML5.Admin\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_61106\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "61106"
SlnRelativePath = "AIAHTML5.Admin\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAHTML5.Server", "AIAHTML5.Server\AIAHTML5.Server.csproj", "{8BA7227B-67D0-4B31-A893-963A75618E39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29B2F1D1-8B39-4B74-9874-7CB659800E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29B2F1D1-8B39-4B74-9874-7CB659800E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29B2F1D1-8B39-4B74-9874-7CB659800E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29B2F1D1-8B39-4B74-9874-7CB659800E3F}.Release|Any CPU.Build.0 = Release|Any CPU
{B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6FBCFF8-360B-402E-B336-2F96CB07F69F}.Release|Any CPU.Build.0 = Release|Any CPU
{1C948642-8FEC-4960-BBD3-4D0CD40ADCAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C948642-8FEC-4960-BBD3-4D0CD40ADCAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C948642-8FEC-4960-BBD3-4D0CD40ADCAF}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{1C948642-8FEC-4960-BBD3-4D0CD40ADCAF}.Release|Any CPU.Build.0 = Debug|Any CPU
{8BA7227B-67D0-4B31-A893-963A75618E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BA7227B-67D0-4B31-A893-963A75618E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BA7227B-67D0-4B31-A893-963A75618E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BA7227B-67D0-4B31-A893-963A75618E39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal