Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 40 was 40, checked in by swagner, 16 years ago

Worked on ticket #41

  • added generic ItemList<T>
File size: 10.8 KB
RevLine 
[2]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" />
[40]152    <Compile Include="ItemListView_T.cs">
[2]153      <SubType>UserControl</SubType>
154    </Compile>
[40]155    <Compile Include="ItemListView_T.Designer.cs">
156      <DependentUpon>ItemListView_T.cs</DependentUpon>
[2]157    </Compile>
[40]158    <Compile Include="ItemList_T.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
[2]161    <Compile Include="MatrixDataBaseView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="MatrixDataBaseView.Designer.cs">
165      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="ObjectData.cs" />
168    <Compile Include="ObjectDataVisitorBase.cs" />
169    <Compile Include="StringDataView.cs">
170      <SubType>UserControl</SubType>
171    </Compile>
172    <Compile Include="StringDataView.Designer.cs">
173      <DependentUpon>StringDataView.cs</DependentUpon>
174    </Compile>
175    <Compile Include="DoubleArrayData.cs" />
176    <Compile Include="DoubleData.cs" />
177    <Compile Include="DoubleMatrixData.cs" />
178    <Compile Include="HeuristicLabDataPlugin.cs" />
179    <Compile Include="IntArrayData.cs" />
180    <Compile Include="IntData.cs" />
181    <Compile Include="IntMatrixData.cs" />
182    <Compile Include="Properties\AssemblyInfo.cs" />
183    <Compile Include="StringData.cs" />
184  </ItemGroup>
185  <ItemGroup>
186    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
187      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
188      <Name>HeuristicLab.Core</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
191      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
192      <Name>HeuristicLab.PluginInfrastructure</Name>
193    </ProjectReference>
194  </ItemGroup>
195  <ItemGroup>
196    <None Include="HeuristicLab.snk" />
[30]197    <None Include="Properties\AssemblyInfo.frame" />
[2]198  </ItemGroup>
199  <ItemGroup>
200    <EmbeddedResource Include="ArrayDataBaseView.resx">
201      <DependentUpon>ArrayDataBaseView.cs</DependentUpon>
202      <SubType>Designer</SubType>
203    </EmbeddedResource>
204    <EmbeddedResource Include="BoolDataView.resx">
205      <DependentUpon>BoolDataView.cs</DependentUpon>
206      <SubType>Designer</SubType>
207    </EmbeddedResource>
208    <EmbeddedResource Include="ConstrainedIntDataView.resx">
209      <DependentUpon>ConstrainedIntDataView.cs</DependentUpon>
210      <SubType>Designer</SubType>
211    </EmbeddedResource>
212    <EmbeddedResource Include="ConstrainedDoubleDataView.resx">
213      <DependentUpon>ConstrainedDoubleDataView.cs</DependentUpon>
214      <SubType>Designer</SubType>
215    </EmbeddedResource>
216    <EmbeddedResource Include="ConstrainedItemListView.resx">
217      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
218    </EmbeddedResource>
219    <EmbeddedResource Include="DoubleDataView.resx">
220      <DependentUpon>DoubleDataView.cs</DependentUpon>
221      <SubType>Designer</SubType>
222    </EmbeddedResource>
223    <EmbeddedResource Include="IntDataView.resx">
224      <DependentUpon>IntDataView.cs</DependentUpon>
225      <SubType>Designer</SubType>
226    </EmbeddedResource>
[40]227    <EmbeddedResource Include="ItemListView_T.resx">
228      <DependentUpon>ItemListView_T.cs</DependentUpon>
[2]229      <SubType>Designer</SubType>
230    </EmbeddedResource>
231    <EmbeddedResource Include="MatrixDataBaseView.resx">
232      <DependentUpon>MatrixDataBaseView.cs</DependentUpon>
233      <SubType>Designer</SubType>
234    </EmbeddedResource>
235    <EmbeddedResource Include="StringDataView.resx">
236      <DependentUpon>StringDataView.cs</DependentUpon>
237      <SubType>Designer</SubType>
238    </EmbeddedResource>
239  </ItemGroup>
240  <ItemGroup>
241    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
242      <Visible>False</Visible>
243      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
244      <Install>true</Install>
245    </BootstrapperPackage>
246    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
247      <Visible>False</Visible>
248      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
249      <Install>false</Install>
250    </BootstrapperPackage>
251    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
252      <Visible>False</Visible>
253      <ProductName>.NET Framework 3.5</ProductName>
254      <Install>false</Install>
255    </BootstrapperPackage>
256  </ItemGroup>
257  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
258  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
259       Other similar extension points exist, see Microsoft.Common.targets.
260  <Target Name="BeforeBuild">
261  </Target>
262  <Target Name="AfterBuild">
263  </Target>
264  -->
[30]265  <PropertyGroup>
266    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
267  </PropertyGroup>
[2]268</Project>
Note: See TracBrowser for help on using the repository browser.