Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.ExtLibs/HeuristicLab.NRefactory/5.5.0/NRefactory.Xml-5.5.0/ICSharpCode.NRefactory.Xml-5.5.0.csproj @ 16452

Last change on this file since 16452 was 16452, checked in by jkarder, 5 years ago

#2520: upgraded projects to .NET 4.6.1

File size: 6.0 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>{C5AE5D30-AE8C-4017-B741-99E084281000}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>ICSharpCode.NRefactory.Xml</RootNamespace>
11    <AssemblyName>ICSharpCode.NRefactory.Xml</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</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>TRACE;DEBUG</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
25    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
35    <Prefer32Bit>false</Prefer32Bit>
36    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
41    <DefineConstants>TRACE;DEBUG</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46    <Prefer32Bit>false</Prefer32Bit>
47    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57    <Prefer32Bit>false</Prefer32Bit>
58    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>TRACE;DEBUG</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
81  </PropertyGroup>
82  <PropertyGroup>
83    <SignAssembly>true</SignAssembly>
84  </PropertyGroup>
85  <PropertyGroup>
86    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
87  </PropertyGroup>
88  <ItemGroup>
89    <Reference Include="System" />
90    <Reference Include="System.Core" />
91    <Reference Include="System.Xml" />
92  </ItemGroup>
93  <ItemGroup>
94    <Compile Include="AXmlAttribute.cs" />
95    <Compile Include="AXmlDocument.cs" />
96    <Compile Include="AXmlElement.cs" />
97    <Compile Include="AXmlObject.cs" />
98    <Compile Include="AXmlParser.cs" />
99    <Compile Include="AXmlReader.cs" />
100    <Compile Include="AXmlTag.cs" />
101    <Compile Include="AXmlText.cs" />
102    <Compile Include="AXmlVisitor.cs" />
103    <Compile Include="DocumentationElement.cs" />
104    <Compile Include="IncrementalParserState.cs" />
105    <Compile Include="InternalDocument.cs" />
106    <Compile Include="Log.cs" />
107    <Compile Include="ObjectIterator.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="ReuseEqualityComparer.cs" />
110    <Compile Include="SyntaxError.cs" />
111    <Compile Include="TagMatchingHeuristics.cs" />
112    <Compile Include="TagReader.cs" />
113    <Compile Include="TextType.cs" />
114    <Compile Include="TokenReader.cs" />
115    <Compile Include="XmlSegment.cs" />
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="HeuristicLab.snk" />
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\NRefactory-5.5.0\ICSharpCode.NRefactory-5.5.0.csproj">
122      <Project>{1022483b-7cf4-4162-827f-984b64eaf8b3}</Project>
123      <Name>ICSharpCode.NRefactory-5.5.0</Name>
124      <Private>False</Private>
125    </ProjectReference>
126  </ItemGroup>
127  <ItemGroup>
128    <Content Include="ICSharpCode.NRefactory License-5.5.0.txt" />
129  </ItemGroup>
130  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132       Other similar extension points exist, see Microsoft.Common.targets.
133  <Target Name="BeforeBuild">
134  </Target>
135  <Target Name="AfterBuild">
136  </Target>
137  -->
138</Project>
Note: See TracBrowser for help on using the repository browser.