-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDynamic.sln
59 lines (59 loc) · 2.97 KB
/
Dynamic.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicSample", "DynamicSample\DynamicSample.csproj", "{D2B58742-240F-47C8-A69F-5683671CC9E5}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicUtilites", "DynamicUtilities\DynamicUtilites.csproj", "{0FEF568A-0697-4DFA-A643-99060713CF00}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DynamicSampleWeb", "DynamicSampleWeb\DynamicSampleWeb.vbproj", "{C65C4CC0-9144-49C7-AA5A-CE1DEA3D74E2}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs01.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = DynamicSample\\DynamicSample.csproj
SccProjectName1 = DynamicSample
SccLocalPath1 = DynamicSample
SccProjectUniqueName2 = DynamicUtilities\\DynamicUtilites.csproj
SccProjectName2 = DynamicUtilities
SccLocalPath2 = DynamicUtilities
SccProjectUniqueName3 = DynamicSampleWeb\\DynamicSampleWeb.vbproj
SccProjectName3 = DynamicSampleWeb
SccLocalPath3 = DynamicSampleWeb
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2B58742-240F-47C8-A69F-5683671CC9E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2B58742-240F-47C8-A69F-5683671CC9E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2B58742-240F-47C8-A69F-5683671CC9E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2B58742-240F-47C8-A69F-5683671CC9E5}.Release|Any CPU.Build.0 = Release|Any CPU
{0FEF568A-0697-4DFA-A643-99060713CF00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FEF568A-0697-4DFA-A643-99060713CF00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FEF568A-0697-4DFA-A643-99060713CF00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FEF568A-0697-4DFA-A643-99060713CF00}.Release|Any CPU.Build.0 = Release|Any CPU
{C65C4CC0-9144-49C7-AA5A-CE1DEA3D74E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C65C4CC0-9144-49C7-AA5A-CE1DEA3D74E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C65C4CC0-9144-49C7-AA5A-CE1DEA3D74E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C65C4CC0-9144-49C7-AA5A-CE1DEA3D74E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal