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>{6661EE06-91D3-489B-AE80-BC951EA65E9A}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>ICSharpCode.NRefactory.Cecil</RootNamespace>
|
---|
11 | <AssemblyName>ICSharpCode.NRefactory.Cecil</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 | <Compile Include="CecilLoader.cs" />
|
---|
88 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
89 | </ItemGroup>
|
---|
90 | <ItemGroup>
|
---|
91 | <Content Include="ICSharpCode.NRefactory License-5.5.0.txt" />
|
---|
92 | </ItemGroup>
|
---|
93 | <ItemGroup>
|
---|
94 | <None Include="HeuristicLab.snk" />
|
---|
95 | </ItemGroup>
|
---|
96 | <ItemGroup>
|
---|
97 | <ProjectReference Include="..\..\..\HeuristicLab.Cecil\0.9.5\Mono.Cecil-0.9.5\Mono.Cecil-0.9.5.csproj">
|
---|
98 | <Project>{ccf26bbc-5555-46ec-81f9-5b253cd24170}</Project>
|
---|
99 | <Name>Mono.Cecil-0.9.5</Name>
|
---|
100 | <Private>False</Private>
|
---|
101 | </ProjectReference>
|
---|
102 | <ProjectReference Include="..\NRefactory-5.5.0\ICSharpCode.NRefactory-5.5.0.csproj">
|
---|
103 | <Project>{1022483b-7cf4-4162-827f-984b64eaf8b3}</Project>
|
---|
104 | <Name>ICSharpCode.NRefactory-5.5.0</Name>
|
---|
105 | <Private>False</Private>
|
---|
106 | </ProjectReference>
|
---|
107 | </ItemGroup>
|
---|
108 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
110 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
111 | <Target Name="BeforeBuild">
|
---|
112 | </Target>
|
---|
113 | <Target Name="AfterBuild">
|
---|
114 | </Target>
|
---|
115 | -->
|
---|
116 | </Project> |
---|