-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVL.Utilities.sln
97 lines (97 loc) · 5.64 KB
/
VL.Utilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.ORMCodeGenerator", "VL.ORMCodeGenerator\VL.ORMCodeGenerator.csproj", "{9E5EAC4E-76B2-4827-B26F-23DCA8BE99ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.NugetHelper", "VL.NugetHelper\VL.NugetHelper.csproj", "{569153B3-DA4B-4FF0-9D08-E87FC3B4FE6B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "VL.NugetServer(2)", "VL.NugetServer\", "{A712B49F-DA54-4B47-AA2C-DEDAB5AD188E}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_2000"
Debug.AspNetCompiler.PhysicalPath = "VL.NugetServer\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_2000\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_2000"
Release.AspNetCompiler.PhysicalPath = "VL.NugetServer\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_2000\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1949"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_2000"
Debug.AspNetCompiler.PhysicalPath = "VL.NugetServer\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_2000\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_2000"
Release.AspNetCompiler.PhysicalPath = "VL.NugetServer\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_2000\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1949"
SlnRelativePath = "VL.NugetServer\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.ConfigGenerator", "VL.ConfigGenerator\VL.ConfigGenerator.csproj", "{D029A25B-C193-40CA-AA33-3C2957501F6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.Schedualer", "VL.Schedualer\VL.Schedualer.csproj", "{465E6606-672E-432F-91EC-A3C9F1C2C00A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.PythonTranslator", "VL.PythonTranslator\VL.PythonTranslator.csproj", "{E4D06ECB-5CF8-44D8-9DBF-DB9E52CCAFE2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VL.ToolKit", "VL.ToolKit\VL.ToolKit.csproj", "{9C688387-B7D7-431A-9450-E3E72EA479C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E5EAC4E-76B2-4827-B26F-23DCA8BE99ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E5EAC4E-76B2-4827-B26F-23DCA8BE99ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E5EAC4E-76B2-4827-B26F-23DCA8BE99ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E5EAC4E-76B2-4827-B26F-23DCA8BE99ED}.Release|Any CPU.Build.0 = Release|Any CPU
{569153B3-DA4B-4FF0-9D08-E87FC3B4FE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{569153B3-DA4B-4FF0-9D08-E87FC3B4FE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{569153B3-DA4B-4FF0-9D08-E87FC3B4FE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{569153B3-DA4B-4FF0-9D08-E87FC3B4FE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{A712B49F-DA54-4B47-AA2C-DEDAB5AD188E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A712B49F-DA54-4B47-AA2C-DEDAB5AD188E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A712B49F-DA54-4B47-AA2C-DEDAB5AD188E}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A712B49F-DA54-4B47-AA2C-DEDAB5AD188E}.Release|Any CPU.Build.0 = Debug|Any CPU
{D029A25B-C193-40CA-AA33-3C2957501F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D029A25B-C193-40CA-AA33-3C2957501F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D029A25B-C193-40CA-AA33-3C2957501F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D029A25B-C193-40CA-AA33-3C2957501F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{465E6606-672E-432F-91EC-A3C9F1C2C00A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{465E6606-672E-432F-91EC-A3C9F1C2C00A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{465E6606-672E-432F-91EC-A3C9F1C2C00A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{465E6606-672E-432F-91EC-A3C9F1C2C00A}.Release|Any CPU.Build.0 = Release|Any CPU
{E4D06ECB-5CF8-44D8-9DBF-DB9E52CCAFE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D06ECB-5CF8-44D8-9DBF-DB9E52CCAFE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D06ECB-5CF8-44D8-9DBF-DB9E52CCAFE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D06ECB-5CF8-44D8-9DBF-DB9E52CCAFE2}.Release|Any CPU.Build.0 = Release|Any CPU
{9C688387-B7D7-431A-9450-E3E72EA479C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C688387-B7D7-431A-9450-E3E72EA479C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C688387-B7D7-431A-9450-E3E72EA479C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C688387-B7D7-431A-9450-E3E72EA479C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal