-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSockPuppet.sln
72 lines (72 loc) · 4.4 KB
/
SockPuppet.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SockPuppet", "SockPuppet\SockPuppet.csproj", "{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SockPuppet.Demo", "SockPuppet.Demo\SockPuppet.Demo.csproj", "{A3A823C5-60BD-412E-88DE-AA13E1459915}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "SockPuppet.Web", "..\..\Visual Studio 2010\Projects\SockPuppet\SockPuppet.Web\", "{D3FCC54C-FE3F-4831-93D8-350134B5DF88}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/SockPuppet.Web"
Debug.AspNetCompiler.PhysicalPath = "..\..\Visual Studio 2010\Projects\SockPuppet\SockPuppet.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SockPuppet.Web\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/SockPuppet.Web"
Release.AspNetCompiler.PhysicalPath = "..\..\Visual Studio 2010\Projects\SockPuppet\SockPuppet.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SockPuppet.Web\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1673"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Debug|x86.ActiveCfg = Debug|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Release|Any CPU.Build.0 = Release|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FFAC15F2-504E-445B-9E6B-EA69443DB1DC}.Release|x86.ActiveCfg = Release|Any CPU
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Debug|Any CPU.ActiveCfg = Debug|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Debug|x86.ActiveCfg = Debug|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Debug|x86.Build.0 = Debug|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Release|Any CPU.ActiveCfg = Release|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Release|Mixed Platforms.Build.0 = Release|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Release|x86.ActiveCfg = Release|x86
{A3A823C5-60BD-412E-88DE-AA13E1459915}.Release|x86.Build.0 = Release|x86
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Debug|x86.ActiveCfg = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Release|Any CPU.Build.0 = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Release|Mixed Platforms.Build.0 = Debug|Any CPU
{D3FCC54C-FE3F-4831-93D8-350134B5DF88}.Release|x86.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal