|
@@ -46,41 +46,22 @@
|
|
|
<PropertyGroup>
|
|
|
<ApplicationIcon>Taskbar.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetZone>LocalIntranet</TargetZone>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <GenerateManifests>false</GenerateManifests>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Apex.WinForms, Version=1.6.0.0, Culture=neutral, PublicKeyToken=98d06957926c086d, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\SharpShellTools.2.2.0.0\lib\Apex.WinForms.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
|
|
<HintPath>packages\CommonServiceLocator.2.0.6\lib\net45\CommonServiceLocator.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="GalaSoft.MvvmLight, Version=5.4.1.0, Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="GalaSoft.MvvmLight.Extras, Version=5.4.1.0, Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="GalaSoft.MvvmLight.Platform, Version=5.4.1.0, Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="GlobalHotKey, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="HandyControl, Version=3.1.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
|
|
|
<HintPath>packages\HandyControl.3.1.0\lib\net472\HandyControl.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
</Reference>
|
|
|
- <Reference Include="ServerManager, Version=2.2.0.0, Culture=neutral, processorArchitecture=x86">
|
|
|
- <HintPath>packages\SharpShellTools.2.2.0.0\lib\ServerManager.exe</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="SharpShell, Version=2.2.0.0, Culture=neutral, PublicKeyToken=f14dc899472fe6fb, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\SharpShellTools.2.2.0.0\lib\SharpShell.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="srm, Version=2.2.0.0, Culture=neutral, PublicKeyToken=68bd4561cc3495fc, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\SharpShellTools.2.2.0.0\lib\srm.exe</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
- </Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Data" />
|
|
@@ -89,9 +70,6 @@
|
|
|
<HintPath>packages\System.Drawing.Common.6.0.0-preview.3.21201.4\lib\net461\System.Drawing.Common.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
- <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Core" />
|
|
@@ -187,7 +165,6 @@
|
|
|
<Compile Include="Converts\MenuWidthConvert.cs" />
|
|
|
<Compile Include="Util\MouseUtil.cs" />
|
|
|
<Compile Include="Util\MouseUtilities.cs" />
|
|
|
- <Compile Include="Util\ShellContextMenu.cs" />
|
|
|
<Compile Include="Util\StringUtil.cs" />
|
|
|
<Compile Include="Util\SvgToGeometry.cs" />
|
|
|
<Compile Include="Util\SystemIcon.cs" />
|
|
@@ -297,6 +274,7 @@
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
</EmbeddedResource>
|
|
|
<Resource Include="Resource\Iconfont\iconfont.json" />
|
|
|
+ <None Include="Properties\app.manifest" />
|
|
|
<None Include="Update.json" />
|
|
|
<None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|