Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Collections/sources/HeuristicLab.Data/HeuristicLab.Data.csproj @ 630

Last change on this file since 630 was 188, checked in by abeham, 16 years ago

Removed references to bitmaps
Updated project file (VS wants to add designer subtype)

File size: 11.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.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="EditKeyValueDialog.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="EditKeyValueDialog.designer.cs">
118      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
119    </Compile>
120    <Compile Include="ItemDictionaryView_T.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="ItemDictionaryView_T.designer.cs">
124      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
125    </Compile>
126    <Compile Include="ItemDictionary_T.cs" />
127    <Compile Include="NullData.cs" />
128    <Compile Include="IntMatrixDataView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="IntMatrixDataView.Designer.cs">
132      <DependentUpon>IntMatrixDataView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="DoubleMatrixDataView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="DoubleMatrixDataView.Designer.cs">
138      <DependentUpon>DoubleMatrixDataView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="IntArrayDataView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="IntArrayDataView.Designer.cs">
144      <DependentUpon>IntArrayDataView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="DoubleArrayDataView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="DoubleArrayDataView.Designer.cs">
150      <DependentUpon>DoubleArrayDataView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="DoubleDataView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="DoubleDataView.Designer.cs">
156      <DependentUpon>DoubleDataView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="IntDataView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="IntDataView.Designer.cs">
162      <DependentUpon>IntDataView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="IObjectData.cs" />
165    <Compile Include="IObjectDataVisitor.cs" />
166    <Compile Include="ItemList.cs" />
167    <Compile Include="ItemListView.cs">
168      <SubType>UserControl</SubType>
169    </Compile>
170    <Compile Include="ItemListView_T.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="ItemListView_T.Designer.cs">
174      <DependentUpon>ItemListView_T.cs</DependentUpon>
175    </Compile>
176    <Compile Include="ItemList_T.cs">
177    </Compile>
178    <Compile Include="MatrixDataBaseView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="MatrixDataBaseView.Designer.cs">
182      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="ObjectData.cs" />
185    <Compile Include="ObjectDataVisitorBase.cs" />
186    <Compile Include="StringDataView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="StringDataView.Designer.cs">
190      <DependentUpon>StringDataView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="DoubleArrayData.cs" />
193    <Compile Include="DoubleData.cs" />
194    <Compile Include="DoubleMatrixData.cs" />
195    <Compile Include="HeuristicLabDataPlugin.cs" />
196    <Compile Include="IntArrayData.cs" />
197    <Compile Include="IntData.cs" />
198    <Compile Include="IntMatrixData.cs" />
199    <Compile Include="Properties\AssemblyInfo.cs" />
200    <Compile Include="StringData.cs" />
201  </ItemGroup>
202  <ItemGroup>
203    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
204      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
205      <Name>HeuristicLab.Core</Name>
206    </ProjectReference>
207    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
208      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
209      <Name>HeuristicLab.PluginInfrastructure</Name>
210    </ProjectReference>
211  </ItemGroup>
212  <ItemGroup>
213    <None Include="HeuristicLab.snk" />
214    <None Include="Properties\AssemblyInfo.frame" />
215  </ItemGroup>
216  <ItemGroup>
217    <EmbeddedResource Include="ArrayDataBaseView.resx">
218      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
219      <SubType>Designer</SubType>
220    </EmbeddedResource>
221    <EmbeddedResource Include="BoolDataView.resx">
222      <DependentUpon>BoolDataView.cs</DependentUpon>
223      <SubType>Designer</SubType>
224    </EmbeddedResource>
225    <EmbeddedResource Include="ConstrainedIntDataView.resx">
226      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
227      <SubType>Designer</SubType>
228    </EmbeddedResource>
229    <EmbeddedResource Include="ConstrainedDoubleDataView.resx">
230      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
231      <SubType>Designer</SubType>
232    </EmbeddedResource>
233    <EmbeddedResource Include="ConstrainedItemListView.resx">
234      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
235      <SubType>Designer</SubType>
236    </EmbeddedResource>
237    <EmbeddedResource Include="DoubleDataView.resx">
238      <DependentUpon>DoubleDataView.cs</DependentUpon>
239      <SubType>Designer</SubType>
240    </EmbeddedResource>
241    <EmbeddedResource Include="EditKeyValueDialog.resx">
242      <DependentUpon>EditKeyValueDialog.cs</DependentUpon>
243      <SubType>Designer</SubType>
244    </EmbeddedResource>
245    <EmbeddedResource Include="IntDataView.resx">
246      <DependentUpon>IntDataView.cs</DependentUpon>
247      <SubType>Designer</SubType>
248    </EmbeddedResource>
249    <EmbeddedResource Include="ItemDictionaryView_T.resx">
250      <DependentUpon>ItemDictionaryView_T.cs</DependentUpon>
251      <SubType>Designer</SubType>
252    </EmbeddedResource>
253    <EmbeddedResource Include="ItemListView_T.resx">
254      <DependentUpon>ItemListView_T.cs</DependentUpon>
255      <SubType>Designer</SubType>
256    </EmbeddedResource>
257    <EmbeddedResource Include="MatrixDataBaseView.resx">
258      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
259      <SubType>Designer</SubType>
260    </EmbeddedResource>
261    <EmbeddedResource Include="StringDataView.resx">
262      <DependentUpon>StringDataView.cs</DependentUpon>
263      <SubType>Designer</SubType>
264    </EmbeddedResource>
265  </ItemGroup>
266  <ItemGroup>
267    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
268      <Visible>False</Visible>
269      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
270      <Install>true</Install>
271    </BootstrapperPackage>
272    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
273      <Visible>False</Visible>
274      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
275      <Install>false</Install>
276    </BootstrapperPackage>
277    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
278      <Visible>False</Visible>
279      <ProductName>.NET Framework 3.5</ProductName>
280      <Install>false</Install>
281    </BootstrapperPackage>
282  </ItemGroup>
283  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
284  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
285       Other similar extension points exist, see Microsoft.Common.targets.
286  <Target Name="BeforeBuild">
287  </Target>
288  <Target Name="AfterBuild">
289  </Target>
290  -->
291  <PropertyGroup>
292    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
293  </PropertyGroup>
294</Project>
Note: See TracBrowser for help on using the repository browser.