Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj @ 574

Last change on this file since 574 was 574, checked in by gkronber, 16 years ago

fixed a problem in the pre/post build scripts with spaces in paths

File size: 12.6 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Data</RootNamespace>
11    <AssemblyName>HeuristicLab.Data</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <PublishUrl>http://localhost/HeuristicLab.Data/</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Web</InstallFrom>
22    <UpdateEnabled>true</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>true</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <DocumentationFile>
44    </DocumentationFile>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <DocumentationFile>bin\Release\HeuristicLab.Data.XML</DocumentationFile>
54    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x86\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
65    <OutputPath>bin\x86\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <DocumentationFile>bin\Release\HeuristicLab.Data.XML</DocumentationFile>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="System" />
75    <Reference Include="System.Data" />
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Windows.Forms" />
78    <Reference Include="System.Xml" />
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="ArrayDataBaseView.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="ArrayDataBaseView.Designer.cs">
85      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
86    </Compile>
87    <Compile Include="BoolArrayData.cs" />
88    <Compile Include="BoolArrayDataView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="BoolArrayDataView.Designer.cs">
92      <DependentUpon>BoolArrayDataView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="BoolData.cs" />
95    <Compile Include="BoolDataView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="BoolDataView.Designer.cs">
99      <DependentUpon>BoolDataView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="BoolMatrixData.cs" />
102    <Compile Include="ArrayDataBase.cs" />
103    <Compile Include="BoolMatrixDataView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="BoolMatrixDataView.Designer.cs">
107      <DependentUpon>BoolMatrixDataView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="ConstrainedItemList.cs" />
110    <Compile Include="ConstrainedItemListView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="ConstrainedItemListView.Designer.cs">
114      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="ConstrainedObjectData.cs" />
117    <Compile Include="ConstrainedIntData.cs" />
118    <Compile Include="ConstrainedIntDataView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="ConstrainedIntDataView.Designer.cs">
122      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="ConstrainedDoubleData.cs" />
125    <Compile Include="ConstrainedDoubleDataView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="ConstrainedDoubleDataView.Designer.cs">
129      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="EditKeyValueDialog.cs">
132      <SubType>Form</SubType>
133    </Compile>
134    <Compile Include="EditKeyValueDialog.designer.cs">
135      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
136    </Compile>
137    <Compile Include="ItemDictionaryView_T.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="ItemDictionaryView_T.designer.cs">
141      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
142    </Compile>
143    <Compile Include="ItemDictionary_T.cs" />
144    <Compile Include="NullData.cs" />
145    <Compile Include="IntMatrixDataView.cs">
146      <SubType>UserControl</SubType>
147    </Compile>
148    <Compile Include="IntMatrixDataView.Designer.cs">
149      <DependentUpon>IntMatrixDataView.cs</DependentUpon>
150    </Compile>
151    <Compile Include="DoubleMatrixDataView.cs">
152      <SubType>UserControl</SubType>
153    </Compile>
154    <Compile Include="DoubleMatrixDataView.Designer.cs">
155      <DependentUpon>DoubleMatrixDataView.cs</DependentUpon>
156    </Compile>
157    <Compile Include="IntArrayDataView.cs">
158      <SubType>UserControl</SubType>
159    </Compile>
160    <Compile Include="IntArrayDataView.Designer.cs">
161      <DependentUpon>IntArrayDataView.cs</DependentUpon>
162    </Compile>
163    <Compile Include="DoubleArrayDataView.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="DoubleArrayDataView.Designer.cs">
167      <DependentUpon>DoubleArrayDataView.cs</DependentUpon>
168    </Compile>
169    <Compile Include="DoubleDataView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="DoubleDataView.Designer.cs">
173      <DependentUpon>DoubleDataView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="IntDataView.cs">
176      <SubType>UserControl</SubType>
177    </Compile>
178    <Compile Include="IntDataView.Designer.cs">
179      <DependentUpon>IntDataView.cs</DependentUpon>
180    </Compile>
181    <Compile Include="IObjectData.cs" />
182    <Compile Include="IObjectDataVisitor.cs" />
183    <Compile Include="ItemList.cs" />
184    <Compile Include="ItemListView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="ItemListView_T.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="ItemListView_T.Designer.cs">
191      <DependentUpon>ItemListView_T.cs</DependentUpon>
192    </Compile>
193    <Compile Include="ItemList_T.cs">
194    </Compile>
195    <Compile Include="MatrixDataBaseView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="MatrixDataBaseView.Designer.cs">
199      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
200    </Compile>
201    <Compile Include="ObjectData.cs" />
202    <Compile Include="ObjectDataVisitorBase.cs" />
203    <Compile Include="StringDataView.cs">
204      <SubType>UserControl</SubType>
205    </Compile>
206    <Compile Include="StringDataView.Designer.cs">
207      <DependentUpon>StringDataView.cs</DependentUpon>
208    </Compile>
209    <Compile Include="DoubleArrayData.cs" />
210    <Compile Include="DoubleData.cs" />
211    <Compile Include="DoubleMatrixData.cs" />
212    <Compile Include="HeuristicLabDataPlugin.cs" />
213    <Compile Include="IntArrayData.cs" />
214    <Compile Include="IntData.cs" />
215    <Compile Include="IntMatrixData.cs" />
216    <Compile Include="Properties\AssemblyInfo.cs" />
217    <Compile Include="StringData.cs" />
218  </ItemGroup>
219  <ItemGroup>
220    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
221      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
222      <Name>HeuristicLab.Core</Name>
223    </ProjectReference>
224    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
225      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
226      <Name>HeuristicLab.PluginInfrastructure</Name>
227    </ProjectReference>
228  </ItemGroup>
229  <ItemGroup>
230    <None Include="HeuristicLab.snk" />
231    <None Include="Properties\AssemblyInfo.frame" />
232  </ItemGroup>
233  <ItemGroup>
234    <EmbeddedResource Include="ArrayDataBaseView.resx">
235      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
236      <SubType>Designer</SubType>
237    </EmbeddedResource>
238    <EmbeddedResource Include="BoolDataView.resx">
239      <DependentUpon>BoolDataView.cs</DependentUpon>
240      <SubType>Designer</SubType>
241    </EmbeddedResource>
242    <EmbeddedResource Include="ConstrainedIntDataView.resx">
243      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
244      <SubType>Designer</SubType>
245    </EmbeddedResource>
246    <EmbeddedResource Include="ConstrainedDoubleDataView.resx">
247      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
248      <SubType>Designer</SubType>
249    </EmbeddedResource>
250    <EmbeddedResource Include="ConstrainedItemListView.resx">
251      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
252      <SubType>Designer</SubType>
253    </EmbeddedResource>
254    <EmbeddedResource Include="DoubleDataView.resx">
255      <DependentUpon>DoubleDataView.cs</DependentUpon>
256      <SubType>Designer</SubType>
257    </EmbeddedResource>
258    <EmbeddedResource Include="EditKeyValueDialog.resx">
259      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
260      <SubType>Designer</SubType>
261    </EmbeddedResource>
262    <EmbeddedResource Include="IntDataView.resx">
263      <DependentUpon>IntDataView.cs</DependentUpon>
264      <SubType>Designer</SubType>
265    </EmbeddedResource>
266    <EmbeddedResource Include="ItemDictionaryView_T.resx">
267      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
268      <SubType>Designer</SubType>
269    </EmbeddedResource>
270    <EmbeddedResource Include="ItemListView_T.resx">
271      <DependentUpon>ItemListView_T.cs</DependentUpon>
272      <SubType>Designer</SubType>
273    </EmbeddedResource>
274    <EmbeddedResource Include="MatrixDataBaseView.resx">
275      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
276      <SubType>Designer</SubType>
277    </EmbeddedResource>
278    <EmbeddedResource Include="StringDataView.resx">
279      <DependentUpon>StringDataView.cs</DependentUpon>
280      <SubType>Designer</SubType>
281    </EmbeddedResource>
282  </ItemGroup>
283  <ItemGroup>
284    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
285      <Visible>False</Visible>
286      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
287      <Install>true</Install>
288    </BootstrapperPackage>
289    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
290      <Visible>False</Visible>
291      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
292      <Install>false</Install>
293    </BootstrapperPackage>
294    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
295      <Visible>False</Visible>
296      <ProductName>.NET Framework 3.5</ProductName>
297      <Install>false</Install>
298    </BootstrapperPackage>
299  </ItemGroup>
300  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
301  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
302       Other similar extension points exist, see Microsoft.Common.targets.
303  <Target Name="BeforeBuild">
304  </Target>
305  <Target Name="AfterBuild">
306  </Target>
307  -->
308  <PropertyGroup>
309    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
310  </PropertyGroup>
311</Project>
Note: See TracBrowser for help on using the repository browser.