2020-03-02 01:22:26 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<ProjectGuid>{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}</ProjectGuid>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<UseWPF>true</UseWPF>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2020-04-21 09:12:17 +00:00
|
|
|
|
<RootNamespace>Flow.Launcher.Plugin</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Flow.Launcher.Plugin</AssemblyName>
|
2020-03-03 00:48:07 +00:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2020-04-01 11:20:33 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2014-03-17 13:49:54 +00:00
|
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-20 17:20:17 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-03-17 13:49:54 +00:00
|
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-12-19 15:51:20 +00:00
|
|
|
|
</PropertyGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<None Include="README.md" />
|
2013-12-19 15:51:20 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2014-12-29 13:55:27 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<None Remove="FodyWeavers.xml" />
|
2014-12-29 13:55:27 +00:00
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2020-04-01 11:20:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs" Link="Properties\SolutionAssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2016-05-22 04:30:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="FodyWeavers.xml" />
|
|
|
|
|
|
</ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
|
2020-01-14 19:10:54 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
|
|
|
|
|
|
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
2020-04-03 08:42:46 +00:00
|
|
|
|
<PackageReference Include="PropertyChanged.Fody" Version="2.2.4">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2020-03-02 01:22:26 +00:00
|
|
|
|
<PackageReference Include="System.Runtime" Version="4.3.1" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2013-12-19 15:51:20 +00:00
|
|
|
|
</Project>
|