Files
PowerToys/src/modules/launcher/Wox.Test/Wox.Test.csproj

52 lines
1.8 KiB
XML
Raw Normal View History

2020-03-20 09:43:42 -07:00
<Project Sdk="Microsoft.NET.Sdk">
2013-12-19 23:51:20 +08:00
<PropertyGroup>
2020-03-20 09:43:42 -07:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2013-12-19 23:51:20 +08:00
<ProjectGuid>{FF742965-9A80-41A5-B042-D6C7D3A21708}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2014-01-29 18:33:24 +08:00
<RootNamespace>Wox.Test</RootNamespace>
<AssemblyName>Wox.Test</AssemblyName>
2020-03-20 09:43:42 -07:00
<ApplicationIcon />
<StartupObject />
2013-12-19 23:51:20 +08:00
</PropertyGroup>
2020-03-20 09:43:42 -07:00
2013-12-19 23:51:20 +08:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2015-01-15 20:47:48 +08:00
<Prefer32Bit>false</Prefer32Bit>
2013-12-19 23:51:20 +08:00
</PropertyGroup>
2020-03-20 09:43:42 -07:00
2013-12-19 23:51:20 +08:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2015-01-15 20:47:48 +08:00
<Prefer32Bit>false</Prefer32Bit>
2013-12-19 23:51:20 +08:00
</PropertyGroup>
2020-03-20 09:43:42 -07:00
2013-12-19 23:51:20 +08:00
<ItemGroup>
2020-03-20 09:43:42 -07:00
<ProjectReference Include="..\Wox.Core\Wox.Core.csproj" />
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj" />
2013-12-19 23:51:20 +08:00
</ItemGroup>
2020-03-20 09:43:42 -07:00
2013-12-19 23:51:20 +08:00
<ItemGroup>
2020-03-20 09:43:42 -07:00
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
2013-12-19 23:51:20 +08:00
</ItemGroup>
2020-03-20 09:43:42 -07:00
2013-12-19 23:51:20 +08:00
<ItemGroup>
2020-03-20 09:43:42 -07:00
<Folder Include="Properties\" />
2013-12-19 23:51:20 +08:00
</ItemGroup>
2020-03-20 09:43:42 -07:00
2015-11-07 03:03:54 +00:00
</Project>