ClashDotNetFramework.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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>{9098B9A2-D375-4D83-9CA1-A49EC1E56801}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ClashDotNetFramework</RootNamespace>
  10. <AssemblyName>ClashDotNetFramework</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <LangVersion>8.0</LangVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ApplicationManifest>App.manifest</ApplicationManifest>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  18. <Deterministic>true</Deterministic>
  19. <NuGetPackageImportStamp>
  20. </NuGetPackageImportStamp>
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <ApplicationIcon>AppLogo.ico</ApplicationIcon>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <TargetZone>LocalIntranet</TargetZone>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <GenerateManifests>false</GenerateManifests>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="Clash-SDK, Version=1.1.10.0, Culture=neutral, processorArchitecture=MSIL">
  69. <HintPath>..\packages\CoelWu.Clash.SDK.1.1.10\lib\netstandard2.0\Clash-SDK.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Emoji.Wpf, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Emoji.Wpf.0.3.0\lib\net40\Emoji.Wpf.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Garbage-Collector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <HintPath>..\packages\CoelWu.Garbage.Collector.1.0.0\lib\netstandard2.0\Garbage-Collector.dll</HintPath>
  76. </Reference>
  77. <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  78. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  79. </Reference>
  80. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  81. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SingleInstance, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  90. <HintPath>..\packages\HMBSbige.SingleInstance.1.1.0\lib\netstandard2.0\SingleInstance.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System" />
  93. <Reference Include="System.ComponentModel.DataAnnotations" />
  94. <Reference Include="System.Configuration" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Reactive, Version=4.4.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  98. <HintPath>..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Reactive.Windows.Threading, Version=3.0.3000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Reactive.Windows.Threading.4.4.1\lib\net46\System.Reactive.Windows.Threading.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  107. <HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.ServiceProcess" />
  113. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  114. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  117. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Web" />
  120. <Reference Include="System.Web.Extensions" />
  121. <Reference Include="System.Windows" />
  122. <Reference Include="System.Windows.Forms" />
  123. <Reference Include="System.Xml" />
  124. <Reference Include="Microsoft.CSharp" />
  125. <Reference Include="System.Core" />
  126. <Reference Include="System.Xml.Linq" />
  127. <Reference Include="System.Data.DataSetExtensions" />
  128. <Reference Include="System.Net.Http" />
  129. <Reference Include="System.Xaml">
  130. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  131. </Reference>
  132. <Reference Include="ToggleSwitch, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  133. <HintPath>..\packages\ToggleSwitch.1.2.0\lib\net46\ToggleSwitch.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Typography.GlyphLayout, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  136. <HintPath>..\packages\Emoji.Wpf.0.3.0\lib\net40\Typography.GlyphLayout.dll</HintPath>
  137. </Reference>
  138. <Reference Include="Typography.OpenFont, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  139. <HintPath>..\packages\Emoji.Wpf.0.3.0\lib\net40\Typography.OpenFont.dll</HintPath>
  140. </Reference>
  141. <Reference Include="URIScheme, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  142. <HintPath>..\packages\URIScheme.5.0.0\lib\netstandard2.0\URIScheme.dll</HintPath>
  143. </Reference>
  144. <Reference Include="VirtualizingWrapPanel, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
  145. <HintPath>..\packages\VirtualizingWrapPanel.1.5.3\lib\net45\VirtualizingWrapPanel.dll</HintPath>
  146. </Reference>
  147. <Reference Include="WatermarkControlsLib, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  148. <HintPath>..\packages\Dirkster.WatermarkControlsLib.1.1.0\lib\net40\WatermarkControlsLib.dll</HintPath>
  149. </Reference>
  150. <Reference Include="websocket-sharp, Version=1.0.1.0, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
  151. <HintPath>..\packages\WebSocketSharp-netstandard.1.0.1\lib\net45\websocket-sharp.dll</HintPath>
  152. </Reference>
  153. <Reference Include="WindowsBase" />
  154. <Reference Include="PresentationCore" />
  155. <Reference Include="PresentationFramework" />
  156. <Reference Include="WindowsFirewallHelper, Version=2.0.4.70, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL">
  157. <HintPath>..\packages\WindowsFirewallHelper.2.0.4.70-beta2\lib\net40\WindowsFirewallHelper.dll</HintPath>
  158. </Reference>
  159. <Reference Include="WindowsProxy, Version=5.0.3.0, Culture=neutral, processorArchitecture=MSIL">
  160. <HintPath>..\packages\WindowsProxy.5.0.3\lib\netstandard2.0\WindowsProxy.dll</HintPath>
  161. </Reference>
  162. <Reference Include="YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
  163. <HintPath>..\packages\YamlDotNet.9.1.4\lib\net45\YamlDotNet.dll</HintPath>
  164. </Reference>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <ApplicationDefinition Include="App.xaml">
  168. <Generator>MSBuild:Compile</Generator>
  169. <SubType>Designer</SubType>
  170. </ApplicationDefinition>
  171. <Compile Include="Controllers\FireWallController.cs" />
  172. <Compile Include="Controllers\NotifyIconController.cs" />
  173. <Compile Include="Controllers\PcapController.cs" />
  174. <Compile Include="Dialogs\ConnectionInfoDialog.xaml.cs">
  175. <DependentUpon>ConnectionInfoDialog.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Dialogs\DuplicateProfileDialog.xaml.cs">
  178. <DependentUpon>DuplicateProfileDialog.xaml</DependentUpon>
  179. </Compile>
  180. <Compile Include="Dialogs\ProfileSettingsDialog.xaml.cs">
  181. <DependentUpon>ProfileSettingsDialog.xaml</DependentUpon>
  182. </Compile>
  183. <Compile Include="Models\Controls\DropShadowTextBlock.cs" />
  184. <Compile Include="Models\Converters\BoolToVisibilityConverter.cs" />
  185. <Compile Include="Models\Converters\CornerRadiusValueConverter.cs" />
  186. <Compile Include="Models\Converters\GroupNameToExpandedConverter.cs" />
  187. <Compile Include="Models\Converters\LatencyToColorConverter.cs" />
  188. <Compile Include="Models\Converters\LatencyToTextConverter.cs" />
  189. <Compile Include="Models\Converters\ScalarValueConverter.cs" />
  190. <Compile Include="Models\Converters\StatusToColorConverter.cs" />
  191. <Compile Include="Models\Enums\LanguageType.cs" />
  192. <Compile Include="Models\Enums\ThemeType.cs" />
  193. <Compile Include="Models\GitHubRelease\Asset.cs" />
  194. <Compile Include="Models\GitHubRelease\GitHubRelease.cs" />
  195. <Compile Include="Models\GitHubRelease\GitHubUser.cs" />
  196. <Compile Include="Models\GitHubRelease\Release.cs" />
  197. <Compile Include="Models\GitHubRelease\SuffixVersion.cs" />
  198. <Compile Include="Models\GitHubRelease\VersionComparer.cs" />
  199. <Compile Include="Models\GitHubRelease\VersionUtil.cs" />
  200. <Compile Include="Models\LanguageResourceDictionary.cs" />
  201. <Compile Include="Models\Share\AirportData.cs" />
  202. <Compile Include="Models\Converters\DateTimeToStringConverter.cs" />
  203. <Compile Include="Models\Converters\GroupCountToStringConverter.cs" />
  204. <Compile Include="Models\Converters\LevelToColorConverter.cs" />
  205. <Compile Include="Models\Converters\ProfileTypeToStringConverter.cs" />
  206. <Compile Include="Models\Converters\ProxyCountToStringConverter.cs" />
  207. <Compile Include="Models\Converters\RuleCountToStringConverter.cs" />
  208. <Compile Include="Models\Converters\StringToVisibilityConverter.cs" />
  209. <Compile Include="Models\Enums\LogLevel.cs" />
  210. <Compile Include="Models\Enums\ProfileType.cs" />
  211. <Compile Include="Models\Enums\State.cs" />
  212. <Compile Include="Models\Items\ConnectionItem.cs" />
  213. <Compile Include="Models\Items\LogItem.cs" />
  214. <Compile Include="Models\Items\ProfileItem.cs" />
  215. <Compile Include="Models\Items\ProxyItem.cs" />
  216. <Compile Include="Models\Responses\AdvertisementResponse.cs" />
  217. <Compile Include="Models\Structs\Range.cs" />
  218. <Compile Include="Models\ThemeResourceDictionary.cs" />
  219. <Compile Include="Pages\OverviewPage.xaml.cs">
  220. <DependentUpon>OverviewPage.xaml</DependentUpon>
  221. </Compile>
  222. <Compile Include="Pages\ProfilesPage.xaml.cs">
  223. <DependentUpon>ProfilesPage.xaml</DependentUpon>
  224. </Compile>
  225. <Compile Include="Pages\ProxiesPage.xaml.cs">
  226. <DependentUpon>ProxiesPage.xaml</DependentUpon>
  227. </Compile>
  228. <Compile Include="Pages\RulesPage.xaml.cs">
  229. <DependentUpon>RulesPage.xaml</DependentUpon>
  230. </Compile>
  231. <Compile Include="Pages\SettingsPage.xaml.cs">
  232. <DependentUpon>SettingsPage.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Utils\ColorUtil.cs" />
  235. <Compile Include="Utils\ConfigHelper.cs" />
  236. <Compile Include="Utils\Configuration.cs" />
  237. <Compile Include="Utils\Logging.cs" />
  238. <Compile Include="Utils\PageCollection.cs" />
  239. <Compile Include="Utils\PortHelper.cs" />
  240. <Compile Include="Utils\ProfileHelper.cs" />
  241. <Compile Include="Utils\SystemHelper.cs" />
  242. <Compile Include="Utils\TimeConverter.cs" />
  243. <Compile Include="Utils\UnitConverter.cs" />
  244. <Compile Include="Utils\URIHelper.cs" />
  245. <Compile Include="Utils\URISchemeHelper.cs" />
  246. <Compile Include="Utils\Utils.cs" />
  247. <Compile Include="Utils\WebUtil.cs" />
  248. <Page Include="Assets\Icons.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Resource Include="Assets\Normal.ico" />
  253. <Resource Include="Assets\Proxy.ico" />
  254. <Page Include="Dialogs\ConnectionInfoDialog.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="Languages\en-US.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Languages\zh-CN.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>MSBuild:Compile</Generator>
  265. </Page>
  266. <Page Include="Dialogs\DuplicateProfileDialog.xaml">
  267. <SubType>Designer</SubType>
  268. <Generator>MSBuild:Compile</Generator>
  269. </Page>
  270. <Page Include="Dialogs\ProfileSettingsDialog.xaml">
  271. <SubType>Designer</SubType>
  272. <Generator>MSBuild:Compile</Generator>
  273. </Page>
  274. <Page Include="Languages\ja-JP.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="MainWindow.xaml">
  279. <Generator>MSBuild:Compile</Generator>
  280. <SubType>Designer</SubType>
  281. </Page>
  282. <Compile Include="App.xaml.cs">
  283. <DependentUpon>App.xaml</DependentUpon>
  284. <SubType>Code</SubType>
  285. </Compile>
  286. <Compile Include="Controllers\ClashController.cs" />
  287. <Compile Include="Controllers\Guard.cs" />
  288. <Compile Include="Controllers\NFController.cs" />
  289. <Compile Include="Controllers\UpdateChecker.cs" />
  290. <Compile Include="Global.cs" />
  291. <Compile Include="MainWindow.xaml.cs">
  292. <DependentUpon>MainWindow.xaml</DependentUpon>
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Page Include="Pages\ConnectionsPage.xaml">
  296. <SubType>Designer</SubType>
  297. <Generator>MSBuild:Compile</Generator>
  298. </Page>
  299. <Page Include="Pages\LogsPage.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="Pages\OverviewPage.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="Pages\ProfilesPage.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Pages\ProxiesPage.xaml">
  312. <SubType>Designer</SubType>
  313. <Generator>MSBuild:Compile</Generator>
  314. </Page>
  315. <Page Include="Pages\RulesPage.xaml">
  316. <SubType>Designer</SubType>
  317. <Generator>MSBuild:Compile</Generator>
  318. </Page>
  319. <Page Include="Pages\SettingsPage.xaml">
  320. <SubType>Designer</SubType>
  321. <Generator>MSBuild:Compile</Generator>
  322. </Page>
  323. <Page Include="Pages\SupportPage.xaml">
  324. <SubType>Designer</SubType>
  325. <Generator>MSBuild:Compile</Generator>
  326. </Page>
  327. <Page Include="Templates\ContextMenuStyles.xaml">
  328. <SubType>Designer</SubType>
  329. <Generator>MSBuild:Compile</Generator>
  330. </Page>
  331. <Page Include="Templates\ToggleSwitchStyles.xaml">
  332. <SubType>Designer</SubType>
  333. <Generator>MSBuild:Compile</Generator>
  334. </Page>
  335. <Page Include="Themes\Classic.xaml">
  336. <SubType>Designer</SubType>
  337. <Generator>MSBuild:Compile</Generator>
  338. </Page>
  339. <Page Include="Themes\Dark.xaml">
  340. <SubType>Designer</SubType>
  341. <Generator>MSBuild:Compile</Generator>
  342. </Page>
  343. <Page Include="Themes\Modern.xaml">
  344. <SubType>Designer</SubType>
  345. <Generator>MSBuild:Compile</Generator>
  346. </Page>
  347. </ItemGroup>
  348. <ItemGroup>
  349. <Compile Include="Models\Setting.cs" />
  350. <Compile Include="Pages\ConnectionsPage.xaml.cs">
  351. <DependentUpon>ConnectionsPage.xaml</DependentUpon>
  352. </Compile>
  353. <Compile Include="Pages\LogsPage.xaml.cs">
  354. <DependentUpon>LogsPage.xaml</DependentUpon>
  355. </Compile>
  356. <Compile Include="Pages\SupportPage.xaml.cs">
  357. <DependentUpon>SupportPage.xaml</DependentUpon>
  358. </Compile>
  359. <Compile Include="Properties\AssemblyInfo.cs">
  360. <SubType>Code</SubType>
  361. </Compile>
  362. <Compile Include="Properties\Resources.Designer.cs">
  363. <AutoGen>True</AutoGen>
  364. <DesignTime>True</DesignTime>
  365. <DependentUpon>Resources.resx</DependentUpon>
  366. </Compile>
  367. <Compile Include="Properties\Settings.Designer.cs">
  368. <AutoGen>True</AutoGen>
  369. <DependentUpon>Settings.settings</DependentUpon>
  370. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  371. </Compile>
  372. <EmbeddedResource Include="Properties\Resources.resx">
  373. <Generator>ResXFileCodeGenerator</Generator>
  374. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  375. </EmbeddedResource>
  376. <None Include="app.manifest" />
  377. <None Include="packages.config" />
  378. <None Include="PostBuild.bat" />
  379. <None Include="Properties\Settings.settings">
  380. <Generator>SettingsSingleFileGenerator</Generator>
  381. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  382. </None>
  383. </ItemGroup>
  384. <ItemGroup>
  385. <None Include="App.config" />
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Resource Include="Assets\AppLogo.png" />
  389. </ItemGroup>
  390. <ItemGroup>
  391. <Resource Include="Assets\AppLogo.ico" />
  392. </ItemGroup>
  393. <ItemGroup>
  394. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  395. <Visible>False</Visible>
  396. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  397. <Install>true</Install>
  398. </BootstrapperPackage>
  399. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  400. <Visible>False</Visible>
  401. <ProductName>.NET Framework 3.5 SP1</ProductName>
  402. <Install>false</Install>
  403. </BootstrapperPackage>
  404. </ItemGroup>
  405. <ItemGroup>
  406. <Resource Include="AppLogo.ico" />
  407. </ItemGroup>
  408. <ItemGroup>
  409. <Resource Include="Assets\ClassicLogo.png" />
  410. <Resource Include="Assets\DarkLogo.png" />
  411. <Resource Include="Assets\ModernLogo.png" />
  412. </ItemGroup>
  413. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  414. <PropertyGroup>
  415. <PostBuildEvent>set TargetDir=$(TargetDir)
  416. set SolutionDir=$(SolutionDir)
  417. $(ProjectDir)PostBuild.bat</PostBuildEvent>
  418. </PropertyGroup>
  419. </Project>