|
|
|
@ -7,7 +7,6 @@
@@ -7,7 +7,6 @@
|
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.NRefactory.ConsistencyCheck</RootNamespace> |
|
|
|
|
<AssemblyName>ICSharpCode.NRefactory.ConsistencyCheck</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkProfile> |
|
|
|
|
</TargetFrameworkProfile> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
@ -16,6 +15,8 @@
@@ -16,6 +15,8 @@
|
|
|
|
|
<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> |
|
|
|
@ -51,6 +52,34 @@
@@ -51,6 +52,34 @@
|
|
|
|
|
<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" /> |
|
|
|
@ -104,8 +133,5 @@
@@ -104,8 +133,5 @@
|
|
|
|
|
<Name>ICSharpCode.NRefactory</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="Xml" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
</Project> |