Free cookie consent management tool by TermsFeed Policy Generator

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

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

Fixed ticket #70

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