Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj @ 12115

Last change on this file since 12115 was 12115, checked in by pfleck, 9 years ago

#2350 Added ALPS.SteadyState Plugin.

File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{10707492-A6FF-4CC1-A2FC-D55A784A9107}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Algorithms.ALPS.SteadyState</RootNamespace>
11    <AssemblyName>HeuristicLab.Algorithms.ALPS.SteadyState-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</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    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x64</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <Optimize>true</Optimize>
48    <DebugType>pdbonly</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
54    <DebugSymbols>true</DebugSymbols>
55    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
56    <DefineConstants>DEBUG;TRACE</DefineConstants>
57    <DebugType>full</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
63    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
64    <DefineConstants>TRACE</DefineConstants>
65    <Optimize>true</Optimize>
66    <DebugType>pdbonly</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup>
72    <SignAssembly>true</SignAssembly>
73  </PropertyGroup>
74  <PropertyGroup>
75    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
76  </PropertyGroup>
77  <ItemGroup>
78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Xml.Linq" />
85    <Reference Include="System.Data.DataSetExtensions" />
86    <Reference Include="Microsoft.CSharp" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Xml" />
89  </ItemGroup>
90  <ItemGroup>
91    <None Include="HeuristicLab.snk" />
92    <None Include="Plugin.cs.frame" />
93    <None Include="Properties\AssemblyInfo.cs.frame" />
94  </ItemGroup>
95  <ItemGroup>
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="Plugin.cs" />
98  </ItemGroup>
99  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100  <PropertyGroup>
101    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
102set ProjectDir=$(ProjectDir)
103set SolutionDir=$(SolutionDir)
104set Outdir=$(Outdir)
105
106call PreBuildEvent.cmd</PreBuildEvent>
107  </PropertyGroup>
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>
Note: See TracBrowser for help on using the repository browser.