Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 22 was 2, checked in by swagner, 17 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 10.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.21022</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  <ItemGroup>
57    <Reference Include="System" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.Windows.Forms" />
61    <Reference Include="System.Xml" />
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="ArrayDataBaseView.cs">
65      <SubType>UserControl</SubType>
66    </Compile>
67    <Compile Include="ArrayDataBaseView.Designer.cs">
68      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
69    </Compile>
70    <Compile Include="BoolArrayData.cs" />
71    <Compile Include="BoolArrayDataView.cs">
72      <SubType>UserControl</SubType>
73    </Compile>
74    <Compile Include="BoolArrayDataView.Designer.cs">
75      <DependentUpon>BoolArrayDataView.cs</DependentUpon>
76    </Compile>
77    <Compile Include="BoolData.cs" />
78    <Compile Include="BoolDataView.cs">
79      <SubType>UserControl</SubType>
80    </Compile>
81    <Compile Include="BoolDataView.Designer.cs">
82      <DependentUpon>BoolDataView.cs</DependentUpon>
83    </Compile>
84    <Compile Include="BoolMatrixData.cs" />
85    <Compile Include="ArrayDataBase.cs" />
86    <Compile Include="BoolMatrixDataView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="BoolMatrixDataView.Designer.cs">
90      <DependentUpon>BoolMatrixDataView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="ConstrainedItemList.cs" />
93    <Compile Include="ConstrainedItemListView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="ConstrainedItemListView.Designer.cs">
97      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="ConstrainedObjectData.cs" />
100    <Compile Include="ConstrainedIntData.cs" />
101    <Compile Include="ConstrainedIntDataView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="ConstrainedIntDataView.Designer.cs">
105      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="ConstrainedDoubleData.cs" />
108    <Compile Include="ConstrainedDoubleDataView.cs">
109      <SubType>UserControl</SubType>
110    </Compile>
111    <Compile Include="ConstrainedDoubleDataView.Designer.cs">
112      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
113    </Compile>
114    <Compile Include="IntMatrixDataView.cs">
115      <SubType>UserControl</SubType>
116    </Compile>
117    <Compile Include="IntMatrixDataView.Designer.cs">
118      <DependentUpon>IntMatrixDataView.cs</DependentUpon>
119    </Compile>
120    <Compile Include="DoubleMatrixDataView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="DoubleMatrixDataView.Designer.cs">
124      <DependentUpon>DoubleMatrixDataView.cs</DependentUpon>
125    </Compile>
126    <Compile Include="IntArrayDataView.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="IntArrayDataView.Designer.cs">
130      <DependentUpon>IntArrayDataView.cs</DependentUpon>
131    </Compile>
132    <Compile Include="DoubleArrayDataView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="DoubleArrayDataView.Designer.cs">
136      <DependentUpon>DoubleArrayDataView.cs</DependentUpon>
137    </Compile>
138    <Compile Include="DoubleDataView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="DoubleDataView.Designer.cs">
142      <DependentUpon>DoubleDataView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="IntDataView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="IntDataView.Designer.cs">
148      <DependentUpon>IntDataView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="IObjectData.cs" />
151    <Compile Include="IObjectDataVisitor.cs" />
152    <Compile Include="ItemList.cs" />
153    <Compile Include="ItemListView.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="ItemListView.Designer.cs">
157      <DependentUpon>ItemListView.cs</DependentUpon>
158    </Compile>
159    <Compile Include="MatrixDataBaseView.cs">
160      <SubType>UserControl</SubType>
161    </Compile>
162    <Compile Include="MatrixDataBaseView.Designer.cs">
163      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
164    </Compile>
165    <Compile Include="ObjectData.cs" />
166    <Compile Include="ObjectDataVisitorBase.cs" />
167    <Compile Include="StringDataView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="StringDataView.Designer.cs">
171      <DependentUpon>StringDataView.cs</DependentUpon>
172    </Compile>
173    <Compile Include="DoubleArrayData.cs" />
174    <Compile Include="DoubleData.cs" />
175    <Compile Include="DoubleMatrixData.cs" />
176    <Compile Include="HeuristicLabDataPlugin.cs" />
177    <Compile Include="IntArrayData.cs" />
178    <Compile Include="IntData.cs" />
179    <Compile Include="IntMatrixData.cs" />
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="StringData.cs" />
182  </ItemGroup>
183  <ItemGroup>
184    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
185      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
186      <Name>HeuristicLab.Core</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
189      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
190      <Name>HeuristicLab.PluginInfrastructure</Name>
191    </ProjectReference>
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="HeuristicLab.snk" />
195  </ItemGroup>
196  <ItemGroup>
197    <EmbeddedResource Include="ArrayDataBaseView.resx">
198      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
199      <SubType>Designer</SubType>
200    </EmbeddedResource>
201    <EmbeddedResource Include="BoolDataView.resx">
202      <DependentUpon>BoolDataView.cs</DependentUpon>
203      <SubType>Designer</SubType>
204    </EmbeddedResource>
205    <EmbeddedResource Include="ConstrainedIntDataView.resx">
206      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
207      <SubType>Designer</SubType>
208    </EmbeddedResource>
209    <EmbeddedResource Include="ConstrainedDoubleDataView.resx">
210      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
211      <SubType>Designer</SubType>
212    </EmbeddedResource>
213    <EmbeddedResource Include="ConstrainedItemListView.resx">
214      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
215    </EmbeddedResource>
216    <EmbeddedResource Include="DoubleDataView.resx">
217      <DependentUpon>DoubleDataView.cs</DependentUpon>
218      <SubType>Designer</SubType>
219    </EmbeddedResource>
220    <EmbeddedResource Include="IntDataView.resx">
221      <DependentUpon>IntDataView.cs</DependentUpon>
222      <SubType>Designer</SubType>
223    </EmbeddedResource>
224    <EmbeddedResource Include="ItemListView.resx">
225      <DependentUpon>ItemListView.cs</DependentUpon>
226      <SubType>Designer</SubType>
227    </EmbeddedResource>
228    <EmbeddedResource Include="MatrixDataBaseView.resx">
229      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
230      <SubType>Designer</SubType>
231    </EmbeddedResource>
232    <EmbeddedResource Include="StringDataView.resx">
233      <DependentUpon>StringDataView.cs</DependentUpon>
234      <SubType>Designer</SubType>
235    </EmbeddedResource>
236  </ItemGroup>
237  <ItemGroup>
238    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
239      <Visible>False</Visible>
240      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
241      <Install>true</Install>
242    </BootstrapperPackage>
243    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
244      <Visible>False</Visible>
245      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
246      <Install>false</Install>
247    </BootstrapperPackage>
248    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
249      <Visible>False</Visible>
250      <ProductName>.NET Framework 3.5</ProductName>
251      <Install>false</Install>
252    </BootstrapperPackage>
253  </ItemGroup>
254  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
255  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256       Other similar extension points exist, see Microsoft.Common.targets.
257  <Target Name="BeforeBuild">
258  </Target>
259  <Target Name="AfterBuild">
260  </Target>
261  -->
262</Project>
Note: See TracBrowser for help on using the repository browser.