~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/webservices/.svn/text-base/iFolder.WebService.csproj.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VisualStudioProject>
2
 
    <CSHARP
3
 
        ProjectType = "Local"
4
 
        ProductVersion = "7.10.3077"
5
 
        SchemaVersion = "2.0"
6
 
        ProjectGuid = "{27BAE0F0-66FA-457C-936E-9DF2114431AD}"
7
 
    >
8
 
        <Build>
9
 
            <Settings
10
 
                ApplicationIcon = ""
11
 
                AssemblyKeyContainerName = ""
12
 
                AssemblyName = "iFolder.WebService"
13
 
                AssemblyOriginatorKeyFile = ""
14
 
                DefaultClientScript = "JScript"
15
 
                DefaultHTMLPageLayout = "Grid"
16
 
                DefaultTargetSchema = "IE50"
17
 
                DelaySign = "false"
18
 
                OutputType = "Library"
19
 
                PreBuildEvent = ""
20
 
                PostBuildEvent = ""
21
 
                RootNamespace = "iFolder.WebService"
22
 
                RunPostBuildEvent = "OnBuildSuccess"
23
 
                StartupObject = ""
24
 
            >
25
 
                <Config
26
 
                    Name = "Debug"
27
 
                    AllowUnsafeBlocks = "false"
28
 
                    BaseAddress = "285212672"
29
 
                    CheckForOverflowUnderflow = "false"
30
 
                    ConfigurationOverrideFile = ""
31
 
                    DefineConstants = "DEBUG;TRACE"
32
 
                    DocumentationFile = "iFolder.WebService.xml"
33
 
                    DebugSymbols = "true"
34
 
                    FileAlignment = "4096"
35
 
                    IncrementalBuild = "false"
36
 
                    NoStdLib = "false"
37
 
                    NoWarn = ""
38
 
                    Optimize = "false"
39
 
                    OutputPath = "bin\Debug\"
40
 
                    RegisterForComInterop = "false"
41
 
                    RemoveIntegerChecks = "false"
42
 
                    TreatWarningsAsErrors = "false"
43
 
                    WarningLevel = "4"
44
 
                />
45
 
                <Config
46
 
                    Name = "Release"
47
 
                    AllowUnsafeBlocks = "false"
48
 
                    BaseAddress = "285212672"
49
 
                    CheckForOverflowUnderflow = "false"
50
 
                    ConfigurationOverrideFile = ""
51
 
                    DefineConstants = "TRACE"
52
 
                    DocumentationFile = ""
53
 
                    DebugSymbols = "false"
54
 
                    FileAlignment = "4096"
55
 
                    IncrementalBuild = "false"
56
 
                    NoStdLib = "false"
57
 
                    NoWarn = ""
58
 
                    Optimize = "true"
59
 
                    OutputPath = "bin\Release\"
60
 
                    RegisterForComInterop = "false"
61
 
                    RemoveIntegerChecks = "false"
62
 
                    TreatWarningsAsErrors = "false"
63
 
                    WarningLevel = "1"
64
 
                />
65
 
            </Settings>
66
 
            <References>
67
 
                <Reference
68
 
                    Name = "System"
69
 
                    AssemblyName = "System"
70
 
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71
 
                />
72
 
                <Reference
73
 
                    Name = "System.Data"
74
 
                    AssemblyName = "System.Data"
75
 
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76
 
                />
77
 
                <Reference
78
 
                    Name = "System.XML"
79
 
                    AssemblyName = "System.Xml"
80
 
                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81
 
                />
82
 
                <Reference
83
 
                    Name = "System.Web"
84
 
                    AssemblyName = "System.Web"
85
 
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
86
 
                />
87
 
                <Reference
88
 
                    Name = "System.Web.Services"
89
 
                    AssemblyName = "System.Web.Services"
90
 
                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
91
 
                />
92
 
                <Reference
93
 
                    Name = "iFolder.WebService.Local"
94
 
                    Project = "{0F363672-13F2-4B0D-8F5C-D53273119499}"
95
 
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
96
 
                />
97
 
            </References>
98
 
        </Build>
99
 
        <Files>
100
 
            <Include>
101
 
                <File
102
 
                    RelPath = "AssemblyInfo.cs"
103
 
                    SubType = "Code"
104
 
                    BuildAction = "Compile"
105
 
                />
106
 
                <File
107
 
                    RelPath = "iFolderAdmin.asmx"
108
 
                    BuildAction = "Content"
109
 
                />
110
 
                <File
111
 
                    RelPath = "iFolderAdmin.asmx.cs"
112
 
                    DependentUpon = "iFolderAdmin.asmx"
113
 
                    SubType = "Code"
114
 
                    BuildAction = "Compile"
115
 
                />
116
 
                <File
117
 
                    RelPath = "iFolderAdmin.asmx.resx"
118
 
                    DependentUpon = "iFolderAdmin.asmx.cs"
119
 
                    BuildAction = "EmbeddedResource"
120
 
                />
121
 
                <File
122
 
                    RelPath = "iFolderAdminLocalProxy.cs"
123
 
                    SubType = "code"
124
 
                    BuildAction = "Compile"
125
 
                />
126
 
                <File
127
 
                    RelPath = "iFolderWeb.asmx"
128
 
                    BuildAction = "Content"
129
 
                />
130
 
                <File
131
 
                    RelPath = "iFolderWeb.asmx.cs"
132
 
                    DependentUpon = "iFolderWeb.asmx"
133
 
                    SubType = "Code"
134
 
                    BuildAction = "Compile"
135
 
                />
136
 
                <File
137
 
                    RelPath = "iFolderWeb.asmx.resx"
138
 
                    DependentUpon = "iFolderWeb.asmx.cs"
139
 
                    BuildAction = "EmbeddedResource"
140
 
                />
141
 
                <File
142
 
                    RelPath = "iFolderWebLocalProxy.cs"
143
 
                    SubType = "code"
144
 
                    BuildAction = "Compile"
145
 
                />
146
 
            </Include>
147
 
        </Files>
148
 
    </CSHARP>
149
 
</VisualStudioProject>
150