Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 574 was 574, checked in by gkronber, 16 years ago

fixed a problem in the pre/post build scripts with spaces in paths

File size: 7.0 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</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="Agent.cs" />
75    <Compile Include="AgentList.cs" />
76    <Compile Include="Console.cs" />
77    <Compile Include="ConsoleEditor.cs">
78      <SubType>UserControl</SubType>
79    </Compile>
80    <Compile Include="ResultTable.cs" />
81    <Compile Include="ResultExporter.cs" />
82    <Compile Include="DatabaseOperatorLibrary.cs" />
83    <Compile Include="DatabaseOperatorLibraryView.cs">
84      <SubType>UserControl</SubType>
85    </Compile>
86    <Compile Include="DatabaseOperatorLibraryView.Designer.cs">
87      <DependentUpon>DatabaseOperatorLibraryView.cs</DependentUpon>
88    </Compile>
89    <Compile Include="OperatorLink.cs" />
90    <Compile Include="OperatorLinkPatcher.cs" />
91    <Compile Include="Result.cs" />
92    <Compile Include="IResult.cs" />
93    <Compile Include="HeuristicLabCedmaCorePlugin.cs" />
94    <Compile Include="IAgent.cs" />
95    <Compile Include="IAgentList.cs" />
96    <Compile Include="IDatabaseItem.cs" />
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <Compile Include="AgentListView.cs">
99      <SubType>UserControl</SubType>
100    </Compile>
101    <Compile Include="AgentListView.Designer.cs">
102      <DependentUpon>AgentListView.cs</DependentUpon>
103    </Compile>
104    <Compile Include="AgentView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="AgentView.Designer.cs">
108      <DependentUpon>AgentView.cs</DependentUpon>
109    </Compile>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113  </ItemGroup>
114  <ItemGroup>
115    <ProjectReference Include="..\HeuristicLab.CEDMA.Charting\HeuristicLab.CEDMA.Charting.csproj">
116      <Project>{1BF17271-5350-476A-8F6D-FC74FA3E82CA}</Project>
117      <Name>HeuristicLab.CEDMA.Charting</Name>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.CEDMA.DB.Interfaces\HeuristicLab.CEDMA.DB.Interfaces.csproj">
120      <Project>{4F9BB789-D561-436B-B226-2BF44B7D0804}</Project>
121      <Name>HeuristicLab.CEDMA.DB.Interfaces</Name>
122    </ProjectReference>
123    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
124      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
125      <Name>HeuristicLab.Core</Name>
126    </ProjectReference>
127    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
128      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
129      <Name>HeuristicLab.Operators</Name>
130    </ProjectReference>
131    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
132      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
133      <Name>HeuristicLab.PluginInfrastructure</Name>
134    </ProjectReference>
135  </ItemGroup>
136  <ItemGroup>
137    <EmbeddedResource Include="AgentListView.resx">
138      <DependentUpon>AgentListView.cs</DependentUpon>
139      <SubType>Designer</SubType>
140    </EmbeddedResource>
141    <EmbeddedResource Include="AgentView.resx">
142      <DependentUpon>AgentView.cs</DependentUpon>
143      <SubType>Designer</SubType>
144    </EmbeddedResource>
145    <EmbeddedResource Include="ConsoleEditor.resx">
146      <DependentUpon>ConsoleEditor.cs</DependentUpon>
147      <SubType>Designer</SubType>
148    </EmbeddedResource>
149    <EmbeddedResource Include="DatabaseOperatorLibraryView.resx">
150      <DependentUpon>DatabaseOperatorLibraryView.cs</DependentUpon>
151      <SubType>Designer</SubType>
152    </EmbeddedResource>
153  </ItemGroup>
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156       Other similar extension points exist, see Microsoft.Common.targets.
157  <Target Name="BeforeBuild">
158  </Target>
159  <Target Name="AfterBuild">
160  </Target>
161  -->
162  <PropertyGroup>
163    <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
164  </PropertyGroup>
165</Project>
Note: See TracBrowser for help on using the repository browser.