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

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2021-08-23 11:17:34 +0300
committerLluis Sanchez <llsan@microsoft.com>2021-08-23 11:17:34 +0300
commite1bbfeb4ec73420c1752a111594411c31b8673b5 (patch)
tree038f78431dd574234bad0d6d898d2b28107f8630
parent423a7cfe85f0d6faad18f7262e94b8b595190ee4 (diff)
Add multi-target framework project
-rw-r--r--src/framework/GuiUnit_MT.csproj (renamed from src/framework/GuiUnit_NET_6.csproj)28
1 files changed, 4 insertions, 24 deletions
diff --git a/src/framework/GuiUnit_NET_6.csproj b/src/framework/GuiUnit_MT.csproj
index 849f44a..3d0f533 100644
--- a/src/framework/GuiUnit_NET_6.csproj
+++ b/src/framework/GuiUnit_MT.csproj
@@ -1,18 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3D6A3EA9-6116-4E6C-9FD4-2F3259B6EAFD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NUnitLite</RootNamespace>
<AssemblyName>GuiUnit</AssemblyName>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -29,36 +22,23 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
- <IntermediateOutputPath>obj\$(Configuration)\net-6.0\</IntermediateOutputPath>
<SignAssembly>true</SignAssembly>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFrameworks>net472;net6.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ <OutputPath>..\..\bin</OutputPath>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <NoWarn>1574;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\..\bin\net_6_0</OutputPath>
<DefineConstants>TRACE;DEBUG;NET_4_5; CLR_4_0,NUNITLITE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>..\..\bin\Debug\net-6.0\nunitlite.xml</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- <NoWarn>1574;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>..\..\bin\net_6_0</OutputPath>
<DefineConstants>TRACE;NET_4_5, CLR_4_0,NUNITLITE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <DocumentationFile>..\..\bin\Release\net-6.0\nunitlite.xml</DocumentationFile>
- <Prefer32Bit>false</Prefer32Bit>
- <NoWarn>1574;1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>guiunit.snk</AssemblyOriginatorKeyFile>