Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.AvalonEdit/5.0.1/HeuristicLab.AvalonEdit-5.0.1/HeuristicLab.AvalonEdit-5.0.1.csproj @ 16144

Last change on this file since 16144 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

File size: 5.5 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>{644B1CCE-1B2A-4C61-B0E3-A2EDB89DF872}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.AvalonEdit</RootNamespace>
11    <AssemblyName>HeuristicLab.AvalonEdit-5.0.1</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>$(SolutionDir)\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44    <Prefer32Bit>false</Prefer32Bit>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>pdbonly</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54    <Prefer32Bit>false</Prefer32Bit>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>$(SolutionDir)\bin\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64    <Prefer32Bit>false</Prefer32Bit>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74    <Prefer32Bit>false</Prefer32Bit>
75  </PropertyGroup>
76  <PropertyGroup>
77    <SignAssembly>true</SignAssembly>
78  </PropertyGroup>
79  <PropertyGroup>
80    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="System" />
84    <Reference Include="System.Core" />
85  </ItemGroup>
86  <ItemGroup>
87    <None Include="Plugin.cs.frame" />
88    <Compile Include="Plugin.cs" />
89    <None Include="Properties\AssemblyInfo.cs.frame" />
90    <Compile Include="Properties\AssemblyInfo.cs" />
91  </ItemGroup>
92  <ItemGroup>
93    <None Include="HeuristicLab.snk" />
94  </ItemGroup>
95  <ItemGroup>
96    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
97      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
98      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
99      <Private>False</Private>
100    </ProjectReference>
101    <ProjectReference Include="..\AvalonEdit-5.0.1\ICSharpCode.AvalonEdit-5.0.1.csproj">
102      <Project>{255c7deb-3c98-4bc2-92d4-b683f82a7e52}</Project>
103      <Name>ICSharpCode.AvalonEdit-5.0.1</Name>
104    </ProjectReference>
105  </ItemGroup>
106  <ItemGroup>
107    <Content Include="ICSharpCode.AvalonEdit License-5.0.1.txt">
108      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
109    </Content>
110  </ItemGroup>
111  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
112  <PropertyGroup>
113    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
114      set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
115      set ProjectDir=$(ProjectDir)
116      set SolutionDir=$(SolutionDir)
117      set Outdir=$(Outdir)
118
119      call PreBuildEvent.cmd
120    </PreBuildEvent>
121    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
122      export ProjectDir=$(ProjectDir)
123      export SolutionDir=$(SolutionDir)
124
125      $SolutionDir/PreBuildEvent.sh
126    </PreBuildEvent>
127  </PropertyGroup>
128</Project>
Note: See TracBrowser for help on using the repository browser.