1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{86BE9D87-3289-4D7F-BC9D-EC19418A1E2A}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Wox.Plugin.AxLauncher</RootNamespace >
12+ <AssemblyName >Wox.Plugin.AxLauncher</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <Prefer32Bit >false</Prefer32Bit >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <Prefer32Bit >false</Prefer32Bit >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" PresentationCore" />
42+ <Reference Include =" PresentationFramework" />
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Drawing" />
46+ <Reference Include =" System.Windows.Forms" />
47+ <Reference Include =" System.Xml.Linq" />
48+ <Reference Include =" System.Data.DataSetExtensions" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Xml" />
51+ <Reference Include =" WindowsBase" />
52+ <Reference Include =" Wox.Plugin" >
53+ <HintPath >packages\Wox.Plugin.1.1.1.382\lib\net35\Wox.Plugin.dll</HintPath >
54+ </Reference >
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" AxLauncher.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ <Compile Include =" Setting.xaml.cs" >
60+ <DependentUpon >Setting.xaml</DependentUpon >
61+ </Compile >
62+ <Compile Include =" Settings.cs" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <None Include =" packages.config" />
66+ <None Include =" plugin.json" >
67+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
68+ </None >
69+ </ItemGroup >
70+ <ItemGroup >
71+ <Content Include =" Images\app.png" >
72+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
73+ </Content >
74+ </ItemGroup >
75+ <ItemGroup >
76+ <Page Include =" Setting.xaml" >
77+ <SubType >Designer</SubType >
78+ <Generator >MSBuild:Compile</Generator >
79+ </Page >
80+ </ItemGroup >
81+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >
0 commit comments