Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj @ 1853

Last change on this file since 1853 was 1669, checked in by epitzer, 15 years ago

Migrate HL.Data-3.3 to new persistence library. (#603)

File size: 13.8 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>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Data</RootNamespace>
11    <AssemblyName>HeuristicLab.Data-3.3</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    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <DocumentationFile>
45    </DocumentationFile>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <DocumentationFile>bin\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
55    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
66    <OutputPath>bin\x86\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <DocumentationFile>bin\Release\HeuristicLab.Data-3.2.XML</DocumentationFile>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x64\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
83    <OutputPath>bin\x64\Release\</OutputPath>
84    <DefineConstants>TRACE</DefineConstants>
85    <DocumentationFile>bin\Release\HeuristicLab.Data-3.2.XML</DocumentationFile>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90  </PropertyGroup>
91  <ItemGroup>
92    <Reference Include="System" />
93    <Reference Include="System.Core">
94      <RequiredTargetFramework>3.5</RequiredTargetFramework>
95    </Reference>
96    <Reference Include="System.Data" />
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.Windows.Forms" />
99    <Reference Include="System.Xml" />
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="ArrayDataBaseView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="ArrayDataBaseView.Designer.cs">
106      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
107    </Compile>
108    <Compile Include="BoolArrayData.cs" />
109    <Compile Include="BoolArrayDataView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="BoolArrayDataView.Designer.cs">
113      <DependentUpon>BoolArrayDataView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="BoolData.cs" />
116    <Compile Include="BoolDataView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="BoolDataView.Designer.cs">
120      <DependentUpon>BoolDataView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="BoolMatrixData.cs" />
123    <Compile Include="ArrayDataBase.cs" />
124    <Compile Include="BoolMatrixDataView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="BoolMatrixDataView.Designer.cs">
128      <DependentUpon>BoolMatrixDataView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="ConstrainedItemList.cs" />
131    <Compile Include="ConstrainedItemListView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="ConstrainedItemListView.Designer.cs">
135      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="ConstrainedObjectData.cs" />
138    <Compile Include="ConstrainedIntData.cs" />
139    <Compile Include="ConstrainedIntDataView.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="ConstrainedIntDataView.Designer.cs">
143      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
144    </Compile>
145    <Compile Include="ConstrainedDoubleData.cs" />
146    <Compile Include="ConstrainedDoubleDataView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="ConstrainedDoubleDataView.Designer.cs">
150      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="EditKeyValueDialog.cs">
153      <SubType>Form</SubType>
154    </Compile>
155    <Compile Include="EditKeyValueDialog.designer.cs">
156      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
157    </Compile>
158    <Compile Include="ItemDictionaryView_T.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="ItemDictionaryView_T.designer.cs">
162      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
163    </Compile>
164    <Compile Include="ItemDictionary_T.cs" />
165    <Compile Include="NullData.cs" />
166    <Compile Include="IntMatrixDataView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="IntMatrixDataView.Designer.cs">
170      <DependentUpon>IntMatrixDataView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="DoubleMatrixDataView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="DoubleMatrixDataView.Designer.cs">
176      <DependentUpon>DoubleMatrixDataView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="IntArrayDataView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="IntArrayDataView.Designer.cs">
182      <DependentUpon>IntArrayDataView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="DoubleArrayDataView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="DoubleArrayDataView.Designer.cs">
188      <DependentUpon>DoubleArrayDataView.cs</DependentUpon>
189    </Compile>
190    <Compile Include="DoubleDataView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="DoubleDataView.Designer.cs">
194      <DependentUpon>DoubleDataView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="IntDataView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="IntDataView.Designer.cs">
200      <DependentUpon>IntDataView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="IObjectData.cs" />
203    <Compile Include="ItemList.cs" />
204    <Compile Include="ItemListView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="ItemListView_T.cs">
208      <SubType>UserControl</SubType>
209    </Compile>
210    <Compile Include="ItemListView_T.Designer.cs">
211      <DependentUpon>ItemListView_T.cs</DependentUpon>
212    </Compile>
213    <Compile Include="ItemList_T.cs">
214    </Compile>
215    <Compile Include="MatrixDataBaseView.cs">
216      <SubType>UserControl</SubType>
217    </Compile>
218    <Compile Include="MatrixDataBaseView.Designer.cs">
219      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
220    </Compile>
221    <Compile Include="ObjectData.cs" />
222    <Compile Include="StringDataView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="StringDataView.Designer.cs">
226      <DependentUpon>StringDataView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="DoubleArrayData.cs" />
229    <Compile Include="DoubleData.cs" />
230    <Compile Include="DoubleMatrixData.cs" />
231    <Compile Include="HeuristicLabDataPlugin.cs" />
232    <Compile Include="IntArrayData.cs" />
233    <Compile Include="IntData.cs" />
234    <Compile Include="IntMatrixData.cs" />
235    <Compile Include="Properties\AssemblyInfo.cs" />
236    <Compile Include="StringData.cs" />
237  </ItemGroup>
238  <ItemGroup>
239    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
240      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
241      <Name>HeuristicLab.Core-3.3</Name>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
244      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
245      <Name>HeuristicLab.Persistence-3.3</Name>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
248      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
249      <Name>HeuristicLab.PluginInfrastructure</Name>
250    </ProjectReference>
251  </ItemGroup>
252  <ItemGroup>
253    <None Include="HeuristicLab.snk" />
254    <None Include="Properties\AssemblyInfo.frame" />
255  </ItemGroup>
256  <ItemGroup>
257    <EmbeddedResource Include="ArrayDataBaseView.resx">
258      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
259      <SubType>Designer</SubType>
260    </EmbeddedResource>
261    <EmbeddedResource Include="BoolDataView.resx">
262      <DependentUpon>BoolDataView.cs</DependentUpon>
263      <SubType>Designer</SubType>
264    </EmbeddedResource>
265    <EmbeddedResource Include="ConstrainedIntDataView.resx">
266      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
267      <SubType>Designer</SubType>
268    </EmbeddedResource>
269    <EmbeddedResource Include="ConstrainedDoubleDataView.resx">
270      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
271      <SubType>Designer</SubType>
272    </EmbeddedResource>
273    <EmbeddedResource Include="ConstrainedItemListView.resx">
274      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
275      <SubType>Designer</SubType>
276    </EmbeddedResource>
277    <EmbeddedResource Include="DoubleDataView.resx">
278      <DependentUpon>DoubleDataView.cs</DependentUpon>
279      <SubType>Designer</SubType>
280    </EmbeddedResource>
281    <EmbeddedResource Include="EditKeyValueDialog.resx">
282      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
283      <SubType>Designer</SubType>
284    </EmbeddedResource>
285    <EmbeddedResource Include="IntDataView.resx">
286      <DependentUpon>IntDataView.cs</DependentUpon>
287      <SubType>Designer</SubType>
288    </EmbeddedResource>
289    <EmbeddedResource Include="ItemDictionaryView_T.resx">
290      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
291      <SubType>Designer</SubType>
292    </EmbeddedResource>
293    <EmbeddedResource Include="ItemListView_T.resx">
294      <DependentUpon>ItemListView_T.cs</DependentUpon>
295      <SubType>Designer</SubType>
296    </EmbeddedResource>
297    <EmbeddedResource Include="MatrixDataBaseView.resx">
298      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
299      <SubType>Designer</SubType>
300    </EmbeddedResource>
301    <EmbeddedResource Include="StringDataView.resx">
302      <DependentUpon>StringDataView.cs</DependentUpon>
303      <SubType>Designer</SubType>
304    </EmbeddedResource>
305  </ItemGroup>
306  <ItemGroup>
307    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
308      <Visible>False</Visible>
309      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
310      <Install>true</Install>
311    </BootstrapperPackage>
312    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
313      <Visible>False</Visible>
314      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
315      <Install>false</Install>
316    </BootstrapperPackage>
317    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
318      <Visible>False</Visible>
319      <ProductName>.NET Framework 3.5</ProductName>
320      <Install>false</Install>
321    </BootstrapperPackage>
322  </ItemGroup>
323  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
324  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
325       Other similar extension points exist, see Microsoft.Common.targets.
326  <Target Name="BeforeBuild">
327  </Target>
328  <Target Name="AfterBuild">
329  </Target>
330  -->
331  <PropertyGroup>
332    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
333set ProjectDir=$(ProjectDir)
334set SolutionDir=$(SolutionDir)
335set Outdir=$(Outdir)
336
337call PreBuildEvent.cmd</PreBuildEvent>
338  </PropertyGroup>
339</Project>
Note: See TracBrowser for help on using the repository browser.