2023-05-01 23:02:11 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
<PropertyGroup>
|
2025-02-26 14:37:41 +00:00
|
|
|
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
|
2013-12-19 15:51:20 +00:00
|
|
|
<ProjectGuid>{FF742965-9A80-41A5-B042-D6C7D3A21708}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
<RootNamespace>Flow.Launcher.Test</RootNamespace>
|
|
|
|
|
<AssemblyName>Flow.Launcher.Test</AssemblyName>
|
2020-03-03 00:48:07 +00:00
|
|
|
<ApplicationIcon />
|
|
|
|
|
<StartupObject />
|
2020-04-01 11:20:33 +00:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2020-05-02 16:52:41 +00:00
|
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
2013-12-19 15:51:20 +00:00
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2021-02-22 05:16:48 +00:00
|
|
|
<DebugType>portable</DebugType>
|
2013-12-19 15:51:20 +00:00
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 12:47:48 +00:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-12-19 15:51:20 +00:00
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2013-12-19 15:51:20 +00: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 12:47:48 +00:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-12-19 15:51:20 +00:00
|
|
|
</PropertyGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2020-04-01 11:20:33 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
<ItemGroup>
|
2025-09-16 08:08:17 +00:00
|
|
|
<ProjectReference Include="..\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.csproj" />
|
2020-05-11 13:19:41 +00:00
|
|
|
<ProjectReference Include="..\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.csproj" />
|
2020-04-26 10:30:18 +00:00
|
|
|
<ProjectReference Include="..\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.csproj" />
|
2020-04-21 09:12:17 +00:00
|
|
|
<ProjectReference Include="..\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Flow.Launcher.Core\Flow.Launcher.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Flow.Launcher.Infrastructure\Flow.Launcher.Infrastructure.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
|
2013-12-19 15:51:20 +00:00
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
<ItemGroup>
|
2025-07-19 12:26:33 +00:00
|
|
|
<PackageReference Include="Moq" Version="4.20.72" />
|
2025-08-17 08:54:41 +00:00
|
|
|
<PackageReference Include="nunit" Version="4.4.0" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="5.1.0">
|
2020-05-02 11:23:33 +00:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2025-07-19 12:26:33 +00:00
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
2013-12-19 15:51:20 +00:00
|
|
|
</ItemGroup>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
2015-11-07 03:03:54 +00:00
|
|
|
</Project>
|