|
|
|
|
@ -15,6 +15,10 @@
@@ -15,6 +15,10 @@
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<DocumentationFile>..\ICSharpCode.NRefactory\bin\$(Configuration)\ICSharpCode.NRefactory.Xml.xml</DocumentationFile> |
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
@ -25,20 +29,24 @@
@@ -25,20 +29,24 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
|