ContextMenuManager.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EF7E60E9-3565-42BA-AFB3-7FE73A1B011C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ContextMenuManager</RootNamespace>
  10. <AssemblyName>ContextMenuManager</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  43. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationIcon>Properties\AppIcon.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <TargetZone>LocalIntranet</TargetZone>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <GenerateManifests>false</GenerateManifests>
  63. </PropertyGroup>
  64. <PropertyGroup />
  65. <PropertyGroup>
  66. <SignManifests>false</SignManifests>
  67. </PropertyGroup>
  68. <PropertyGroup />
  69. <PropertyGroup />
  70. <PropertyGroup />
  71. <PropertyGroup />
  72. <PropertyGroup />
  73. <PropertyGroup />
  74. <PropertyGroup />
  75. <PropertyGroup />
  76. <PropertyGroup />
  77. <PropertyGroup>
  78. <Win32Resource>
  79. </Win32Resource>
  80. </PropertyGroup>
  81. <PropertyGroup />
  82. <PropertyGroup />
  83. <PropertyGroup />
  84. <PropertyGroup />
  85. <PropertyGroup />
  86. <PropertyGroup>
  87. <StartupObject>ContextMenuManager.Program</StartupObject>
  88. </PropertyGroup>
  89. <PropertyGroup />
  90. <PropertyGroup />
  91. <PropertyGroup />
  92. <PropertyGroup />
  93. <PropertyGroup />
  94. <PropertyGroup />
  95. <PropertyGroup />
  96. <PropertyGroup>
  97. <ApplicationManifest>Properties\App.manifest</ApplicationManifest>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="PresentationFramework" />
  102. <Reference Include="System" />
  103. <Reference Include="System.Core" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Data.DataSetExtensions" />
  106. <Reference Include="System.Deployment" />
  107. <Reference Include="System.Drawing" />
  108. <Reference Include="System.Windows.Forms" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="System.Xml.Linq" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="BulePointLilac.Controls\MyToolTip.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="BulePointLilac.Controls\ResizbleForm.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="BulePointLilac.Controls\MyToolBar.cs">
  120. <SubType>Component</SubType>
  121. </Compile>
  122. <Compile Include="BulePointLilac.Methods\IniFileHelper.cs" />
  123. <Compile Include="BulePointLilac.Methods\IniReader.cs" />
  124. <Compile Include="BulePointLilac.Methods\MessageBoxEx.cs" />
  125. <Compile Include="BulePointLilac.Methods\RichTextBoxExtension.cs" />
  126. <Compile Include="Controls\AddCommonButton.cs">
  127. <SubType>Component</SubType>
  128. </Compile>
  129. <Compile Include="Controls\SelectItemsForm.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Controls\Interfaces\IBtnMoveUpDownItem.cs">
  133. <SubType>Component</SubType>
  134. </Compile>
  135. <Compile Include="Controls\SpecialItems\SkypeShareItem.cs">
  136. <SubType>Component</SubType>
  137. </Compile>
  138. <Compile Include="Controls\SubMenuModeForm.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="Controls\ShellStoreDialog.cs">
  142. <SubType>Component</SubType>
  143. </Compile>
  144. <Compile Include="Controls\Interfaces\IFoldGroupItem.cs">
  145. <SubType>Component</SubType>
  146. </Compile>
  147. <Compile Include="Controls\Interfaces\IBtnOpenPathItem.cs">
  148. <SubType>Component</SubType>
  149. </Compile>
  150. <Compile Include="Controls\Interfaces\IBtnDeleteItem.cs">
  151. <SubType>Component</SubType>
  152. </Compile>
  153. <Compile Include="Controls\Interfaces\ITsiDeleteItem.cs">
  154. <SubType>Component</SubType>
  155. </Compile>
  156. <Compile Include="Controls\Interfaces\ITsiCommandItem.cs">
  157. <SubType>Component</SubType>
  158. </Compile>
  159. <Compile Include="Controls\Interfaces\ITsiFilePathItem.cs">
  160. <SubType>Component</SubType>
  161. </Compile>
  162. <Compile Include="Controls\Interfaces\ITsiIconItem.cs">
  163. <SubType>Component</SubType>
  164. </Compile>
  165. <Compile Include="Controls\Interfaces\ITsiTextItem.cs">
  166. <SubType>Component</SubType>
  167. </Compile>
  168. <Compile Include="Controls\Interfaces\ITsiRegPathItem.cs">
  169. <SubType>Component</SubType>
  170. </Compile>
  171. <Compile Include="Controls\Interfaces\IBtnShowMenuItem.cs">
  172. <SubType>Component</SubType>
  173. </Compile>
  174. <Compile Include="Controls\Interfaces\IChkVisibleItem.cs">
  175. <SubType>Component</SubType>
  176. </Compile>
  177. <Compile Include="Controls\Interfaces\ITsiWebSearchItem.cs">
  178. <SubType>Component</SubType>
  179. </Compile>
  180. <Compile Include="Controls\NewItem.cs">
  181. <SubType>Component</SubType>
  182. </Compile>
  183. <Compile Include="Controls\NewItemForm.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="Controls\ShellCommonDialog.cs">
  187. <SubType>Component</SubType>
  188. </Compile>
  189. <Compile Include="Controls\AboutApp.cs">
  190. <SubType>Component</SubType>
  191. </Compile>
  192. <Compile Include="Controls\FileExtensionDialog.cs">
  193. <SubType>Component</SubType>
  194. </Compile>
  195. <Compile Include="Controls\GuidBlockedItem.cs">
  196. <SubType>Component</SubType>
  197. </Compile>
  198. <Compile Include="Controls\GuidBlockedList.cs">
  199. <SubType>Component</SubType>
  200. </Compile>
  201. <Compile Include="Controls\NewOpenWithDialog.cs">
  202. <SubType>Component</SubType>
  203. </Compile>
  204. <Compile Include="Controls\NewSendToDialog.cs">
  205. <SubType>Component</SubType>
  206. </Compile>
  207. <Compile Include="Controls\NewShellDialog.cs">
  208. <SubType>Component</SubType>
  209. </Compile>
  210. <Compile Include="Controls\OpenWithList.cs">
  211. <SubType>Component</SubType>
  212. </Compile>
  213. <Compile Include="Controls\RegRuleItem.cs">
  214. <SubType>Component</SubType>
  215. </Compile>
  216. <Compile Include="Controls\OpenWithItem.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="Controls\ExplorerRestarter.cs">
  220. <SubType>Component</SubType>
  221. </Compile>
  222. <Compile Include="Controls\SendToItem.cs">
  223. <SubType>Component</SubType>
  224. </Compile>
  225. <Compile Include="Controls\SendToList.cs">
  226. <SubType>Component</SubType>
  227. </Compile>
  228. <Compile Include="Controls\ShellList.cs">
  229. <SubType>Component</SubType>
  230. </Compile>
  231. <Compile Include="Controls\ShellNewItem.cs">
  232. <SubType>Component</SubType>
  233. </Compile>
  234. <Compile Include="Controls\ShellNewList.cs">
  235. <SubType>Component</SubType>
  236. </Compile>
  237. <Compile Include="Controls\ThirdRulesList.cs">
  238. <SubType>Component</SubType>
  239. </Compile>
  240. <Compile Include="Controls\WinXItem.cs">
  241. <SubType>Component</SubType>
  242. </Compile>
  243. <Compile Include="Controls\WinXList.cs">
  244. <SubType>Component</SubType>
  245. </Compile>
  246. <Compile Include="MainForm.cs">
  247. <SubType>Form</SubType>
  248. </Compile>
  249. <Compile Include="BulePointLilac.Controls\IconDialog.cs">
  250. <SubType>Component</SubType>
  251. </Compile>
  252. <Compile Include="BulePointLilac.Controls\InputDialog.cs">
  253. <SubType>Component</SubType>
  254. </Compile>
  255. <Compile Include="BulePointLilac.Controls\MyCheckBox.cs">
  256. <SubType>Component</SubType>
  257. </Compile>
  258. <Compile Include="BulePointLilac.Controls\MyListBox.cs">
  259. <SubType>Component</SubType>
  260. </Compile>
  261. <Compile Include="BulePointLilac.Controls\MyMainForm.cs">
  262. <SubType>Form</SubType>
  263. </Compile>
  264. <Compile Include="BulePointLilac.Controls\MySideBar.cs">
  265. <SubType>Component</SubType>
  266. </Compile>
  267. <Compile Include="BulePointLilac.Controls\MyStatusBar.cs">
  268. <SubType>Component</SubType>
  269. </Compile>
  270. <Compile Include="Controls\ShellSubMenuDialog.cs">
  271. <SubType>Component</SubType>
  272. </Compile>
  273. <Compile Include="BulePointLilac.Controls\PictureButton.cs">
  274. <SubType>Component</SubType>
  275. </Compile>
  276. <Compile Include="Controls\ShellExItem.cs">
  277. <SubType>Component</SubType>
  278. </Compile>
  279. <Compile Include="Controls\ShellItem.cs">
  280. <SubType>Component</SubType>
  281. </Compile>
  282. <Compile Include="BulePointLilac.Methods\ControlExtension.cs" />
  283. <Compile Include="BulePointLilac.Methods\HighDpi.cs" />
  284. <Compile Include="BulePointLilac.Methods\RegistryEx.cs" />
  285. <Compile Include="BulePointLilac.Methods\PropertiesDialog.cs" />
  286. <Compile Include="BulePointLilac.Methods\RegTrustedInstaller.cs" />
  287. <Compile Include="AppString.cs" />
  288. <Compile Include="AppImage.cs" />
  289. <Compile Include="BulePointLilac.Methods\EncodingType.cs" />
  290. <Compile Include="GuidInfo.cs" />
  291. <Compile Include="BulePointLilac.Methods\ImageExtension.cs" />
  292. <Compile Include="BulePointLilac.Methods\ResourceIcon.cs" />
  293. <Compile Include="BulePointLilac.Methods\ResourceString.cs" />
  294. <Compile Include="BulePointLilac.Methods\ObjectPath.cs" />
  295. <Compile Include="Program.cs" />
  296. <Compile Include="Updater.cs" />
  297. <None Include="App.config" />
  298. <None Include="Properties\App.manifest" />
  299. <None Include="Properties\Resources\Texts\AppLanguageDic.ini" />
  300. <None Include="Properties\Resources\Texts\GuidInfosDic.ini" />
  301. <None Include="Properties\Settings.settings">
  302. <Generator>SettingsSingleFileGenerator</Generator>
  303. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  304. </None>
  305. <Compile Include="Properties\AssemblyInfo.cs" />
  306. <Compile Include="Properties\Resources.Designer.cs">
  307. <AutoGen>True</AutoGen>
  308. <DesignTime>True</DesignTime>
  309. <DependentUpon>Resources.resx</DependentUpon>
  310. </Compile>
  311. <Compile Include="Properties\Settings.Designer.cs">
  312. <AutoGen>True</AutoGen>
  313. <DependentUpon>Settings.settings</DependentUpon>
  314. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  315. </Compile>
  316. </ItemGroup>
  317. <ItemGroup>
  318. <BootstrapperPackage Include=".NETFramework,Version=v4.6">
  319. <Visible>False</Visible>
  320. <ProductName>Microsoft .NET Framework 4.6 %28x86 和 x64%29</ProductName>
  321. <Install>true</Install>
  322. </BootstrapperPackage>
  323. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  324. <Visible>False</Visible>
  325. <ProductName>.NET Framework 3.5 SP1</ProductName>
  326. <Install>false</Install>
  327. </BootstrapperPackage>
  328. </ItemGroup>
  329. <ItemGroup>
  330. <COMReference Include="IWshRuntimeLibrary">
  331. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  332. <VersionMajor>1</VersionMajor>
  333. <VersionMinor>0</VersionMinor>
  334. <Lcid>0</Lcid>
  335. <WrapperTool>tlbimp</WrapperTool>
  336. <Isolated>False</Isolated>
  337. <EmbedInteropTypes>True</EmbedInteropTypes>
  338. </COMReference>
  339. </ItemGroup>
  340. <ItemGroup>
  341. <Content Include="Properties\AppIcon.ico" />
  342. <Content Include="Properties\Resources\Texts\ShellCommonDic.xml" />
  343. <Content Include="Properties\Resources\Images\About.png" />
  344. <Content Include="Properties\Resources\Images\Add.png" />
  345. <Content Include="Properties\Resources\Images\AddCommon.png" />
  346. <Content Include="Properties\Resources\Images\AddExisting.png" />
  347. <Content Include="Properties\Resources\Images\AddSeparator.png" />
  348. <Content Include="Properties\Resources\Images\CustomType.png" />
  349. <Content Include="Properties\Resources\Images\Delete.png" />
  350. <Content Include="Properties\Resources\Images\Home.png" />
  351. <Content Include="Properties\Resources\Images\MicrosoftStore.png" />
  352. <Content Include="Properties\Resources\Images\NewItem.png" />
  353. <Content Include="Properties\Resources\Images\Open.png" />
  354. <Content Include="Properties\Resources\Images\SeparatorItem.png" />
  355. <Content Include="Properties\Resources\Images\Setting.png" />
  356. <Content Include="Properties\Resources\Images\Star.png" />
  357. <Content Include="Properties\Resources\Images\SubItems.png" />
  358. <Content Include="Properties\Resources\Images\TurnOff.png" />
  359. <Content Include="Properties\Resources\Images\TurnOn.png" />
  360. <Content Include="Properties\Resources\Images\Type.png" />
  361. <Content Include="Properties\Resources\Images\Types.png" />
  362. <Content Include="Properties\Resources\Images\Up.png" />
  363. <Content Include="Properties\Resources\Images\Donate.png" />
  364. <Content Include="Properties\Resources\Texts\ThirdRulesDic.xml" />
  365. </ItemGroup>
  366. <ItemGroup>
  367. <EmbeddedResource Include="Properties\Resources.resx">
  368. <Generator>ResXFileCodeGenerator</Generator>
  369. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  370. </EmbeddedResource>
  371. </ItemGroup>
  372. <ItemGroup />
  373. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  374. <PropertyGroup>
  375. <PreBuildEvent>
  376. </PreBuildEvent>
  377. </PropertyGroup>
  378. <PropertyGroup>
  379. <PostBuildEvent>Xcopy $(ProjectDir)\Properties\Resources\Texts\AppLanguageDic.ini $(SolutionDir)\languages\zh-CN.ini /y</PostBuildEvent>
  380. </PropertyGroup>
  381. </Project>