Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj @ 3832

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

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

File size: 11.4 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{C36BD924-A541-4A00-AFA8-41701378DDC5}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Core</RootNamespace>
11    <AssemblyName>HeuristicLab.Core-3.3</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <FileUpgradeFlags>
15    </FileUpgradeFlags>
16    <OldToolsVersion>2.0</OldToolsVersion>
17    <UpgradeBackupLocation>
18    </UpgradeBackupLocation>
19    <PublishUrl>http://localhost/HeuristicLab.Core/</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Web</InstallFrom>
22    <UpdateEnabled>true</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>true</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <DocumentationFile>
45    </DocumentationFile>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <DocumentationFile>bin\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
55    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x86\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
66    <OutputPath>bin\x86\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <DocumentationFile>bin\x86\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x64\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
83    <OutputPath>bin\x64\Release\</OutputPath>
84    <DefineConstants>TRACE</DefineConstants>
85    <DocumentationFile>bin\x64\Release\HeuristicLab.Core-3.3.xml</DocumentationFile>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90  </PropertyGroup>
91  <ItemGroup>
92    <Reference Include="System" />
93    <Reference Include="System.Core">
94      <RequiredTargetFramework>3.5</RequiredTargetFramework>
95    </Reference>
96    <Reference Include="System.Data" />
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.Xml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="Attributes\ItemAttribute.cs" />
102    <Compile Include="Attributes\CreatableAttribute.cs" />
103    <None Include="HeuristicLabCorePlugin.cs.frame" />
104    <Compile Include="Collections\CheckedItemCollection.cs" />
105    <Compile Include="Collections\CheckedItemList.cs" />
106    <Compile Include="Collections\ReadOnlyCheckedItemCollection.cs" />
107    <Compile Include="Collections\ReadOnlyCheckedItemList.cs">
108      <SubType>Code</SubType>
109    </Compile>
110    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
111    <Compile Include="Collections\ItemDictionary.cs" />
112    <Compile Include="Collections\ReadOnlyKeyedItemCollection.cs" />
113    <Compile Include="Collections\KeyedItemCollection.cs" />
114    <Compile Include="Collections\ReadOnlyItemSet.cs" />
115    <Compile Include="Collections\ReadOnlyItemList.cs" />
116    <Compile Include="Collections\ReadOnlyItemArray.cs" />
117    <Compile Include="Collections\ReadOnlyItemCollection.cs" />
118    <Compile Include="Collections\ItemArray.cs" />
119    <Compile Include="Collections\ItemCollection.cs" />
120    <Compile Include="Collections\ItemList.cs" />
121    <Compile Include="Collections\ItemSet.cs" />
122    <Compile Include="Collections\NamedItemCollection.cs" />
123    <Compile Include="Collections\OperationCollection.cs" />
124    <Compile Include="Collections\OperatorCollection.cs" />
125    <Compile Include="Collections\OperatorList.cs" />
126    <Compile Include="Collections\OperatorSet.cs" />
127    <Compile Include="Collections\ParameterCollection.cs" />
128    <Compile Include="Collections\ScopeList.cs" />
129    <Compile Include="Collections\ValueParameterCollection.cs" />
130    <Compile Include="Collections\VariableCollection.cs" />
131    <Compile Include="Constraints\ComparisonConstraint.cs" />
132    <Compile Include="Constraints\Constraint.cs" />
133    <Compile Include="Collections\ConstraintCollection.cs" />
134    <Compile Include="Constraints\ConstraintOperation.cs" />
135    <Compile Include="Constraints\EqualityConstraint.cs" />
136    <Compile Include="Constraints\IConstraint.cs" />
137    <Compile Include="Constraints\TypeCompatibilityConstraint.cs" />
138    <Compile Include="OperatorExecutionException.cs" />
139    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
140    <Compile Include="Interfaces\ICheckedItemList.cs" />
141    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
142    <Compile Include="PersistenceContentManager.cs" />
143    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
144    <Compile Include="Interfaces\IItemList.cs" />
145    <Compile Include="Interfaces\IItemSet.cs" />
146    <Compile Include="Interfaces\IItemDictionary.cs" />
147    <Compile Include="Interfaces\IItemArray.cs" />
148    <Compile Include="Interfaces\IItemCollection.cs" />
149    <Compile Include="Log.cs" />
150    <Compile Include="Executable.cs" />
151    <Compile Include="ExecutionState.cs" />
152    <Compile Include="Interfaces\ILog.cs" />
153    <Compile Include="Interfaces\IExecutable.cs" />
154    <Compile Include="Interfaces\IParameterizedNamedItem.cs" />
155    <Compile Include="Interfaces\IParameterizedItem.cs" />
156    <Compile Include="Interfaces\IAtomicOperation.cs" />
157    <Compile Include="Interfaces\IExecutionContext.cs" />
158    <Compile Include="Interfaces\IOperation.cs" />
159    <Compile Include="ParameterizedNamedItem.cs" />
160    <Compile Include="Interfaces\IValueLookupParameter.cs" />
161    <Compile Include="Interfaces\IValueParameter.cs" />
162    <Compile Include="Interfaces\ILookupParameter.cs" />
163    <Compile Include="Engine.cs" />
164    <Compile Include="Interfaces\IScope.cs" />
165    <Compile Include="Interfaces\IVariable.cs" />
166    <Compile Include="Item.cs" />
167    <Compile Include="NamedItem.cs" />
168    <Compile Include="OperatorGraph.cs" />
169    <Compile Include="Interfaces\IParameter.cs" />
170    <Compile Include="Interfaces\IEngine.cs">
171      <SubType>Code</SubType>
172    </Compile>
173    <Compile Include="ExecutionContext.cs" />
174    <Compile Include="Interfaces\INamedItem.cs" />
175    <Compile Include="Interfaces\IItem.cs" />
176    <Compile Include="Interfaces\IRandom.cs" />
177    <Compile Include="Scope.cs" />
178    <Compile Include="Interfaces\IOperator.cs" />
179    <Compile Include="HeuristicLabCorePlugin.cs" />
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="Variable.cs" />
182  </ItemGroup>
183  <ItemGroup>
184    <None Include="HeuristicLab.snk" />
185    <None Include="Properties\AssemblyInfo.frame" />
186  </ItemGroup>
187  <ItemGroup>
188    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
189      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
190      <Name>HeuristicLab.Collections-3.3</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
193      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
194      <Name>HeuristicLab.Common.Resources-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
197      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
198      <Name>HeuristicLab.Common-3.3</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
201      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
202      <Name>HeuristicLab.Persistence-3.3</Name>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
205      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
206      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
207    </ProjectReference>
208  </ItemGroup>
209  <ItemGroup>
210    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
211      <Visible>False</Visible>
212      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
213      <Install>true</Install>
214    </BootstrapperPackage>
215    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
216      <Visible>False</Visible>
217      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
218      <Install>false</Install>
219    </BootstrapperPackage>
220    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
221      <Visible>False</Visible>
222      <ProductName>.NET Framework 3.5</ProductName>
223      <Install>false</Install>
224    </BootstrapperPackage>
225  </ItemGroup>
226  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
227  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
228       Other similar extension points exist, see Microsoft.Common.targets.
229  <Target Name="BeforeBuild">
230  </Target>
231  <Target Name="AfterBuild">
232  </Target>
233  -->
234  <PropertyGroup>
235    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
236set ProjectDir=$(ProjectDir)
237set SolutionDir=$(SolutionDir)
238set Outdir=$(Outdir)
239
240call PreBuildEvent.cmd
241SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCorePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCorePlugin.cs"</PreBuildEvent>
242  </PropertyGroup>
243</Project>
Note: See TracBrowser for help on using the repository browser.