Changeset 4577 for branches/WebApplication/HeuristicLab.WebApplication.sln
- Timestamp:
- 10/09/10 09:02:03 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/HeuristicLab.WebApplication.sln
r4572 r4577 3 3 # Visual Studio 2010 4 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebSites", "WebSites", "{D8EE8EE9-7439-443A-B786-27F098895EF7}" 5 EndProject6 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "OKB", "WebSites\OKB\", "{1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E}"7 ProjectSection(WebsiteProperties) = preProject8 TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"9 ProjectReferences = "{3526BD1F-AF87-44E6-B6D5-6683D78DF576}|Shell.dll;{BEF45305-5E6D-4C7D-BF61-5CB7E9EEAB87}|Administration.dll;{0BD25375-7C3D-4A4C-A660-3779E3A0967E}|Administration.Interface.dll;"10 Debug.AspNetCompiler.VirtualPath = "/OKB"11 Debug.AspNetCompiler.PhysicalPath = "WebSites\OKB\"12 Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\OKB\"13 Debug.AspNetCompiler.Updateable = "true"14 Debug.AspNetCompiler.ForceOverwrite = "true"15 Debug.AspNetCompiler.FixedNames = "false"16 Debug.AspNetCompiler.Debug = "True"17 Release.AspNetCompiler.VirtualPath = "/OKB"18 Release.AspNetCompiler.PhysicalPath = "WebSites\OKB\"19 Release.AspNetCompiler.TargetPath = "PrecompiledWeb\OKB\"20 Release.AspNetCompiler.Updateable = "true"21 Release.AspNetCompiler.ForceOverwrite = "true"22 Release.AspNetCompiler.FixedNames = "false"23 Release.AspNetCompiler.Debug = "False"24 VWDPort = "1301"25 DefaultWebSiteLanguage = "Visual C#"26 EndProjectSection27 5 EndProject 28 6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{7246595C-2A60-4138-8C0D-219950D7813F}" … … 36 14 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Administration.Interface", "Administration.Interface\Administration.Interface.csproj", "{0BD25375-7C3D-4A4C-A660-3779E3A0967E}" 37 15 EndProject 16 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "HeuristicLabWeb", "WebSites\HeuristicLabWeb\", "{A5352F27-985A-4468-89D2-A2C2B7F760AD}" 17 ProjectSection(WebsiteProperties) = preProject 18 TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" 19 Debug.AspNetCompiler.VirtualPath = "/HeuristicLabWeb" 20 Debug.AspNetCompiler.PhysicalPath = "WebSites\HeuristicLabWeb\" 21 Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\HeuristicLabWeb\" 22 Debug.AspNetCompiler.Updateable = "true" 23 Debug.AspNetCompiler.ForceOverwrite = "true" 24 Debug.AspNetCompiler.FixedNames = "false" 25 Debug.AspNetCompiler.Debug = "True" 26 Release.AspNetCompiler.VirtualPath = "/HeuristicLabWeb" 27 Release.AspNetCompiler.PhysicalPath = "WebSites\HeuristicLabWeb\" 28 Release.AspNetCompiler.TargetPath = "PrecompiledWeb\HeuristicLabWeb\" 29 Release.AspNetCompiler.Updateable = "true" 30 Release.AspNetCompiler.ForceOverwrite = "true" 31 Release.AspNetCompiler.FixedNames = "false" 32 Release.AspNetCompiler.Debug = "False" 33 VWDPort = "1087" 34 EndProjectSection 35 EndProject 38 36 Global 39 37 GlobalSection(SolutionConfigurationPlatforms) = preSolution … … 42 40 EndGlobalSection 43 41 GlobalSection(ProjectConfigurationPlatforms) = postSolution 44 {1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU45 {1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E}.Debug|Any CPU.Build.0 = Debug|Any CPU46 {1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E}.Release|Any CPU.ActiveCfg = Debug|Any CPU47 {1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E}.Release|Any CPU.Build.0 = Debug|Any CPU48 42 {3526BD1F-AF87-44E6-B6D5-6683D78DF576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 49 43 {3526BD1F-AF87-44E6-B6D5-6683D78DF576}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 62 56 {0BD25375-7C3D-4A4C-A660-3779E3A0967E}.Release|Any CPU.ActiveCfg = Release|Any CPU 63 57 {0BD25375-7C3D-4A4C-A660-3779E3A0967E}.Release|Any CPU.Build.0 = Release|Any CPU 58 {A5352F27-985A-4468-89D2-A2C2B7F760AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 59 {A5352F27-985A-4468-89D2-A2C2B7F760AD}.Debug|Any CPU.Build.0 = Debug|Any CPU 60 {A5352F27-985A-4468-89D2-A2C2B7F760AD}.Release|Any CPU.ActiveCfg = Debug|Any CPU 61 {A5352F27-985A-4468-89D2-A2C2B7F760AD}.Release|Any CPU.Build.0 = Debug|Any CPU 64 62 EndGlobalSection 65 63 GlobalSection(SolutionProperties) = preSolution … … 67 65 EndGlobalSection 68 66 GlobalSection(NestedProjects) = preSolution 69 { 1AF6CDB4-A122-4EDC-B28A-8BDC41443B7E} = {D8EE8EE9-7439-443A-B786-27F098895EF7}67 {A5352F27-985A-4468-89D2-A2C2B7F760AD} = {D8EE8EE9-7439-443A-B786-27F098895EF7} 70 68 {3526BD1F-AF87-44E6-B6D5-6683D78DF576} = {7246595C-2A60-4138-8C0D-219950D7813F} 71 69 {BEF45305-5E6D-4C7D-BF61-5CB7E9EEAB87} = {7246595C-2A60-4138-8C0D-219950D7813F} … … 74 72 EndGlobalSection 75 73 GlobalSection(ExtensibilityGlobals) = postSolution 74 IsWCSFSolution = True 76 75 RootNamespace = OKB 77 IsWCSFSolution = True78 76 EndGlobalSection 79 77 EndGlobal
Note: See TracChangeset
for help on using the changeset viewer.