2014-01-29 22:44:57 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<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>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Wox.Infrastructure</RootNamespace>
|
|
|
|
|
<AssemblyName>Wox.Infrastructure</AssemblyName>
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2015-01-14 22:19:44 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-10-22 18:36:49 +08:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-10-27 14:53:44 +08:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-12-01 06:44:58 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2015-12-13 21:32:30 +08:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<Private>True</Private>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</Reference>
|
2015-11-01 05:19:32 +08:00
|
|
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<HintPath>..\packages\NLog.4.2.0\lib\net45\NLog.dll</HintPath>
|
2015-11-01 05:19:32 +08:00
|
|
|
|
<Private>True</Private>
|
2015-01-20 22:33:45 +08:00
|
|
|
|
</Reference>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2015-11-08 01:32:58 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
2014-02-06 22:22:02 +08:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-11-28 18:47:42 +08:00
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2015-11-08 01:32:58 +08:00
|
|
|
|
<Compile Include="Exception\ExceptionFormatter.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxException.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxFatalException.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxHttpException.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxI18nException.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxJsonRPCException.cs" />
|
|
|
|
|
<Compile Include="Exception\WoxPluginException.cs" />
|
2015-01-08 22:49:42 +08:00
|
|
|
|
<Compile Include="Hotkey\InterceptKeys.cs" />
|
|
|
|
|
<Compile Include="Hotkey\KeyEvent.cs" />
|
2014-09-19 16:57:48 +08:00
|
|
|
|
<Compile Include="Logger\Log.cs" />
|
2015-11-05 05:49:36 +08:00
|
|
|
|
<Compile Include="Stopwatch.cs" />
|
2014-12-15 22:58:49 +08:00
|
|
|
|
<Compile Include="Storage\BinaryStorage.cs" />
|
|
|
|
|
<Compile Include="Storage\IStorage.cs" />
|
2015-01-01 23:07:14 +08:00
|
|
|
|
<Compile Include="Storage\JsonStorage.cs" />
|
2015-02-07 16:53:33 +08:00
|
|
|
|
<Compile Include="StringMatcher.cs" />
|
2014-03-29 23:29:07 +08:00
|
|
|
|
<Compile Include="Unidecoder.Characters.cs" />
|
2014-12-21 22:03:03 +08:00
|
|
|
|
<Compile Include="Http\HttpRequest.cs" />
|
2014-03-23 16:17:41 +08:00
|
|
|
|
<Compile Include="Storage\BaseStorage.cs" />
|
2014-02-09 00:33:10 +08:00
|
|
|
|
<Compile Include="FuzzyMatcher.cs" />
|
2014-12-21 22:03:03 +08:00
|
|
|
|
<Compile Include="Hotkey\GlobalHotkey.cs" />
|
|
|
|
|
<Compile Include="Hotkey\HotkeyModel.cs" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-03-29 23:29:07 +08:00
|
|
|
|
<Compile Include="Unidecoder.cs" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
|
|
|
|
|
<Project>{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project>
|
|
|
|
|
<Name>Wox.Plugin</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<ItemGroup>
|
2015-01-20 22:33:45 +08:00
|
|
|
|
<Content Include="NLog.config">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-11-07 11:03:54 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-11-01 05:19:32 +08:00
|
|
|
|
<None Include="NLog.xsd">
|
2015-01-20 22:33:45 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2014-01-29 22:44:57 +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>
|
|
|
|
|
-->
|
2015-11-01 05:19:32 +08:00
|
|
|
|
</Project>
|