|
|
|
@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
|
|
|
|
|
<OutputType>Library</OutputType> |
|
|
|
|
<RootNamespace>ICSharpCode.NRefactory</RootNamespace> |
|
|
|
|
<AssemblyName>ICSharpCode.NRefactory</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<ProductVersion>10.0.0</ProductVersion> |
|
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<NoWarn>1591,0618</NoWarn> |
|
|
|
|
<TargetFrameworkProfile /> |
|
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
|
|
|
<RunCodeAnalysis>False</RunCodeAnalysis> |
|
|
|
|
<CodeAnalysisRules>-Microsoft.Design#CA1026;-Microsoft.Security#CA2104</CodeAnalysisRules> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -30,14 +30,14 @@
@@ -30,14 +30,14 @@
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<DefineConstants>DEBUG;TRACE;FULL_AST;DOTNET35</DefineConstants> |
|
|
|
|
<DefineConstants>DEBUG;TRACE;FULL_AST</DefineConstants> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<DefineConstants>TRACE;FULL_AST;DOTNET35</DefineConstants> |
|
|
|
|
<DefineConstants>TRACE;FULL_AST</DefineConstants> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|