Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2669 was 2669, checked in by swagner, 14 years ago

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Data.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Data.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.Data.Views-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Core">
39      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40    </Reference>
41    <Reference Include="System.Drawing" />
42    <Reference Include="System.Windows.Forms" />
43    <Reference Include="System.Xml.Linq">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Data.DataSetExtensions">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data" />
50    <Reference Include="System.Xml" />
51  </ItemGroup>
52  <ItemGroup>
53    <Compile Include="BoolDataView.cs">
54      <SubType>UserControl</SubType>
55    </Compile>
56    <Compile Include="BoolDataView.Designer.cs">
57      <DependentUpon>BoolDataView.cs</DependentUpon>
58    </Compile>
59    <Compile Include="StringConvertibleArrayDataView.cs">
60      <SubType>UserControl</SubType>
61    </Compile>
62    <Compile Include="StringConvertibleArrayDataView.Designer.cs">
63      <DependentUpon>StringConvertibleArrayDataView.cs</DependentUpon>
64    </Compile>
65    <Compile Include="StringConvertibleDataView.cs">
66      <SubType>UserControl</SubType>
67    </Compile>
68    <Compile Include="StringConvertibleDataView.Designer.cs">
69      <DependentUpon>StringConvertibleDataView.cs</DependentUpon>
70    </Compile>
71    <Compile Include="HeuristicLabDataViewsPlugin.cs" />
72    <Compile Include="Properties\AssemblyInfo.cs" />
73  </ItemGroup>
74  <ItemGroup>
75    <None Include="HeuristicLab.snk" />
76    <None Include="Properties\AssemblyInfo.frame" />
77  </ItemGroup>
78  <ItemGroup>
79    <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj">
80      <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project>
81      <Name>HeuristicLab.Common-3.2</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
84      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
85      <Name>HeuristicLab.Core.Views-3.3</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
88      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
89      <Name>HeuristicLab.Core-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
92      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
93      <Name>HeuristicLab.Data-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
96      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
97      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
100      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
101      <Name>HeuristicLab.MainForm-3.2</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
104      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
105      <Name>HeuristicLab.PluginInfrastructure</Name>
106    </ProjectReference>
107  </ItemGroup>
108  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110       Other similar extension points exist, see Microsoft.Common.targets.
111  <Target Name="BeforeBuild">
112  </Target>
113  <Target Name="AfterBuild">
114  </Target>
115  -->
116  <PropertyGroup>
117    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
118set ProjectDir=$(ProjectDir)
119set SolutionDir=$(SolutionDir)
120set Outdir=$(Outdir)
121
122call PreBuildEvent.cmd</PreBuildEvent>
123  </PropertyGroup>
124</Project>
Note: See TracBrowser for help on using the repository browser.