|
|
|
@ -1,4 +1,4 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ProjectGuid>{63D3B27A-D966-4902-90B3-30290E1692F1}</ProjectGuid> |
|
|
|
<ProjectGuid>{63D3B27A-D966-4902-90B3-30290E1692F1}</ProjectGuid> |
|
|
|
@ -9,6 +9,8 @@ |
|
|
|
<AssemblyName>ICSharpCode.NRefactory.Tests</AssemblyName> |
|
|
|
<AssemblyName>ICSharpCode.NRefactory.Tests</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
|
|
|
<ProductVersion>10.0.0</ProductVersion> |
|
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
@ -29,19 +31,29 @@ |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
|
|
|
|
<HintPath>..\lib\nunit.framework.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="CSharp\Resolver\BinaryOperatorTests.cs" /> |
|
|
|
<Compile Include="CSharp\Resolver\BinaryOperatorTests.cs" /> |
|
|
|
@ -75,10 +87,8 @@ |
|
|
|
</ProjectReference> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="CSharp" /> |
|
|
|
<Folder Include="CSharp\" /> |
|
|
|
<Folder Include="CSharp\Resolver" /> |
|
|
|
|
|
|
|
<Folder Include="Utils" /> |
|
|
|
|
|
|
|
<Folder Include="TypeSystem" /> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
|
|
</Project> |
|
|
|
</Project> |