Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj @ 1417

Last change on this file since 1417 was 1417, checked in by gkronber, 15 years ago

Introduced paging for queries to fix problems with large WCF messages. #257 (CEDMA console doesn't handle communication- and timeout exceptions correctly)

File size: 7.3 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>{C27DDF6C-84DF-45EF-B82F-57A28DD51166}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.CEDMA.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.CEDMA.Core-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  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="System" />
53    <Reference Include="System.Core">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Runtime.Serialization">
58      <RequiredTargetFramework>3.0</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.ServiceModel">
61      <RequiredTargetFramework>3.0</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Windows.Forms" />
64    <Reference Include="System.Xml.Linq">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Data.DataSetExtensions">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data" />
71    <Reference Include="System.Xml" />
72  </ItemGroup>
73  <ItemGroup>
74    <Compile Include="StoreProxy.cs" />
75    <Compile Include="IResultsViewFactory.cs" />
76    <Compile Include="ResultsEntry.cs" />
77    <Compile Include="TableResultsView.cs">
78      <SubType>UserControl</SubType>
79    </Compile>
80    <Compile Include="TableResultsView.Designer.cs">
81      <DependentUpon>TableResultsView.cs</DependentUpon>
82    </Compile>
83    <Compile Include="Console.cs" />
84    <Compile Include="ConsoleEditor.cs">
85      <SubType>UserControl</SubType>
86    </Compile>
87    <Compile Include="Problem.cs" />
88    <Compile Include="DataSet.cs" />
89    <Compile Include="DataSetList.cs" />
90    <Compile Include="DataSetListView.cs">
91      <SubType>UserControl</SubType>
92    </Compile>
93    <Compile Include="DataSetListView.Designer.cs">
94      <DependentUpon>DataSetListView.cs</DependentUpon>
95    </Compile>
96    <Compile Include="DataSetView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="DataSetView.Designer.cs">
100      <DependentUpon>DataSetView.cs</DependentUpon>
101    </Compile>
102    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
103    <Compile Include="ProblemView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="ProblemView.Designer.cs">
107      <DependentUpon>ProblemView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="Properties\AssemblyInfo.cs" />
110    <Compile Include="Results.cs" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="HeuristicLab.snk" />
114  </ItemGroup>
115  <ItemGroup>
116    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
117      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
118      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
121      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
122      <Name>HeuristicLab.Core</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
125      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
126      <Name>HeuristicLab.DataAnalysis</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
129      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
130      <Name>HeuristicLab.Data</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
133      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
134      <Name>HeuristicLab.Operators</Name>
135    </ProjectReference>
136    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
137      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
138      <Name>HeuristicLab.PluginInfrastructure</Name>
139    </ProjectReference>
140  </ItemGroup>
141  <ItemGroup>
142    <EmbeddedResource Include="TableResultsView.resx">
143      <DependentUpon>TableResultsView.cs</DependentUpon>
144    </EmbeddedResource>
145    <EmbeddedResource Include="ConsoleEditor.resx">
146      <DependentUpon>ConsoleEditor.cs</DependentUpon>
147      <SubType>Designer</SubType>
148    </EmbeddedResource>
149    <EmbeddedResource Include="DataSetListView.resx">
150      <DependentUpon>DataSetListView.cs</DependentUpon>
151    </EmbeddedResource>
152    <EmbeddedResource Include="DataSetView.resx">
153      <DependentUpon>DataSetView.cs</DependentUpon>
154    </EmbeddedResource>
155    <EmbeddedResource Include="ProblemView.resx">
156      <DependentUpon>ProblemView.cs</DependentUpon>
157    </EmbeddedResource>
158  </ItemGroup>
159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161       Other similar extension points exist, see Microsoft.Common.targets.
162  <Target Name="BeforeBuild">
163  </Target>
164  <Target Name="AfterBuild">
165  </Target>
166  -->
167  <PropertyGroup>
168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd</PreBuildEvent>
174  </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.