Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis.IslandAlgorithms/HeuristicLab.Algorithms.DataAnalysis.Symbolic/3.3/HeuristicLab.Algorithms.DataAnalysis.Symbolic.csproj @ 9048

Last change on this file since 9048 was 9048, checked in by mkommend, 11 years ago

#1997: Added project structure in the symbolic algorithms branch.

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{F0D5AF15-76A8-4023-AB77-7B138D579860}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Symbolic</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Symbolic</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="System" />
46    <Reference Include="System.Core" />
47    <Reference Include="System.Xml.Linq" />
48    <Reference Include="System.Data.DataSetExtensions" />
49    <Reference Include="Microsoft.CSharp" />
50    <Reference Include="System.Data" />
51    <Reference Include="System.Xml" />
52  </ItemGroup>
53  <ItemGroup>
54    <Compile Include="Plugin.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56  </ItemGroup>
57  <ItemGroup>
58    <None Include="HeuristicLab.snk" />
59    <None Include="Plugin.cs.frame" />
60    <None Include="Properties\AssemblyInfo.cs.frame" />
61  </ItemGroup>
62  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63  <PropertyGroup>
64    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
65set ProjectDir=$(ProjectDir)
66set SolutionDir=$(SolutionDir)
67set Outdir=$(Outdir)
68
69call PreBuildEvent.cmd
70</PreBuildEvent>
71  </PropertyGroup>
72  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73       Other similar extension points exist, see Microsoft.Common.targets.
74  <Target Name="BeforeBuild">
75  </Target>
76  <Target Name="AfterBuild">
77  </Target>
78  -->
79</Project>
Note: See TracBrowser for help on using the repository browser.