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 >
2016-05-10 03:40:59 +08:00
<Reference Include= "DeltaCompressionDotNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL" >
<HintPath > ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "DeltaCompressionDotNet.MsDelta, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46b2138a390abf55, processorArchitecture=MSIL" >
<HintPath > ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "DeltaCompressionDotNet.PatchApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e8888ee913ed789, processorArchitecture=MSIL" >
<HintPath > ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, processorArchitecture=MSIL" >
2017-03-05 00:08:06 +08:00
<HintPath > ..\packages\squirrel.windows.1.5.2\lib\Net45\ICSharpCode.SharpZipLib.dll</HintPath>
2015-11-07 11:03:54 +08:00
<Private > True</Private>
2014-12-27 12:34:51 +08:00
</Reference>
2017-03-05 00:08:06 +08:00
<Reference Include= "JetBrains.Annotations, Version=10.3.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
<HintPath > ..\packages\JetBrains.Annotations.10.3.0\lib\net\JetBrains.Annotations.dll</HintPath>
2016-04-23 06:11:22 +08:00
<Private > True</Private>
</Reference>
2016-05-10 03:40:59 +08:00
<Reference Include= "Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
2015-11-01 02:49:37 +08:00
<Private > True</Private>
2015-01-19 23:08:53 +08:00
</Reference>
2017-03-05 00:08:06 +08:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2015-11-07 11:03:54 +08:00
<Private > True</Private>
2014-12-26 19:36:43 +08:00
</Reference>
2016-05-10 03:40:59 +08:00
<Reference Include= "NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
2017-03-05 00:08:06 +08:00
<HintPath > ..\packages\squirrel.windows.1.5.2\lib\Net45\NuGet.Squirrel.dll</HintPath>
2016-05-10 03:40:59 +08:00
<Private > True</Private>
</Reference>
2015-01-02 23:07:49 +08:00
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
2016-05-22 05:44:27 +08:00
<Reference Include= "PropertyChanged, Version=1.51.0.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL" >
<HintPath > ..\packages\PropertyChanged.Fody.1.51.0\lib\dotnet\PropertyChanged.dll</HintPath>
<Private > False</Private>
</Reference>
2016-05-10 03:40:59 +08:00
<Reference Include= "Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
<Private > True</Private>
</Reference>
2017-03-05 00:08:06 +08:00
<Reference Include= "Squirrel, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\squirrel.windows.1.5.2\lib\Net45\Squirrel.dll</HintPath>
2016-05-10 03:40:59 +08:00
<Private > True</Private>
</Reference>
2014-12-26 19:36:43 +08:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
2015-01-05 22:41:17 +08:00
<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 >
2015-11-28 18:47:42 +08:00
<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" />
2016-05-10 03:40:59 +08:00
<Compile Include= "Updater.cs" />
2016-01-08 04:04:37 +08:00
<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" />
2016-01-08 04:04:37 +08:00
<Compile Include= "Resource\FontHelper.cs" />
<Compile Include= "Resource\Theme.cs" />
2014-12-26 19:36:43 +08:00
</ItemGroup>
<ItemGroup >
2015-01-15 20:47:48 +08:00
<None Include= "packages.config" />
2015-01-03 15:20:34 +08:00
<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>
2014-12-26 19:36:43 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2016-05-22 02:25:28 +08:00
<Import Project= "..\packages\Fody.1.29.2\build\dotnet\Fody.targets" Condition= "Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\dotnet\Fody.targets'))" />
</Target>
2014-12-26 19:36:43 +08:00
<!-- 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>
-->
2015-11-02 01:25:44 +08:00
</Project>