Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-09-16 11:38:43 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-09-16 11:38:43 +0300
commitb97d45e2a279c9a4a607606d780d4b6f1355079c (patch)
treeeeeaec2bd8dea07b48f7aee35bf7b8f9d37d7224
parent0fbaefc0b265c84ce730bd245ed9d4df2086cdde (diff)
parentc35de362f770a4d8f613e12fc96a1d37584b2d56 (diff)
Merge remote-tracking branch 'origin/main' into dev/lluis/threadsafedev/lluis/threadsafe
-rw-r--r--Test/UnitTests/UnitTests.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj
index d7f43ca..a504119 100644
--- a/Test/UnitTests/UnitTests.csproj
+++ b/Test/UnitTests/UnitTests.csproj
@@ -2,28 +2,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\TargetFrameworks.props" />
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <ProjectGuid>{1CD51E61-1985-4D22-9BFA-D14C8FC61B46}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UnitTests</AssemblyName>
- <SchemaVersion>2.0</SchemaVersion>
<RootNamespace>UnitTests</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\mono-addins.snk</AssemblyOriginatorKeyFile>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />