Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj @ 1143

Last change on this file since 1143 was 858, checked in by swagner, 15 years ago

Set Visual Studio production version to 9.0.30729 in all solution files.

File size: 6.8 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>{32DAA44F-944A-465F-A5C9-1C491EE4976D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.SimOpt</RootNamespace>
12    <AssemblyName>HeuristicLab.SimOpt-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.Windows.Forms" />
58    <Reference Include="System.Xml.Linq">
59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Data.DataSetExtensions">
62      <RequiredTargetFramework>3.5</RequiredTargetFramework>
63    </Reference>
64    <Reference Include="System.Data" />
65    <Reference Include="System.Xml" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="SimOptCrossoverPreparator.cs" />
69    <Compile Include="SimOptSequentialSubOperatorProcessor.cs" />
70    <Compile Include="SimOptSquentialSubOperatorCrossover.cs" />
71    <Compile Include="DoubleParameterBoundConstraint.cs" />
72    <Compile Include="DoubleParameterBoundConstraintView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="DoubleParameterBoundConstraintView.Designer.cs">
76      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="HeuristicLabSimOptPlugin.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80    <Compile Include="SimOptDiscreteMultiCrossover.cs" />
81    <Compile Include="SimOptParameterExtractor.cs">
82      <SubType>Code</SubType>
83    </Compile>
84    <Compile Include="SimOptParameterPacker.cs" />
85    <Compile Include="SimOptProblemInjector.cs" />
86    <Compile Include="SimOptProblemInjectorView.cs">
87      <SubType>UserControl</SubType>
88    </Compile>
89    <Compile Include="SimOptProblemInjectorView.Designer.cs">
90      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
91    </Compile>
92    <Compile Include="SimOptSinglePointCrossover.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="HeuristicLab.snk" />
96  </ItemGroup>
97  <ItemGroup>
98    <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx">
99      <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon>
100      <SubType>Designer</SubType>
101    </EmbeddedResource>
102    <EmbeddedResource Include="SimOptProblemInjectorView.resx">
103      <DependentUpon>SimOptProblemInjectorView.cs</DependentUpon>
104      <SubType>Designer</SubType>
105    </EmbeddedResource>
106  </ItemGroup>
107  <ItemGroup>
108    <ProjectReference Include="..\HeuristicLab.Constraints\HeuristicLab.Constraints.csproj">
109      <Project>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>
110      <Name>HeuristicLab.Constraints</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
113      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
114      <Name>HeuristicLab.Core</Name>
115    </ProjectReference>
116    <ProjectReference Include="..\HeuristicLab.Data\HeuristicLab.Data.csproj">
117      <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
118      <Name>HeuristicLab.Data</Name>
119    </ProjectReference>
120    <ProjectReference Include="..\HeuristicLab.Evolutionary\HeuristicLab.Evolutionary.csproj">
121      <Project>{F5614C53-153C-4A37-A608-121E1C087F07}</Project>
122      <Name>HeuristicLab.Evolutionary</Name>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
125      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
126      <Name>HeuristicLab.Operators</Name>
127    </ProjectReference>
128    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
129      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
130      <Name>HeuristicLab.PluginInfrastructure</Name>
131    </ProjectReference>
132    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
133      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
134      <Name>HeuristicLab.Selection</Name>
135    </ProjectReference>
136  </ItemGroup>
137  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
138  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139       Other similar extension points exist, see Microsoft.Common.targets.
140  <Target Name="BeforeBuild">
141  </Target>
142  <Target Name="AfterBuild">
143  </Target>
144  -->
145  <PropertyGroup>
146    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
147set ProjectDir=$(ProjectDir)
148set SolutionDir=$(SolutionDir)
149set Outdir=$(Outdir)
150
151call PreBuildEvent.cmd</PreBuildEvent>
152    <PostBuildEvent>
153    </PostBuildEvent>
154  </PropertyGroup>
155</Project>
Note: See TracBrowser for help on using the repository browser.