2014-01-03 18:16:05 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.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>{69CE0206-CB41-453D-88AF-DF86092EF9B8}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2014-03-29 15:52:57 +08:00
|
|
|
|
<RootNamespace>Wox.Plugin.SystemPlugins</RootNamespace>
|
|
|
|
|
<AssemblyName>Wox.Plugin.SystemPlugins</AssemblyName>
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2014-01-08 23:21:37 +08:00
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2014-01-03 18:16:05 +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-03 18:16:05 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</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-03 18:16:05 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-19 03:05:43 +08:00
|
|
|
|
<Reference Include="INIFileParser">
|
|
|
|
|
<HintPath>..\packages\ini-parser.2.0.2\lib\INIFileParser.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-01-08 23:21:37 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net35\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-03-29 14:42:43 +08:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
2014-03-18 00:43:20 +08:00
|
|
|
|
<Reference Include="YAMP">
|
|
|
|
|
<HintPath>..\packages\YAMP.1.3.0\lib\net35\YAMP.dll</HintPath>
|
|
|
|
|
</Reference>
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2014-01-28 21:25:13 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2014-01-03 23:52:36 +08:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-23 16:17:41 +08:00
|
|
|
|
<Compile Include="CMD\CMDStorage.cs" />
|
2014-06-04 18:15:38 +08:00
|
|
|
|
<Compile Include="ColorsPlugin.cs" />
|
2014-06-30 21:31:13 +08:00
|
|
|
|
<Compile Include="Folder\FolderPluginSettings.xaml.cs">
|
|
|
|
|
<DependentUpon>FolderPluginSettings.xaml</DependentUpon>
|
2014-03-31 07:03:07 +08:00
|
|
|
|
</Compile>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="Program\ProgramSetting.xaml.cs">
|
2014-03-29 14:42:43 +08:00
|
|
|
|
<DependentUpon>ProgramSetting.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="Program\ProgramSourceSetting.xaml.cs">
|
2014-03-29 14:42:43 +08:00
|
|
|
|
<DependentUpon>ProgramSourceSetting.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="Program\ProgramSources\AppPathsProgramSource.cs" />
|
|
|
|
|
<Compile Include="Program\ProgramSources\CommonStartMenuProgramSource.cs" />
|
|
|
|
|
<Compile Include="Program\ProgramSources\PortableAppsProgramSource.cs" />
|
|
|
|
|
<Compile Include="Program\IProgramSource.cs" />
|
2014-01-15 22:45:02 +08:00
|
|
|
|
<Compile Include="BaseSystemPlugin.cs" />
|
2014-03-18 00:43:20 +08:00
|
|
|
|
<Compile Include="Calculator.cs" />
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="Program\ProgramSources\FileSystemProgramSource.cs" />
|
|
|
|
|
<Compile Include="Program\ProgramSources\UserStartMenuProgramSource.cs" />
|
2014-05-24 16:29:56 +08:00
|
|
|
|
<Compile Include="UrlPlugin.cs" />
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="WebSearch\WebSearchesSetting.xaml.cs">
|
2014-03-29 16:13:36 +08:00
|
|
|
|
<DependentUpon>WebSearchesSetting.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="WebSearch\WebSearchPlugin.cs" />
|
2014-03-23 16:17:41 +08:00
|
|
|
|
<Compile Include="CMD\CMD.cs" />
|
2014-06-30 21:31:13 +08:00
|
|
|
|
<Compile Include="Folder\FolderPlugin.cs" />
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Compile Include="ISystemPlugin.cs" />
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="Program\Programs.cs" />
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2014-01-03 23:52:36 +08:00
|
|
|
|
<Compile Include="Sys.cs" />
|
|
|
|
|
<Compile Include="ThirdpartyPluginIndicator.cs" />
|
2014-03-27 16:56:50 +08:00
|
|
|
|
<Compile Include="SuggestionSources\Google.cs" />
|
|
|
|
|
<Compile Include="SuggestionSources\ISuggestionSource.cs" />
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Compile Include="WebSearch\WebSearchSetting.xaml.cs">
|
2014-03-29 16:13:36 +08:00
|
|
|
|
<DependentUpon>WebSearchSetting.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-03 18:16:05 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj">
|
|
|
|
|
<Project>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</Project>
|
|
|
|
|
<Name>Wox.Infrastructure</Name>
|
|
|
|
|
</ProjectReference>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Project>{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}</Project>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Name>Wox.Plugin</Name>
|
2014-01-03 18:16:05 +08:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2014-01-08 23:21:37 +08:00
|
|
|
|
<ItemGroup>
|
2014-06-30 21:31:13 +08:00
|
|
|
|
<Page Include="Folder\FolderPluginSettings.xaml">
|
2014-03-31 07:03:07 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Page Include="Program\ProgramSetting.xaml">
|
2014-03-29 14:42:43 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Page Include="Program\ProgramSourceSetting.xaml">
|
2014-03-29 14:42:43 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Page Include="WebSearch\WebSearchesSetting.xaml">
|
2014-03-29 16:13:36 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-03-30 11:16:44 +08:00
|
|
|
|
<Page Include="WebSearch\WebSearchSetting.xaml">
|
2014-03-29 16:13:36 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2014-03-29 14:42:43 +08:00
|
|
|
|
</ItemGroup>
|
2014-01-03 18:16:05 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2014-01-03 23:52:36 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2014-01-08 23:21:37 +08:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
2014-01-03 18:16:05 +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>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|