Free cookie consent management tool by TermsFeed Policy Generator

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

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

Merged change sets from CEDMA branch to trunk:

File size: 7.2 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.2</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="IResultsViewFactory.cs" />
75    <Compile Include="ResultsEntry.cs" />
76    <Compile Include="TableResultsView.cs">
77      <SubType>UserControl</SubType>
78    </Compile>
79    <Compile Include="TableResultsView.Designer.cs">
80      <DependentUpon>TableResultsView.cs</DependentUpon>
81    </Compile>
82    <Compile Include="Console.cs" />
83    <Compile Include="ConsoleEditor.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
86    <Compile Include="Problem.cs" />
87    <Compile Include="DataSet.cs" />
88    <Compile Include="DataSetList.cs" />
89    <Compile Include="DataSetListView.cs">
90      <SubType>UserControl</SubType>
91    </Compile>
92    <Compile Include="DataSetListView.Designer.cs">
93      <DependentUpon>DataSetListView.cs</DependentUpon>
94    </Compile>
95    <Compile Include="DataSetView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="DataSetView.Designer.cs">
99      <DependentUpon>DataSetView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
102    <Compile Include="ProblemView.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="ProblemView.Designer.cs">
106      <DependentUpon>ProblemView.cs</DependentUpon>
107    </Compile>
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="Results.cs" />
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113  </ItemGroup>
114  <ItemGroup>
115    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
116      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
117      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
120      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
121      <Name>HeuristicLab.Core</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj">
124      <Project>{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>
125      <Name>HeuristicLab.DataAnalysis</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
128      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
129      <Name>HeuristicLab.Data</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
132      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
133      <Name>HeuristicLab.Operators</Name>
134    </ProjectReference>
135    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
136      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
137      <Name>HeuristicLab.PluginInfrastructure</Name>
138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup>
141    <EmbeddedResource Include="TableResultsView.resx">
142      <DependentUpon>TableResultsView.cs</DependentUpon>
143    </EmbeddedResource>
144    <EmbeddedResource Include="ConsoleEditor.resx">
145      <DependentUpon>ConsoleEditor.cs</DependentUpon>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148    <EmbeddedResource Include="DataSetListView.resx">
149      <DependentUpon>DataSetListView.cs</DependentUpon>
150    </EmbeddedResource>
151    <EmbeddedResource Include="DataSetView.resx">
152      <DependentUpon>DataSetView.cs</DependentUpon>
153    </EmbeddedResource>
154    <EmbeddedResource Include="ProblemView.resx">
155      <DependentUpon>ProblemView.cs</DependentUpon>
156    </EmbeddedResource>
157  </ItemGroup>
158  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160       Other similar extension points exist, see Microsoft.Common.targets.
161  <Target Name="BeforeBuild">
162  </Target>
163  <Target Name="AfterBuild">
164  </Target>
165  -->
166  <PropertyGroup>
167    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
168set ProjectDir=$(ProjectDir)
169set SolutionDir=$(SolutionDir)
170set Outdir=$(Outdir)
171
172call PreBuildEvent.cmd</PreBuildEvent>
173  </PropertyGroup>
174</Project>
Note: See TracBrowser for help on using the repository browser.