Subversion Repositories DevTools

Rev

Rev 2104 | Rev 2126 | 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
139
                    RelPath = "createWordDoc.cs"
140
                    SubType = "Form"
141
                    BuildAction = "Compile"
142
                />
143
                <File
144
                    RelPath = "createWordDoc.resx"
145
                    DependentUpon = "createWordDoc.cs"
146
                    BuildAction = "EmbeddedResource"
147
                />
148
                <File
2094 ghuddy 149
                    RelPath = "DocReferenceForm.cs"
150
                    SubType = "Form"
151
                    BuildAction = "Compile"
152
                />
153
                <File
154
                    RelPath = "DocReferenceForm.resx"
155
                    DependentUpon = "DocReferenceForm.cs"
156
                    BuildAction = "EmbeddedResource"
157
                />
158
                <File
2104 ghuddy 159
                    RelPath = "DocSectionTracking.cs"
160
                    SubType = "Code"
161
                    BuildAction = "Compile"
162
                />
163
                <File
2094 ghuddy 164
                    RelPath = "EA_Constants.cs"
165
                    SubType = "Code"
166
                    BuildAction = "Compile"
167
                />
168
                <File
2088 ghuddy 169
                    RelPath = "EA_DocGenOptions.cs"
170
                    SubType = "Code"
171
                    BuildAction = "Compile"
172
                />
173
                <File
2094 ghuddy 174
                    RelPath = "EA_DocGenOptionsForm.cs"
175
                    SubType = "Form"
176
                    BuildAction = "Compile"
177
                />
178
                <File
179
                    RelPath = "EA_DocGenOptionsForm.resx"
180
                    DependentUpon = "EA_DocGenOptionsForm.cs"
181
                    BuildAction = "EmbeddedResource"
182
                />
183
                <File
2104 ghuddy 184
                    RelPath = "EA_ElementAccumulator.cs"
185
                    SubType = "Code"
186
                    BuildAction = "Compile"
187
                />
188
                <File
2088 ghuddy 189
                    RelPath = "EA_ElementSorter.cs"
190
                    SubType = "Code"
191
                    BuildAction = "Compile"
192
                />
193
                <File
194
                    RelPath = "EA_Finders.cs"
195
                    SubType = "Code"
196
                    BuildAction = "Compile"
197
                />
198
                <File
199
                    RelPath = "EA_RelationshipMatrix.cs"
200
                    SubType = "Code"
201
                    BuildAction = "Compile"
202
                />
203
                <File
204
                    RelPath = "EA_Utilities.cs"
205
                    SubType = "Code"
206
                    BuildAction = "Compile"
207
                />
208
                <File
209
                    RelPath = "GUID_Clipboard.cs"
210
                    SubType = "Code"
211
                    BuildAction = "Compile"
212
                />
213
                <File
214
                    RelPath = "Main.cs"
215
                    SubType = "Code"
216
                    BuildAction = "Compile"
217
                />
2094 ghuddy 218
                <File
2104 ghuddy 219
                    RelPath = "RelationshipMatrixType.cs"
220
                    SubType = "Form"
221
                    BuildAction = "Compile"
222
                />
223
                <File
224
                    RelPath = "RelationshipMatrixType.resx"
225
                    DependentUpon = "RelationshipMatrixType.cs"
226
                    BuildAction = "EmbeddedResource"
227
                />
228
                <File
229
                    RelPath = "Sorters.cs"
230
                    SubType = "Code"
231
                    BuildAction = "Compile"
232
                />
233
                <File
2094 ghuddy 234
                    RelPath = "StyleContent.cs"
235
                    SubType = "Code"
236
                    BuildAction = "Compile"
237
                />
238
                <File
239
                    RelPath = "TabularContent.cs"
240
                    SubType = "Code"
241
                    BuildAction = "Compile"
242
                />
243
                <File
244
                    RelPath = "TerminologyForm.cs"
245
                    SubType = "Form"
246
                    BuildAction = "Compile"
247
                />
248
                <File
249
                    RelPath = "TerminologyForm.resx"
250
                    DependentUpon = "TerminologyForm.cs"
251
                    BuildAction = "EmbeddedResource"
252
                />
253
                <File
254
                    RelPath = "TextualContent.cs"
255
                    SubType = "Code"
256
                    BuildAction = "Compile"
257
                />
2088 ghuddy 258
            </Include>
259
        </Files>
260
    </CSHARP>
261
</VisualStudioProject>
262