|
|
|
@ -14,9 +14,9 @@
@@ -14,9 +14,9 @@
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<OutputPath>..\bin\$(Configuration)\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
@ -24,49 +24,26 @@
@@ -24,49 +24,26 @@
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Debug' "> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
@ -74,39 +51,13 @@
@@ -74,39 +51,13 @@
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;NET45</DefineConstants> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|x86' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Release' "> |
|
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<DefineConstants>TRACE;NET45</DefineConstants> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|x86' "> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|