Subversion Repositories DevTools

Rev

Rev 2155 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2139 ghuddy 1
<VisualStudioProject>
2
    <CSHARP
3
        ProjectType = "Local"
4
        ProductVersion = "7.10.3077"
5
        SchemaVersion = "2.0"
6
        ProjectGuid = "{D383F744-65AF-4E10-AEC2-7DB32C82CBB0}"
7
    >
8
        <Build>
9
            <Settings
10
                ApplicationIcon = ""
11
                AssemblyKeyContainerName = ""
12
                AssemblyName = "EA_ReqPro"
13
                AssemblyOriginatorKeyFile = ""
14
                DefaultClientScript = "JScript"
15
                DefaultHTMLPageLayout = "Grid"
16
                DefaultTargetSchema = "IE50"
17
                DelaySign = "false"
18
                OutputType = "Library"
19
                PreBuildEvent = ""
20
                PostBuildEvent = ""
21
                RootNamespace = "EA_ReqPro"
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 = ""
33
                    DebugSymbols = "true"
34
                    FileAlignment = "4096"
35
                    IncrementalBuild = "false"
36
                    NoStdLib = "false"
37
                    NoWarn = ""
38
                    Optimize = "false"
39
                    OutputPath = "bin\Debug\"
40
                    RegisterForComInterop = "true"
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\"
2141 ghuddy 60
                    RegisterForComInterop = "true"
2139 ghuddy 61
                    RemoveIntegerChecks = "false"
62
                    TreatWarningsAsErrors = "false"
63
                    WarningLevel = "4"
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.Windows.Forms"
84
                    AssemblyName = "System.Windows.Forms"
85
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
86
                />
87
                <Reference
88
                    Name = "System.Drawing"
89
                    AssemblyName = "System.Drawing"
90
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
91
                />
92
                <Reference
93
                    Name = "Interop.EA"
94
                    AssemblyName = "Interop.EA"
95
                    HintPath = "..\..\..\Program Files\Sparx Systems\EA\Interop.EA.dll"
96
                />
97
                <Reference
98
                    Name = "ReqPro40"
99
                    Guid = "{A4C93374-B3C3-4EEF-8599-0CE6FFD01762}"
100
                    VersionMajor = "1"
101
                    VersionMinor = "8"
102
                    Lcid = "0"
103
                    WrapperTool = "tlbimp"
104
                />
105
            </References>
106
        </Build>
107
        <Files>
108
            <Include>
109
                <File
2169 ghuddy 110
                    RelPath = "About.cs"
111
                    SubType = "Form"
112
                    BuildAction = "Compile"
113
                />
114
                <File
115
                    RelPath = "About.resx"
116
                    DependentUpon = "About.cs"
117
                    BuildAction = "EmbeddedResource"
118
                />
119
                <File
2139 ghuddy 120
                    RelPath = "AssemblyInfo.cs"
121
                    SubType = "Code"
122
                    BuildAction = "Compile"
123
                />
124
                <File
2169 ghuddy 125
                    RelPath = "AssemblyVersionInfo.cs"
126
                    SubType = "Code"
127
                    BuildAction = "Compile"
128
                />
129
                <File
2155 ghuddy 130
                    RelPath = "Constants.cs"
131
                    SubType = "Code"
132
                    BuildAction = "Compile"
133
                />
134
                <File
2141 ghuddy 135
                    RelPath = "CopyReqProDatabase.cs"
136
                    SubType = "Code"
137
                    BuildAction = "Compile"
138
                />
139
                <File
140
                    RelPath = "CopyReqProDatabaseToMemory.cs"
141
                    SubType = "Code"
142
                    BuildAction = "Compile"
143
                />
144
                <File
2169 ghuddy 145
                    RelPath = "CWaitCursor.cs"
146
                    SubType = "Code"
147
                    BuildAction = "Compile"
148
                />
149
                <File
150
                    RelPath = "EA_Connectors.cs"
151
                    SubType = "Code"
152
                    BuildAction = "Compile"
153
                />
154
                <File
155
                    RelPath = "EA_ElementAccumulator.cs"
156
                    SubType = "Code"
157
                    BuildAction = "Compile"
158
                />
159
                <File
2141 ghuddy 160
                    RelPath = "EA_ElementSorter.cs"
161
                    SubType = "Code"
162
                    BuildAction = "Compile"
163
                />
164
                <File
2169 ghuddy 165
                    RelPath = "EA_Package.cs"
2155 ghuddy 166
                    SubType = "Code"
167
                    BuildAction = "Compile"
168
                />
169
                <File
2169 ghuddy 170
                    RelPath = "EA_Parsing.cs"
2139 ghuddy 171
                    SubType = "Code"
172
                    BuildAction = "Compile"
173
                />
174
                <File
2169 ghuddy 175
                    RelPath = "EA_ProjectBrowser.cs"
176
                    SubType = "Code"
177
                    BuildAction = "Compile"
178
                />
179
                <File
180
                    RelPath = "EA_RecursionWorker.cs"
181
                    SubType = "Code"
182
                    BuildAction = "Compile"
183
                />
184
                <File
185
                    RelPath = "EA_TaggedValues.cs"
186
                    SubType = "Code"
187
                    BuildAction = "Compile"
188
                />
189
                <File
2155 ghuddy 190
                    RelPath = "ExportForm.cs"
191
                    SubType = "Form"
192
                    BuildAction = "Compile"
193
                />
194
                <File
195
                    RelPath = "ExportForm.resx"
196
                    DependentUpon = "ExportForm.cs"
197
                    BuildAction = "EmbeddedResource"
198
                />
199
                <File
2141 ghuddy 200
                    RelPath = "ExportToReqProCSVForm.cs"
201
                    SubType = "Form"
202
                    BuildAction = "Compile"
203
                />
204
                <File
205
                    RelPath = "ExportToReqProCSVForm.resx"
206
                    DependentUpon = "ExportToReqProCSVForm.cs"
207
                    BuildAction = "EmbeddedResource"
208
                />
209
                <File
2155 ghuddy 210
                    RelPath = "ExportToReqProDatabase.cs"
211
                    SubType = "Code"
212
                    BuildAction = "Compile"
213
                />
214
                <File
2141 ghuddy 215
                    RelPath = "ImportReqProDatabase.cs"
216
                    SubType = "Code"
217
                    BuildAction = "Compile"
218
                />
219
                <File
2139 ghuddy 220
                    RelPath = "Logon.cs"
221
                    SubType = "Form"
222
                    BuildAction = "Compile"
223
                />
224
                <File
225
                    RelPath = "Logon.resx"
226
                    DependentUpon = "Logon.cs"
227
                    BuildAction = "EmbeddedResource"
228
                />
229
                <File
2151 ghuddy 230
                    RelPath = "MessageBoxEx.cs"
2155 ghuddy 231
                    SubType = "Code"
232
                    BuildAction = "Compile"
233
                />
234
                <File
235
                    RelPath = "QueryForm.cs"
2151 ghuddy 236
                    SubType = "Form"
237
                    BuildAction = "Compile"
238
                />
239
                <File
2155 ghuddy 240
                    RelPath = "QueryForm.resx"
241
                    DependentUpon = "QueryForm.cs"
2151 ghuddy 242
                    BuildAction = "EmbeddedResource"
243
                />
244
                <File
2141 ghuddy 245
                    RelPath = "ReqPro_object.cs"
246
                    SubType = "Code"
247
                    BuildAction = "Compile"
248
                />
249
                <File
250
                    RelPath = "ReqPro_ReqStatus.cs"
251
                    SubType = "Code"
252
                    BuildAction = "Compile"
253
                />
254
                <File
255
                    RelPath = "ReqPro_ReqType.cs"
256
                    SubType = "Code"
257
                    BuildAction = "Compile"
258
                />
259
                <File
2155 ghuddy 260
                    RelPath = "ReqProDatabase.cs"
261
                    SubType = "Code"
262
                    BuildAction = "Compile"
263
                />
264
                <File
2141 ghuddy 265
                    RelPath = "ReqProDB_Artifact.cs"
266
                    SubType = "Code"
267
                    BuildAction = "Compile"
268
                />
269
                <File
270
                    RelPath = "ReqProFilterForm.cs"
271
                    SubType = "Form"
272
                    BuildAction = "Compile"
273
                />
274
                <File
275
                    RelPath = "ReqProFilterForm.resx"
276
                    DependentUpon = "ReqProFilterForm.cs"
277
                    BuildAction = "EmbeddedResource"
278
                />
279
                <File
2139 ghuddy 280
                    RelPath = "ReqProMain.cs"
281
                    SubType = "Code"
282
                    BuildAction = "Compile"
283
                />
284
                <File
2141 ghuddy 285
                    RelPath = "ReqProParser.cs"
2139 ghuddy 286
                    SubType = "Code"
287
                    BuildAction = "Compile"
288
                />
289
            </Include>
290
        </Files>
291
    </CSHARP>
292
</VisualStudioProject>
293