You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

shadowsocks-csharp.csproj 27 kB

12 years ago
12 years ago
12 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
10 years ago
8 years ago
10 years ago
12 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
10 years ago
10 years ago
12 years ago
12 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props" Condition="Exists('..\packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props')" />
  4. <Import Project="..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
  5. <Import Project="..\packages\Caseless.Fody.1.9.0\build\Caseless.Fody.props" Condition="Exists('..\packages\Caseless.Fody.1.9.0\build\Caseless.Fody.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>9.0.21022</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Shadowsocks</RootNamespace>
  15. <AssemblyName>Shadowsocks</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <StartupObject>
  19. </StartupObject>
  20. <ApplicationIcon>shadowsocks.ico</ApplicationIcon>
  21. <IsWebBootstrapper>false</IsWebBootstrapper>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <TargetFrameworkProfile>
  28. </TargetFrameworkProfile>
  29. <NuGetPackageImportStamp>
  30. </NuGetPackageImportStamp>
  31. <PublishUrl>publish\</PublishUrl>
  32. <Install>true</Install>
  33. <InstallFrom>Disk</InstallFrom>
  34. <UpdateEnabled>false</UpdateEnabled>
  35. <UpdateMode>Foreground</UpdateMode>
  36. <UpdateInterval>7</UpdateInterval>
  37. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  38. <UpdatePeriodically>false</UpdatePeriodically>
  39. <UpdateRequired>false</UpdateRequired>
  40. <MapFileExtensions>true</MapFileExtensions>
  41. <ApplicationRevision>1</ApplicationRevision>
  42. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  43. <UseApplicationTrust>false</UseApplicationTrust>
  44. <BootstrapperEnabled>true</BootstrapperEnabled>
  45. <ProjectTypeGuids>{60DC8134-EBA5-43B8-BCC9-BB4BC16C2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>bin\x86\Debug\</OutputPath>
  50. <DefineConstants>TRACE;DEBUG</DefineConstants>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. <Optimize>false</Optimize>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  59. <OutputPath>bin\x86\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <Optimize>true</Optimize>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  66. <Prefer32Bit>false</Prefer32Bit>
  67. <DebugSymbols>true</DebugSymbols>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ApplicationManifest>app.manifest</ApplicationManifest>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="Caseless, Version=1.9.0.0, Culture=neutral, PublicKeyToken=409b3227471b0f0d, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Caseless.Fody.1.9.0\lib\net452\Caseless.dll</HintPath>
  75. </Reference>
  76. <Reference Include="CommandLine, Version=2.8.0.0, Culture=neutral, PublicKeyToken=5a870481e358d379, processorArchitecture=MSIL">
  77. <HintPath>..\packages\CommandLineParser.2.8.0\lib\net461\CommandLine.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
  81. </Reference>
  82. <Reference Include="DynamicData, Version=6.17.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>..\packages\DynamicData.6.17.14\lib\net461\DynamicData.dll</HintPath>
  84. </Reference>
  85. <Reference Include="GlobalHotKey, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  86. <HintPath>..\packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Google.Protobuf, Version=3.13.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Google.Protobuf.3.13.0\lib\net45\Google.Protobuf.dll</HintPath>
  90. </Reference>
  91. <Reference Include="ICSharpCode.AvalonEdit, Version=6.0.1.278, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
  92. <HintPath>..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll</HintPath>
  93. </Reference>
  94. <Reference Include="MdXaml, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  95. <HintPath>..\packages\MdXaml.1.6.0\lib\net45\MdXaml.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Microsoft.CSharp" />
  98. <Reference Include="Microsoft.VisualBasic" />
  99. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  101. </Reference>
  102. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  103. <HintPath>..\packages\NLog.4.7.5\lib\net45\NLog.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Pharmacist.Common, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  106. <HintPath>..\packages\Pharmacist.Common.1.8.1\lib\netstandard2.0\Pharmacist.Common.dll</HintPath>
  107. </Reference>
  108. <Reference Include="PresentationCore" />
  109. <Reference Include="PresentationFramework" />
  110. <Reference Include="PresentationFramework.Aero" />
  111. <Reference Include="ReactiveUI, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  112. <HintPath>..\packages\ReactiveUI.11.5.35\lib\net461\ReactiveUI.dll</HintPath>
  113. </Reference>
  114. <Reference Include="ReactiveUI.Events.WPF, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  115. <HintPath>..\packages\ReactiveUI.Events.WPF.11.5.35\lib\net472\ReactiveUI.Events.WPF.dll</HintPath>
  116. </Reference>
  117. <Reference Include="ReactiveUI.Fody.Helpers, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  118. <HintPath>..\packages\ReactiveUI.Fody.11.5.35\lib\net461\ReactiveUI.Fody.Helpers.dll</HintPath>
  119. </Reference>
  120. <Reference Include="ReactiveUI.Validation, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
  121. <HintPath>..\packages\ReactiveUI.Validation.1.7.1\lib\net461\ReactiveUI.Validation.dll</HintPath>
  122. </Reference>
  123. <Reference Include="ReactiveUI.WPF, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  124. <HintPath>..\packages\ReactiveUI.WPF.11.5.35\lib\net472\ReactiveUI.WPF.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Splat, Version=9.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Splat.9.6.1\lib\net461\Splat.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System" />
  130. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.ComponentModel.Composition" />
  134. <Reference Include="System.Configuration" />
  135. <Reference Include="System.Data" />
  136. <Reference Include="System.Data.DataSetExtensions" />
  137. <Reference Include="System.Drawing" />
  138. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  139. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  140. <Private>True</Private>
  141. <Private>True</Private>
  142. </Reference>
  143. <Reference Include="System.IO.Compression" />
  144. <Reference Include="System.Management" />
  145. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  146. <HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  147. </Reference>
  148. <Reference Include="System.Net" />
  149. <Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  150. <HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
  151. <Private>True</Private>
  152. <Private>True</Private>
  153. </Reference>
  154. <Reference Include="System.Numerics" />
  155. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  156. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Reactive, Version=4.4.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
  159. <HintPath>..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  162. <HintPath>..\packages\System.Runtime.4.3.1\lib\net462\System.Runtime.dll</HintPath>
  163. <Private>True</Private>
  164. <Private>True</Private>
  165. </Reference>
  166. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  167. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Runtime.Serialization" />
  170. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  171. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  172. <Private>True</Private>
  173. <Private>True</Private>
  174. </Reference>
  175. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  176. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  177. <Private>True</Private>
  178. <Private>True</Private>
  179. </Reference>
  180. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  181. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  182. <Private>True</Private>
  183. <Private>True</Private>
  184. </Reference>
  185. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  186. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  187. <Private>True</Private>
  188. <Private>True</Private>
  189. </Reference>
  190. <Reference Include="System.ServiceModel" />
  191. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  192. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  193. </Reference>
  194. <Reference Include="System.Transactions" />
  195. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  196. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  197. </Reference>
  198. <Reference Include="System.Web" />
  199. <Reference Include="System.Windows" />
  200. <Reference Include="System.Windows.Forms" />
  201. <Reference Include="System.Windows.Forms.DataVisualization" />
  202. <Reference Include="System.Xaml" />
  203. <Reference Include="System.XML" />
  204. <Reference Include="UIAutomationProvider" />
  205. <Reference Include="WindowsBase" />
  206. <Reference Include="WindowsFormsIntegration" />
  207. <Reference Include="WPFLocalizeExtension, Version=3.8.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  208. <HintPath>..\packages\WPFLocalizeExtension.3.8.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
  209. </Reference>
  210. <Reference Include="XAMLMarkupExtensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
  211. <HintPath>..\packages\XAMLMarkupExtensions.2.0.0\lib\net472\XAMLMarkupExtensions.dll</HintPath>
  212. </Reference>
  213. <Reference Include="zxing, Version=0.16.6.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  214. <HintPath>..\packages\ZXing.Net.0.16.6\lib\net47\zxing.dll</HintPath>
  215. </Reference>
  216. <Reference Include="zxing.presentation, Version=0.16.6.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  217. <HintPath>..\packages\ZXing.Net.0.16.6\lib\net47\zxing.presentation.dll</HintPath>
  218. </Reference>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Compile Include="CommandLineOption.cs" />
  222. <Compile Include="Controller\HotkeyReg.cs" />
  223. <Compile Include="Controller\LoggerExtension.cs" />
  224. <Compile Include="Controller\Service\GeositeUpdater.cs" />
  225. <Compile Include="Controller\Service\OnlineConfigResolver.cs" />
  226. <Compile Include="Controller\Service\PACDaemon.cs" />
  227. <Compile Include="Controller\Service\IPCService.cs" />
  228. <Compile Include="Controller\System\ProtocolHandler.cs" />
  229. <Compile Include="Controller\System\Hotkeys\HotkeyCallbacks.cs" />
  230. <Compile Include="Encryption\AEAD\AEADEncryptor.cs" />
  231. <Compile Include="Encryption\AEAD\AEADMbedTLSEncryptor.cs" />
  232. <Compile Include="Encryption\AEAD\AEADOpenSSLEncryptor.cs" />
  233. <Compile Include="Encryption\AEAD\AEADSodiumEncryptor.cs" />
  234. <Compile Include="Encryption\CircularBuffer\ByteCircularBuffer.cs" />
  235. <Compile Include="Encryption\EncryptorBase.cs" />
  236. <Compile Include="Encryption\EncryptorFactory.cs" />
  237. <Compile Include="Encryption\Exception\CryptoException.cs" />
  238. <Compile Include="Encryption\IEncryptor.cs" />
  239. <Compile Include="Encryption\MbedTLS.cs" />
  240. <Compile Include="Encryption\OpenSSL.cs" />
  241. <Compile Include="Encryption\RNG.cs" />
  242. <Compile Include="Encryption\Sodium.cs" />
  243. <Compile Include="Encryption\Stream\StreamEncryptor.cs" />
  244. <Compile Include="Encryption\Stream\StreamMbedTLSEncryptor.cs" />
  245. <Compile Include="Encryption\Stream\StreamOpenSSLEncryptor.cs" />
  246. <Compile Include="Encryption\Stream\StreamSodiumEncryptor.cs" />
  247. <Compile Include="Localization\LocalizationProvider.cs" />
  248. <Compile Include="Localization\Strings.Designer.cs">
  249. <AutoGen>True</AutoGen>
  250. <DesignTime>True</DesignTime>
  251. <DependentUpon>Strings.resx</DependentUpon>
  252. </Compile>
  253. <Compile Include="Model\Geosite\Geosite.cs" />
  254. <Compile Include="Model\HotKeyConfig.cs" />
  255. <Compile Include="Model\NLogConfig.cs" />
  256. <Compile Include="Model\ForwardProxyConfig.cs" />
  257. <Compile Include="Model\SysproxyConfig.cs" />
  258. <Compile Include="Properties\Resources.Designer.cs">
  259. <AutoGen>True</AutoGen>
  260. <DesignTime>True</DesignTime>
  261. <DependentUpon>Resources.resx</DependentUpon>
  262. </Compile>
  263. <Compile Include="Properties\Settings.Designer.cs">
  264. <AutoGen>True</AutoGen>
  265. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  266. <DependentUpon>Settings.settings</DependentUpon>
  267. </Compile>
  268. <Compile Include="Proxy\DirectConnect.cs" />
  269. <Compile Include="Proxy\HttpProxy.cs" />
  270. <Compile Include="Proxy\IProxy.cs" />
  271. <Compile Include="Controller\Service\AvailabilityStatistics.cs" />
  272. <Compile Include="Controller\Strategy\HighAvailabilityStrategy.cs" />
  273. <Compile Include="Controller\Strategy\StatisticsStrategy.cs" />
  274. <Compile Include="Controller\System\AutoStartup.cs" />
  275. <Compile Include="Controller\FileManager.cs" />
  276. <Compile Include="Controller\I18N.cs" />
  277. <Compile Include="Controller\Service\Listener.cs" />
  278. <Compile Include="Controller\Service\PortForwarder.cs" />
  279. <Compile Include="Controller\Service\UDPRelay.cs" />
  280. <Compile Include="Controller\Service\UpdateChecker.cs" />
  281. <Compile Include="Controller\Service\PACServer.cs" />
  282. <Compile Include="Model\LogViewerConfig.cs" />
  283. <Compile Include="Model\Server.cs" />
  284. <Compile Include="Model\Configuration.cs" />
  285. <Compile Include="Model\StatisticsRecord.cs" />
  286. <Compile Include="Model\StatisticsStrategyConfiguration.cs" />
  287. <Compile Include="Controller\Strategy\BalancingStrategy.cs" />
  288. <Compile Include="Controller\Strategy\StrategyManager.cs" />
  289. <Compile Include="Controller\Strategy\IStrategy.cs" />
  290. <Compile Include="Controller\Service\Sip003Plugin.cs" />
  291. <Compile Include="Proxy\Socks5Proxy.cs" />
  292. <Compile Include="Settings.cs" />
  293. <Compile Include="Controller\System\Hotkeys\Hotkeys.cs" />
  294. <Compile Include="Util\ProcessManagement\Job.cs" />
  295. <Compile Include="Util\ProcessManagement\ThreadUtil.cs" />
  296. <Compile Include="Util\Sockets\LineReader.cs" />
  297. <Compile Include="Util\Sockets\SocketUtil.cs" />
  298. <Compile Include="Util\Sockets\WrappedSocket.cs" />
  299. <Compile Include="Util\SystemProxy\ProxyException.cs" />
  300. <Compile Include="Util\SystemProxy\Sysproxy.cs" />
  301. <Compile Include="Util\Util.cs" />
  302. <Compile Include="Util\ViewUtils.cs" />
  303. <Compile Include="ViewModels\ForwardProxyViewModel.cs" />
  304. <Compile Include="ViewModels\HotkeysViewModel.cs" />
  305. <Compile Include="ViewModels\OnlineConfigViewModel.cs" />
  306. <Compile Include="ViewModels\ServerSharingViewModel.cs" />
  307. <Compile Include="ViewModels\VersionUpdatePromptViewModel.cs" />
  308. <Compile Include="Views\ForwardProxyView.xaml.cs">
  309. <DependentUpon>ForwardProxyView.xaml</DependentUpon>
  310. </Compile>
  311. <Compile Include="Views\HotkeysView.xaml.cs">
  312. <DependentUpon>HotkeysView.xaml</DependentUpon>
  313. </Compile>
  314. <Compile Include="Views\OnlineConfigView.xaml.cs">
  315. <DependentUpon>OnlineConfigView.xaml</DependentUpon>
  316. </Compile>
  317. <Compile Include="Views\VersionUpdatePromptView.xaml.cs">
  318. <DependentUpon>VersionUpdatePromptView.xaml</DependentUpon>
  319. </Compile>
  320. <Compile Include="View\ConfigForm.cs">
  321. <SubType>Form</SubType>
  322. </Compile>
  323. <Compile Include="View\ConfigForm.Designer.cs">
  324. <DependentUpon>ConfigForm.cs</DependentUpon>
  325. </Compile>
  326. <Compile Include="Controller\Service\TCPRelay.cs" />
  327. <Compile Include="Controller\Service\PrivoxyRunner.cs" />
  328. <Compile Include="Program.cs" />
  329. <Compile Include="Properties\AssemblyInfo.cs" />
  330. <Compile Include="Controller\ShadowsocksController.cs" />
  331. <Compile Include="Controller\System\SystemProxy.cs" />
  332. <Compile Include="View\CalculationControl.cs">
  333. <SubType>UserControl</SubType>
  334. </Compile>
  335. <Compile Include="View\CalculationControl.Designer.cs">
  336. <DependentUpon>CalculationControl.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="View\LogForm.cs">
  339. <SubType>Form</SubType>
  340. </Compile>
  341. <Compile Include="View\LogForm.Designer.cs">
  342. <DependentUpon>LogForm.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="View\MenuViewController.cs" />
  345. <Compile Include="View\QRCodeSplashForm.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="Views\ServerSharingView.xaml.cs">
  349. <DependentUpon>ServerSharingView.xaml</DependentUpon>
  350. </Compile>
  351. <Compile Include="View\StatisticsStrategyConfigurationForm.cs">
  352. <SubType>Form</SubType>
  353. </Compile>
  354. <Compile Include="View\StatisticsStrategyConfigurationForm.Designer.cs">
  355. <DependentUpon>StatisticsStrategyConfigurationForm.cs</DependentUpon>
  356. </Compile>
  357. <EmbeddedResource Include="Localization\Strings.fr.resx" />
  358. <EmbeddedResource Include="Localization\Strings.ja.resx" />
  359. <EmbeddedResource Include="Localization\Strings.ko.resx" />
  360. <EmbeddedResource Include="Localization\Strings.resx">
  361. <Generator>ResXFileCodeGenerator</Generator>
  362. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  363. </EmbeddedResource>
  364. <EmbeddedResource Include="Localization\Strings.ru.resx" />
  365. <EmbeddedResource Include="Localization\Strings.zh-Hans.resx" />
  366. <EmbeddedResource Include="Localization\Strings.zh-Hant.resx" />
  367. <EmbeddedResource Include="View\ConfigForm.resx">
  368. <DependentUpon>ConfigForm.cs</DependentUpon>
  369. <SubType>Designer</SubType>
  370. </EmbeddedResource>
  371. <EmbeddedResource Include="Properties\Resources.resx">
  372. <Generator>PublicResXFileCodeGenerator</Generator>
  373. <SubType>Designer</SubType>
  374. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  375. </EmbeddedResource>
  376. <EmbeddedResource Include="View\CalculationControl.resx">
  377. <DependentUpon>CalculationControl.cs</DependentUpon>
  378. </EmbeddedResource>
  379. <EmbeddedResource Include="View\LogForm.resx">
  380. <DependentUpon>LogForm.cs</DependentUpon>
  381. </EmbeddedResource>
  382. <EmbeddedResource Include="View\StatisticsStrategyConfigurationForm.resx">
  383. <DependentUpon>StatisticsStrategyConfigurationForm.cs</DependentUpon>
  384. </EmbeddedResource>
  385. <None Include="app.config" />
  386. <None Include="app.manifest">
  387. <SubType>Designer</SubType>
  388. </None>
  389. <None Include="Data\dlc.dat" />
  390. <None Include="Data\i18n.csv" />
  391. <None Include="Data\libsscrypto.dll.gz" />
  392. <None Include="Data\NLog.config" />
  393. <None Include="Data\privoxy.exe.gz" />
  394. <None Include="Model\Geosite\geosite.proto" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <None Include="Data\sysproxy.exe.gz" />
  398. <None Include="Data\sysproxy64.exe.gz" />
  399. <None Include="packages.config" />
  400. <None Include="Properties\DataSources\Shadowsocks.Model.StatisticsStrategyConfiguration.datasource" />
  401. <None Include="Properties\Settings.settings">
  402. <Generator>SettingsSingleFileGenerator</Generator>
  403. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  404. </None>
  405. <None Include="Resources\ssw128.png" />
  406. <Content Include="Data\abp.js" />
  407. <Content Include="Data\privoxy_conf.txt" />
  408. <Content Include="Data\user-rule.txt" />
  409. <None Include="FodyWeavers.xml">
  410. <SubType>Designer</SubType>
  411. </None>
  412. <Content Include="Resources\ss32Fill.png" />
  413. <Content Include="Resources\ss32In.png" />
  414. <Content Include="Resources\ss32Out.png" />
  415. <Content Include="Resources\ss32Outline.png" />
  416. <Content Include="shadowsocks.ico" />
  417. </ItemGroup>
  418. <ItemGroup>
  419. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  420. <Visible>False</Visible>
  421. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  422. <Install>false</Install>
  423. </BootstrapperPackage>
  424. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  425. <Visible>False</Visible>
  426. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  427. <Install>false</Install>
  428. </BootstrapperPackage>
  429. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  430. <Visible>False</Visible>
  431. <ProductName>.NET Framework 3.5</ProductName>
  432. <Install>true</Install>
  433. </BootstrapperPackage>
  434. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  435. <Visible>False</Visible>
  436. <ProductName>.NET Framework 3.5 SP1</ProductName>
  437. <Install>false</Install>
  438. </BootstrapperPackage>
  439. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  440. <Visible>False</Visible>
  441. <ProductName>Windows Installer 3.1</ProductName>
  442. <Install>true</Install>
  443. </BootstrapperPackage>
  444. </ItemGroup>
  445. <ItemGroup>
  446. <Page Include="Views\ForwardProxyView.xaml">
  447. <SubType>Designer</SubType>
  448. <Generator>MSBuild:Compile</Generator>
  449. </Page>
  450. <Page Include="Views\HotkeysView.xaml">
  451. <SubType>Designer</SubType>
  452. <Generator>MSBuild:Compile</Generator>
  453. </Page>
  454. <Page Include="Views\OnlineConfigView.xaml">
  455. <SubType>Designer</SubType>
  456. <Generator>MSBuild:Compile</Generator>
  457. </Page>
  458. <Page Include="Views\ServerSharingView.xaml">
  459. <SubType>Designer</SubType>
  460. <Generator>MSBuild:Compile</Generator>
  461. </Page>
  462. <Page Include="Views\VersionUpdatePromptView.xaml">
  463. <SubType>Designer</SubType>
  464. <Generator>MSBuild:Compile</Generator>
  465. </Page>
  466. </ItemGroup>
  467. <ItemGroup />
  468. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  469. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  470. <PropertyGroup>
  471. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  472. </PropertyGroup>
  473. <Error Condition="!Exists('..\packages\Caseless.Fody.1.9.0\build\Caseless.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Caseless.Fody.1.9.0\build\Caseless.Fody.props'))" />
  474. <Error Condition="!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
  475. <Error Condition="!Exists('..\packages\Fody.6.3.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.3.0\build\Fody.targets'))" />
  476. <Error Condition="!Exists('..\packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props'))" />
  477. </Target>
  478. <Import Project="..\packages\Fody.6.3.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.3.0\build\Fody.targets')" />
  479. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  480. Other similar extension points exist, see Microsoft.Common.targets.
  481. <Target Name="BeforeBuild">
  482. </Target>
  483. <Target Name="AfterBuild">
  484. </Target>
  485. -->
  486. </Project>