PowerToys/Wox.Core/Wox.Core.csproj

121 lines
5.1 KiB
XML
Raw Normal View History

2014-12-26 19:36:43 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B749F0DB-8E75-47DB-9E5E-265D16D0C0D2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Wox.Core</RootNamespace>
<AssemblyName>Wox.Core</AssemblyName>
2015-11-07 11:03:54 +08:00
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
2014-12-26 19:36:43 +08:00
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2015-01-14 22:19:44 +08:00
<TargetFrameworkProfile />
2016-05-22 05:44:27 +08:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2014-12-26 19:36:43 +08:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
2014-12-26 22:51:04 +08:00
<OutputPath>..\Output\Debug\</OutputPath>
2014-12-26 19:36:43 +08:00
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2015-01-15 20:47:48 +08:00
<Prefer32Bit>false</Prefer32Bit>
2014-12-26 19:36:43 +08:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
2015-11-11 08:42:34 +08:00
<OutputPath>..\Output\Release\</OutputPath>
2014-12-26 19:36:43 +08:00
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2015-01-15 20:47:48 +08:00
<Prefer32Bit>false</Prefer32Bit>
2014-12-26 19:36:43 +08:00
</PropertyGroup>
<ItemGroup>
2015-01-02 23:07:49 +08:00
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
2014-12-26 19:36:43 +08:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
2016-05-11 02:24:15 +08:00
<Reference Include="System.Net.Http" />
2014-12-26 22:51:04 +08:00
<Reference Include="System.Windows.Forms" />
2015-11-07 11:03:54 +08:00
<Reference Include="System.Xaml" />
2014-12-26 19:36:43 +08:00
<Reference Include="System.Xml" />
2015-01-02 23:07:49 +08:00
<Reference Include="WindowsBase" />
2014-12-26 19:36:43 +08:00
</ItemGroup>
<ItemGroup>
<Compile Include="..\SolutionAssemblyInfo.cs">
<Link>Properties\SolutionAssemblyInfo.cs</Link>
</Compile>
2016-05-07 23:56:29 +08:00
<Compile Include="Plugin\ExecutablePlugin.cs" />
2016-05-05 09:08:38 +08:00
<Compile Include="Plugin\PluginsLoader.cs" />
<Compile Include="Updater.cs" />
<Compile Include="Resource\AvailableLanguages.cs" />
<Compile Include="Resource\Internationalization.cs" />
<Compile Include="Resource\InternationalizationManager.cs" />
<Compile Include="Resource\Language.cs" />
<Compile Include="Resource\ThemeManager.cs" />
2014-12-27 12:34:51 +08:00
<Compile Include="Plugin\PluginInstaller.cs" />
2014-12-26 19:36:43 +08:00
<Compile Include="Plugin\JsonRPCPlugin.cs" />
<Compile Include="Plugin\JsonPRCModel.cs" />
<Compile Include="Plugin\PluginConfig.cs" />
<Compile Include="Plugin\PluginManager.cs" />
<Compile Include="Plugin\PythonPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource\FontHelper.cs" />
<Compile Include="Resource\Theme.cs" />
2014-12-26 19:36:43 +08:00
</ItemGroup>
<ItemGroup>
<None Include="Plugin\README.md" />
2014-12-29 21:55:27 +08:00
<None Include="README.md" />
2014-12-26 19:36:43 +08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj">
<Project>{4fd29318-a8ab-4d8f-aa47-60bc241b8da3}</Project>
<Name>Wox.Infrastructure</Name>
</ProjectReference>
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
<Project>{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project>
<Name>Wox.Plugin</Name>
</ProjectReference>
</ItemGroup>
2016-05-22 02:25:28 +08:00
<ItemGroup>
<Content Include="FodyWeavers.xml" />
</ItemGroup>
2020-01-15 03:10:54 +08:00
<ItemGroup>
<PackageReference Include="Fody">
<Version>1.29.2</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="JetBrains.Annotations">
<Version>10.3.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>9.0.1</Version>
</PackageReference>
<PackageReference Include="PropertyChanged.Fody">
<Version>1.51.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="squirrel.windows">
<Version>1.5.2</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.0.0</Version>
</PackageReference>
</ItemGroup>
2014-12-26 19:36:43 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>