-
Notifications
You must be signed in to change notification settings - Fork 0
/
TesteMeuWebService.sln
63 lines (63 loc) · 3.44 KB
/
TesteMeuWebService.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TesteMeuWebService", "TesteMeuWebService\TesteMeuWebService.csproj", "{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\Exemplos\wsMeuWebService\", "wsMeuWebService\", "{A0851E50-BF1F-4D84-812D-3428D33B503D}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.VirtualPath = "/wsMeuWebService"
Debug.AspNetCompiler.PhysicalPath = "..\wsMeuWebService\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\wsMeuWebService\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/wsMeuWebService"
Release.AspNetCompiler.PhysicalPath = "..\wsMeuWebService\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\wsMeuWebService\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "2412"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Debug|.NET.ActiveCfg = Debug|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Release|.NET.ActiveCfg = Release|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Release|Any CPU.Build.0 = Release|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9C2E3F0F-61AD-4843-987E-0CE32168E5DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Debug|.NET.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Debug|.NET.Build.0 = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Debug|Any CPU.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Release|.NET.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Release|.NET.Build.0 = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Release|Any CPU.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{A0851E50-BF1F-4D84-812D-3428D33B503D}.Release|Mixed Platforms.Build.0 = Debug|.NET
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal