Subversion Repositories DevTools

Rev

Rev 2169 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2177 brianf 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <ProjectType>Local</ProjectType>
4
    <ProductVersion>8.0.50727</ProductVersion>
5
    <SchemaVersion>2.0</SchemaVersion>
6
    <ProjectGuid>{D383F744-65AF-4E10-AEC2-7DB32C82CBB0}</ProjectGuid>
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ApplicationIcon>
10
    </ApplicationIcon>
11
    <AssemblyKeyContainerName>
12
    </AssemblyKeyContainerName>
13
    <AssemblyName>EA_ReqPro</AssemblyName>
14
    <AssemblyOriginatorKeyFile>
15
    </AssemblyOriginatorKeyFile>
16
    <DefaultClientScript>JScript</DefaultClientScript>
17
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19
    <DelaySign>false</DelaySign>
20
    <OutputType>Library</OutputType>
21
    <RootNamespace>EA_ReqPro</RootNamespace>
22
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23
    <StartupObject>
24
    </StartupObject>
25
    <FileUpgradeFlags>
26
    </FileUpgradeFlags>
27
    <UpgradeBackupLocation>
28
    </UpgradeBackupLocation>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <OutputPath>bin\Debug\</OutputPath>
32
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33
    <BaseAddress>285212672</BaseAddress>
34
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35
    <ConfigurationOverrideFile>
36
    </ConfigurationOverrideFile>
37
    <DefineConstants>DEBUG;TRACE</DefineConstants>
38
    <DocumentationFile>
39
    </DocumentationFile>
40
    <DebugSymbols>true</DebugSymbols>
41
    <FileAlignment>4096</FileAlignment>
42
    <NoStdLib>false</NoStdLib>
43
    <NoWarn>
44
    </NoWarn>
45
    <Optimize>false</Optimize>
46
    <RegisterForComInterop>true</RegisterForComInterop>
47
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
48
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
49
    <WarningLevel>4</WarningLevel>
50
    <DebugType>full</DebugType>
51
    <ErrorReport>prompt</ErrorReport>
52
  </PropertyGroup>
53
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54
    <OutputPath>bin\Release\</OutputPath>
55
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56
    <BaseAddress>285212672</BaseAddress>
57
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58
    <ConfigurationOverrideFile>
59
    </ConfigurationOverrideFile>
60
    <DefineConstants>TRACE</DefineConstants>
61
    <DocumentationFile>
62
    </DocumentationFile>
63
    <DebugSymbols>false</DebugSymbols>
64
    <FileAlignment>4096</FileAlignment>
65
    <NoStdLib>false</NoStdLib>
66
    <NoWarn>
67
    </NoWarn>
68
    <Optimize>true</Optimize>
69
    <RegisterForComInterop>true</RegisterForComInterop>
70
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
71
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
72
    <WarningLevel>4</WarningLevel>
73
    <DebugType>none</DebugType>
74
    <ErrorReport>prompt</ErrorReport>
75
  </PropertyGroup>
76
  <ItemGroup>
77
    <Reference Include="Interop.EA">
78
      <Name>Interop.EA</Name>
79
      <HintPath>..\..\..\Program Files\Sparx Systems\EA\Interop.EA.dll</HintPath>
80
    </Reference>
81
    <Reference Include="System">
82
      <Name>System</Name>
83
    </Reference>
84
    <Reference Include="System.Data">
85
      <Name>System.Data</Name>
86
    </Reference>
87
    <Reference Include="System.Drawing">
88
      <Name>System.Drawing</Name>
89
    </Reference>
90
    <Reference Include="System.Windows.Forms">
91
      <Name>System.Windows.Forms</Name>
92
    </Reference>
93
    <Reference Include="System.Xml">
94
      <Name>System.XML</Name>
95
    </Reference>
96
  </ItemGroup>
97
  <ItemGroup>
98
    <Compile Include="About.cs">
99
      <SubType>Form</SubType>
100
    </Compile>
101
    <Compile Include="AssemblyInfo.cs">
102
      <SubType>Code</SubType>
103
    </Compile>
104
    <Compile Include="AssemblyVersionInfo.cs">
105
      <SubType>Code</SubType>
106
    </Compile>
107
    <Compile Include="Constants.cs">
108
      <SubType>Code</SubType>
109
    </Compile>
110
    <Compile Include="CopyReqProDatabase.cs">
111
      <SubType>Code</SubType>
112
    </Compile>
113
    <Compile Include="CopyReqProDatabaseToMemory.cs">
114
      <SubType>Code</SubType>
115
    </Compile>
116
    <Compile Include="CWaitCursor.cs">
117
      <SubType>Code</SubType>
118
    </Compile>
119
    <Compile Include="EA_Connectors.cs">
120
      <SubType>Code</SubType>
121
    </Compile>
122
    <Compile Include="EA_ElementAccumulator.cs">
123
      <SubType>Code</SubType>
124
    </Compile>
125
    <Compile Include="EA_ElementSorter.cs">
126
      <SubType>Code</SubType>
127
    </Compile>
128
    <Compile Include="EA_Package.cs">
129
      <SubType>Code</SubType>
130
    </Compile>
131
    <Compile Include="EA_Parsing.cs">
132
      <SubType>Code</SubType>
133
    </Compile>
134
    <Compile Include="EA_ProjectBrowser.cs">
135
      <SubType>Code</SubType>
136
    </Compile>
137
    <Compile Include="EA_RecursionWorker.cs">
138
      <SubType>Code</SubType>
139
    </Compile>
140
    <Compile Include="EA_TaggedValues.cs">
141
      <SubType>Code</SubType>
142
    </Compile>
143
    <Compile Include="ExportForm.cs">
144
      <SubType>Form</SubType>
145
    </Compile>
146
    <Compile Include="ExportToReqProCSVForm.cs">
147
      <SubType>Form</SubType>
148
    </Compile>
149
    <Compile Include="ExportToReqProDatabase.cs">
150
      <SubType>Code</SubType>
151
    </Compile>
152
    <Compile Include="ImportReqProDatabase.cs">
153
      <SubType>Code</SubType>
154
    </Compile>
155
    <Compile Include="Logon.cs">
156
      <SubType>Form</SubType>
157
    </Compile>
158
    <Compile Include="MessageBoxEx.cs">
159
      <SubType>Code</SubType>
160
    </Compile>
161
    <Compile Include="QueryForm.cs">
162
      <SubType>Form</SubType>
163
    </Compile>
164
    <Compile Include="ReqProDatabase.cs">
165
      <SubType>Code</SubType>
166
    </Compile>
167
    <Compile Include="ReqProDB_Artifact.cs">
168
      <SubType>Code</SubType>
169
    </Compile>
170
    <Compile Include="ReqProFilterForm.cs">
171
      <SubType>Form</SubType>
172
    </Compile>
173
    <Compile Include="ReqProMain.cs">
174
      <SubType>Code</SubType>
175
    </Compile>
176
    <Compile Include="ReqProParser.cs">
177
      <SubType>Code</SubType>
178
    </Compile>
179
    <Compile Include="ReqPro_object.cs">
180
      <SubType>Code</SubType>
181
    </Compile>
182
    <Compile Include="ReqPro_ReqStatus.cs">
183
      <SubType>Code</SubType>
184
    </Compile>
185
    <Compile Include="ReqPro_ReqType.cs">
186
      <SubType>Code</SubType>
187
    </Compile>
188
    <EmbeddedResource Include="About.resx">
189
      <DependentUpon>About.cs</DependentUpon>
190
    </EmbeddedResource>
191
    <EmbeddedResource Include="ExportForm.resx">
192
      <DependentUpon>ExportForm.cs</DependentUpon>
193
    </EmbeddedResource>
194
    <EmbeddedResource Include="ExportToReqProCSVForm.resx">
195
      <DependentUpon>ExportToReqProCSVForm.cs</DependentUpon>
196
    </EmbeddedResource>
197
    <EmbeddedResource Include="Logon.resx">
198
      <DependentUpon>Logon.cs</DependentUpon>
199
    </EmbeddedResource>
200
    <EmbeddedResource Include="QueryForm.resx">
201
      <DependentUpon>QueryForm.cs</DependentUpon>
202
    </EmbeddedResource>
203
    <EmbeddedResource Include="ReqProFilterForm.resx">
204
      <DependentUpon>ReqProFilterForm.cs</DependentUpon>
205
    </EmbeddedResource>
206
  </ItemGroup>
207
  <ItemGroup>
208
    <COMReference Include="ReqPro40">
209
      <Guid>{A4C93374-B3C3-4EEF-8599-0CE6FFD01762}</Guid>
210
      <VersionMajor>1</VersionMajor>
211
      <VersionMinor>7</VersionMinor>
212
      <Lcid>0</Lcid>
213
      <WrapperTool>tlbimp</WrapperTool>
214
      <Isolated>False</Isolated>
215
    </COMReference>
216
  </ItemGroup>
217
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
218
  <PropertyGroup>
219
    <PreBuildEvent>
220
    </PreBuildEvent>
221
    <PostBuildEvent>
222
    </PostBuildEvent>
223
  </PropertyGroup>
224
</Project>