-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInnoveWare.sln
107 lines (107 loc) · 6.33 KB
/
InnoveWare.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InnoveWare", "InnoveWare\InnoveWare.csproj", "{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "InnoveWareWeb", "InnoveWareWeb\", "{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
Debug.AspNetCompiler.VirtualPath = "/InnoveWareWeb"
Debug.AspNetCompiler.PhysicalPath = "InnoveWareWeb\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\InnoveWareWeb\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/InnoveWareWeb"
Release.AspNetCompiler.PhysicalPath = "InnoveWareWeb\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\InnoveWareWeb\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "41008"
DefaultWebSiteLanguage = "Visual C#"
ProjOutputReferences = "{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}|ClientBin|false;"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptProject", "ScriptProject\ScriptProject.csproj", "{3339BC81-5FCA-4706-AD15-612152D1B968}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "web", "web\", "{06B86A6C-EA9F-4C89-9E49-B420279410A9}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_10234"
Debug.AspNetCompiler.PhysicalPath = "web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_10234\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_10234"
Release.AspNetCompiler.PhysicalPath = "web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_10234\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "41015"
VWDVirtualPath = "/"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Debug|.NET.ActiveCfg = Debug|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|.NET.ActiveCfg = Release|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|.NET.Build.0 = Release|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|Any CPU.Build.0 = Release|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B78AC384-7DB3-49F9-AE2E-8C6513D66AED}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Debug|.NET.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Release|.NET.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Release|Any CPU.Build.0 = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D7D9F95D-A9A5-47C0-9D4D-B6919FDA90A1}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Debug|.NET.ActiveCfg = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Release|.NET.ActiveCfg = Release|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Release|Any CPU.Build.0 = Release|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3339BC81-5FCA-4706-AD15-612152D1B968}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Debug|.NET.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Release|.NET.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Release|Any CPU.Build.0 = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{06B86A6C-EA9F-4C89-9E49-B420279410A9}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal