Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
2088 ghuddy 1
<VisualStudioProject>
2
    <CSHARP
3
        ProjectType = "Local"
4
        ProductVersion = "7.10.3077"
5
        SchemaVersion = "2.0"
6
        ProjectGuid = "{6D66CE1C-D603-42F2-9DF6-81CF04E3EF78}"
7
    >
8
        <Build>
9
            <Settings
10
                ApplicationIcon = ""
11
                AssemblyKeyContainerName = ""
12
                AssemblyName = "EA_DocGen"
13
                AssemblyOriginatorKeyFile = ""
14
                DefaultClientScript = "JScript"
15
                DefaultHTMLPageLayout = "Grid"
16
                DefaultTargetSchema = "IE50"
17
                DelaySign = "false"
18
                OutputType = "Library"
19
                PreBuildEvent = ""
20
                PostBuildEvent = ""
21
                RootNamespace = "EA_DocGen"
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\"
2112 ghuddy 60
                    RegisterForComInterop = "true"
2088 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.Drawing"
79
                    AssemblyName = "System.Drawing"
80
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.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.XML"
89
                    AssemblyName = "System.Xml"
90
                    HintPath = "..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.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 = "VBIDE"
99
                    Guid = "{0002E157-0000-0000-C000-000000000046}"
100
                    VersionMajor = "5"
101
                    VersionMinor = "3"
102
                    Lcid = "0"
103
                    WrapperTool = "primary"
104
                />
105
                <Reference
106
                    Name = "Word"
107
                    Guid = "{00020905-0000-0000-C000-000000000046}"
108
                    VersionMajor = "8"
109
                    VersionMinor = "3"
110
                    Lcid = "0"
111
                    WrapperTool = "tlbimp"
112
                />
2100 ghuddy 113
                <Reference
114
                    Name = "office"
115
                    AssemblyName = "office"
2112 ghuddy 116
                    HintPath = "\\auperaunx26\dpkg_archive\MS_Office_Assembly\7.0.3300.0.cots\lib\WIN32\office.dll"
2100 ghuddy 117
                    Private = "True"
118
                />
2088 ghuddy 119
            </References>
120
        </Build>
121
        <Files>
122
            <Include>
123
                <File
124
                    RelPath = "About.cs"
125
                    SubType = "Form"
126
                    BuildAction = "Compile"
127
                />
128
                <File
129
                    RelPath = "About.resx"
130
                    DependentUpon = "About.cs"
131
                    BuildAction = "EmbeddedResource"
132
                />
133
                <File
134
                    RelPath = "AssemblyInfo.cs"
135
                    SubType = "Code"
136
                    BuildAction = "Compile"
137
                />
138
                <File
2126 ghuddy 139
                    RelPath = "AssemblyVersionInfo.cs"
140
                    BuildAction = "Compile"
141
                />
142
                <File
2088 ghuddy 143
                    RelPath = "createWordDoc.cs"
144
                    SubType = "Form"
145
                    BuildAction = "Compile"
146
                />
147
                <File
148
                    RelPath = "createWordDoc.resx"
149
                    DependentUpon = "createWordDoc.cs"
150
                    BuildAction = "EmbeddedResource"
151
                />
152
                <File
2094 ghuddy 153
                    RelPath = "DocReferenceForm.cs"
154
                    SubType = "Form"
155
                    BuildAction = "Compile"
156
                />
157
                <File
158
                    RelPath = "DocReferenceForm.resx"
159
                    DependentUpon = "DocReferenceForm.cs"
160
                    BuildAction = "EmbeddedResource"
161
                />
162
                <File
2104 ghuddy 163
                    RelPath = "DocSectionTracking.cs"
164
                    SubType = "Code"
165
                    BuildAction = "Compile"
166
                />
167
                <File
2094 ghuddy 168
                    RelPath = "EA_Constants.cs"
169
                    SubType = "Code"
170
                    BuildAction = "Compile"
171
                />
172
                <File
2088 ghuddy 173
                    RelPath = "EA_DocGenOptions.cs"
174
                    SubType = "Code"
175
                    BuildAction = "Compile"
176
                />
177
                <File
2094 ghuddy 178
                    RelPath = "EA_DocGenOptionsForm.cs"
179
                    SubType = "Form"
180
                    BuildAction = "Compile"
181
                />
182
                <File
183
                    RelPath = "EA_DocGenOptionsForm.resx"
184
                    DependentUpon = "EA_DocGenOptionsForm.cs"
185
                    BuildAction = "EmbeddedResource"
186
                />
187
                <File
2104 ghuddy 188
                    RelPath = "EA_ElementAccumulator.cs"
189
                    SubType = "Code"
190
                    BuildAction = "Compile"
191
                />
192
                <File
2088 ghuddy 193
                    RelPath = "EA_ElementSorter.cs"
194
                    SubType = "Code"
195
                    BuildAction = "Compile"
196
                />
197
                <File
198
                    RelPath = "EA_Finders.cs"
199
                    SubType = "Code"
200
                    BuildAction = "Compile"
201
                />
202
                <File
203
                    RelPath = "EA_RelationshipMatrix.cs"
204
                    SubType = "Code"
205
                    BuildAction = "Compile"
206
                />
207
                <File
208
                    RelPath = "EA_Utilities.cs"
209
                    SubType = "Code"
210
                    BuildAction = "Compile"
211
                />
212
                <File
2126 ghuddy 213
                    RelPath = "FormatTagHelp.cs"
214
                    SubType = "Form"
215
                    BuildAction = "Compile"
216
                />
217
                <File
218
                    RelPath = "FormatTagHelp.resx"
219
                    DependentUpon = "FormatTagHelp.cs"
220
                    BuildAction = "EmbeddedResource"
221
                />
222
                <File
2088 ghuddy 223
                    RelPath = "GUID_Clipboard.cs"
224
                    SubType = "Code"
225
                    BuildAction = "Compile"
226
                />
227
                <File
228
                    RelPath = "Main.cs"
229
                    SubType = "Code"
230
                    BuildAction = "Compile"
231
                />
2094 ghuddy 232
                <File
2104 ghuddy 233
                    RelPath = "RelationshipMatrixType.cs"
234
                    SubType = "Form"
235
                    BuildAction = "Compile"
236
                />
237
                <File
238
                    RelPath = "RelationshipMatrixType.resx"
239
                    DependentUpon = "RelationshipMatrixType.cs"
240
                    BuildAction = "EmbeddedResource"
241
                />
242
                <File
243
                    RelPath = "Sorters.cs"
244
                    SubType = "Code"
245
                    BuildAction = "Compile"
246
                />
247
                <File
2094 ghuddy 248
                    RelPath = "StyleContent.cs"
249
                    SubType = "Code"
250
                    BuildAction = "Compile"
251
                />
252
                <File
253
                    RelPath = "TabularContent.cs"
254
                    SubType = "Code"
255
                    BuildAction = "Compile"
256
                />
257
                <File
258
                    RelPath = "TerminologyForm.cs"
259
                    SubType = "Form"
260
                    BuildAction = "Compile"
261
                />
262
                <File
263
                    RelPath = "TerminologyForm.resx"
264
                    DependentUpon = "TerminologyForm.cs"
265
                    BuildAction = "EmbeddedResource"
266
                />
267
                <File
2126 ghuddy 268
                    RelPath = "TextParser.cs"
269
                    SubType = "Code"
270
                    BuildAction = "Compile"
271
                />
272
                <File
2094 ghuddy 273
                    RelPath = "TextualContent.cs"
274
                    SubType = "Code"
275
                    BuildAction = "Compile"
276
                />
2088 ghuddy 277
            </Include>
278
        </Files>
279
    </CSHARP>
280
</VisualStudioProject>
281