|
|
|
@ -17,23 +17,26 @@ |
|
|
|
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile> |
|
|
|
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>TEST; DEBUG</DefineConstants> |
|
|
|
<DefineConstants>TEST; DEBUG</DefineConstants> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
<Optimize>True</Optimize> |
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>TEST</DefineConstants> |
|
|
|
<DefineConstants>TEST</DefineConstants> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
@ -204,4 +207,4 @@ |
|
|
|
<Folder Include="Src\Parser\AST\VBNet\Tests\" /> |
|
|
|
<Folder Include="Src\Parser\AST\VBNet\Tests\" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
|
|
</Project> |
|
|
|
</Project> |
|
|
|
|