-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAutoCopy.sln
74 lines (74 loc) · 3.68 KB
/
AutoCopy.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
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}") = "Console.Test", "Console.Test\Console.Test.csproj", "{619CDDB5-2283-499C-BEFB-7B32C10FAEA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoCopyLib", "AutoCopyLib\AutoCopyLib.csproj", "{C2685DAB-9618-4FDC-8E85-248E1069AC39}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Web.Test", "Web.Test\", "{501CD4B3-6BF8-48E8-86EB-D0517BEA2E3C}"
ProjectSection(SvnOrigin) = preProject
@Keys = Enlist,Svn.Uri
Enlist = Required
Svn.Uri = Web.Test/
EndProjectSection
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "Svn"
SccAuxPath = "Svn"
SccLocalPath = "Svn"
SccProvider = "SubversionScc"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5"
ProjectReferences = "{c2685dab-9618-4fdc-8e85-248e1069ac39}|AutoCopyLib.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_63606"
Debug.AspNetCompiler.PhysicalPath = "Web.Test\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63606\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63606"
Release.AspNetCompiler.PhysicalPath = "Web.Test\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63606\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63606"
SlnRelativePath = "Web.Test\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataRowTest", "DataRowTest\DataRowTest.csproj", "{FB83AFCB-3523-47D7-B849-A9032294EC46}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{619CDDB5-2283-499C-BEFB-7B32C10FAEA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{619CDDB5-2283-499C-BEFB-7B32C10FAEA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{619CDDB5-2283-499C-BEFB-7B32C10FAEA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{619CDDB5-2283-499C-BEFB-7B32C10FAEA7}.Release|Any CPU.Build.0 = Release|Any CPU
{C2685DAB-9618-4FDC-8E85-248E1069AC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2685DAB-9618-4FDC-8E85-248E1069AC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2685DAB-9618-4FDC-8E85-248E1069AC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2685DAB-9618-4FDC-8E85-248E1069AC39}.Release|Any CPU.Build.0 = Release|Any CPU
{501CD4B3-6BF8-48E8-86EB-D0517BEA2E3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{501CD4B3-6BF8-48E8-86EB-D0517BEA2E3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{501CD4B3-6BF8-48E8-86EB-D0517BEA2E3C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{501CD4B3-6BF8-48E8-86EB-D0517BEA2E3C}.Release|Any CPU.Build.0 = Debug|Any CPU
{FB83AFCB-3523-47D7-B849-A9032294EC46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB83AFCB-3523-47D7-B849-A9032294EC46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB83AFCB-3523-47D7-B849-A9032294EC46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB83AFCB-3523-47D7-B849-A9032294EC46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal