You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
6.3 KiB
137 lines
6.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{D81206EF-3DCA-4A30-897B-E262A2AD9EE3}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Exe</OutputType> |
|
<RootNamespace>ICSharpCode.NRefactory.ConsistencyCheck</RootNamespace> |
|
<AssemblyName>ICSharpCode.NRefactory.ConsistencyCheck</AssemblyName> |
|
<TargetFrameworkProfile> |
|
</TargetFrameworkProfile> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<OutputPath>bin\$(Configuration)\</OutputPath> |
|
<ProductVersion>10.0.0</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugType>PdbOnly</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Release' "> |
|
<DebugType>PdbOnly</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|x86' "> |
|
<OutputPath>bin\net_4_5_Debug\</OutputPath> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|x86' "> |
|
<OutputPath>bin\net_4_5_Release\</OutputPath> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' "> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="Microsoft.Build" /> |
|
<Reference Include="Microsoft.Build.Framework" /> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\ICSharpCode.NRefactory\Properties\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="CSharpFile.cs" /> |
|
<Compile Include="CSharpProject.cs" /> |
|
<Compile Include="FindReferencesConsistencyCheck.cs" /> |
|
<Compile Include="PatternMatchingTest.cs" /> |
|
<Compile Include="TypeSystemTests.cs" /> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="RandomizedOrderResolverTest.cs" /> |
|
<Compile Include="ResolverTest.cs" /> |
|
<Compile Include="RoundtripTest.cs" /> |
|
<Compile Include="Solution.cs" /> |
|
<Compile Include="VisitorBenchmark.cs" /> |
|
<Compile Include="Xml\IncrementalXmlParserTests.cs" /> |
|
<Compile Include="Xml\XmlReaderTest.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="app.config" /> |
|
<None Include="Readme.txt" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project> |
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ICSharpCode.NRefactory.Xml\ICSharpCode.NRefactory.Xml.csproj"> |
|
<Project>{DC393B66-92ED-4CAD-AB25-CFEF23F3D7C6}</Project> |
|
<Name>ICSharpCode.NRefactory.Xml</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |