WinUI.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{4CCA6B98-5E64-45BF-AC34-19B3E2570DB1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WinUI</RootNamespace>
  11. <AssemblyName>ZeroTier One</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <ExpressionBlendVersion>5.0.40218.0</ExpressionBlendVersion>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <AutorunEnabled>true</AutorunEnabled>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>true</Prefer32Bit>
  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. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject>WinUI.App</StartupObject>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>ZeroTierIcon.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignAssembly>false</SignAssembly>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <SignManifests>false</SignManifests>
  65. </PropertyGroup>
  66. <PropertyGroup />
  67. <ItemGroup>
  68. <Reference Include="Accessibility" />
  69. <Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net45\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  78. <Reference Include="ReachFramework" />
  79. <Reference Include="System" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Deployment" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Printing" />
  85. <Reference Include="System.Windows.Forms" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Xaml">
  92. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  93. </Reference>
  94. <Reference Include="UIAutomationProvider" />
  95. <Reference Include="UIAutomationTypes" />
  96. <Reference Include="WindowsBase" />
  97. <Reference Include="PresentationCore" />
  98. <Reference Include="PresentationFramework" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ApplicationDefinition Include="App.xaml">
  102. <Generator>MSBuild:Compile</Generator>
  103. <SubType>Designer</SubType>
  104. </ApplicationDefinition>
  105. <Compile Include="AboutView.xaml.cs">
  106. <DependentUpon>AboutView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="CentralAPI.cs" />
  109. <Compile Include="CentralLogin.cs" />
  110. <Compile Include="CentralNetwork.cs" />
  111. <Compile Include="CentralServer.cs" />
  112. <Compile Include="CentralToken.cs" />
  113. <Compile Include="CentralUser.cs" />
  114. <Compile Include="ISwitchable.cs" />
  115. <Compile Include="JoinNetworkView.xaml.cs">
  116. <DependentUpon>JoinNetworkView.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="NetworkMonitor.cs" />
  119. <Compile Include="NetworkNameGenerator.cs" />
  120. <Compile Include="NetworkRoute.cs" />
  121. <Compile Include="NetworksPage.xaml.cs">
  122. <DependentUpon>NetworksPage.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="PeersPage.xaml.cs">
  125. <DependentUpon>PeersPage.xaml</DependentUpon>
  126. </Compile>
  127. <Compile Include="PreferencesView.xaml.cs">
  128. <DependentUpon>PreferencesView.xaml</DependentUpon>
  129. </Compile>
  130. <Compile Include="ToolbarItem.xaml.cs">
  131. <DependentUpon>ToolbarItem.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="ZeroTierPeerPhysicalPath.cs" />
  134. <Compile Include="ZeroTierPeer.cs" />
  135. <Compile Include="ZeroTierNetwork.cs" />
  136. <Compile Include="ZeroTierStatus.cs" />
  137. <Page Include="AboutView.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="JoinNetworkView.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="NetworkListView.xaml">
  146. <Generator>MSBuild:Compile</Generator>
  147. <SubType>Designer</SubType>
  148. </Page>
  149. <Compile Include="APIHandler.cs" />
  150. <Compile Include="App.xaml.cs">
  151. <DependentUpon>App.xaml</DependentUpon>
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="NetworkListView.xaml.cs">
  155. <DependentUpon>NetworkListView.xaml</DependentUpon>
  156. <SubType>Code</SubType>
  157. </Compile>
  158. <Page Include="NetworkInfoView.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="NetworksPage.xaml">
  163. <SubType>Designer</SubType>
  164. <Generator>MSBuild:Compile</Generator>
  165. </Page>
  166. <Page Include="PeersPage.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="PreferencesView.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Simple Styles.xaml">
  175. <Generator>MSBuild:Compile</Generator>
  176. <SubType>Designer</SubType>
  177. </Page>
  178. <Page Include="Themes\Generic.xaml">
  179. <Generator>MSBuild:Compile</Generator>
  180. <SubType>Designer</SubType>
  181. </Page>
  182. <Page Include="ToolbarItem.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Compile Include="NetworkInfoView.xaml.cs">
  189. <DependentUpon>NetworkInfoView.xaml</DependentUpon>
  190. </Compile>
  191. <Compile Include="Properties\AssemblyInfo.cs">
  192. <SubType>Code</SubType>
  193. </Compile>
  194. <Compile Include="Properties\Resources.Designer.cs">
  195. <AutoGen>True</AutoGen>
  196. <DesignTime>True</DesignTime>
  197. <DependentUpon>Resources.resx</DependentUpon>
  198. </Compile>
  199. <Compile Include="Properties\Settings.Designer.cs">
  200. <AutoGen>True</AutoGen>
  201. <DependentUpon>Settings.settings</DependentUpon>
  202. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  203. </Compile>
  204. <EmbeddedResource Include="Properties\Resources.resx">
  205. <Generator>ResXFileCodeGenerator</Generator>
  206. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  207. </EmbeddedResource>
  208. <None Include="app.manifest" />
  209. <None Include="packages.config" />
  210. <None Include="Properties\Settings.settings">
  211. <Generator>SettingsSingleFileGenerator</Generator>
  212. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  213. </None>
  214. <AppDesigner Include="Properties\" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <None Include="App.config" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  221. <Visible>False</Visible>
  222. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  223. <Install>true</Install>
  224. </BootstrapperPackage>
  225. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  226. <Visible>False</Visible>
  227. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  228. <Install>false</Install>
  229. </BootstrapperPackage>
  230. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  231. <Visible>False</Visible>
  232. <ProductName>.NET Framework 3.5 SP1</ProductName>
  233. <Install>false</Install>
  234. </BootstrapperPackage>
  235. </ItemGroup>
  236. <ItemGroup>
  237. <BlendEmbeddedFont Include="Fonts\segoeui.ttf">
  238. <IsSystemFont>True</IsSystemFont>
  239. <All>True</All>
  240. <AutoFill>True</AutoFill>
  241. </BlendEmbeddedFont>
  242. <BlendEmbeddedFont Include="Fonts\segoeuib.ttf">
  243. <IsSystemFont>True</IsSystemFont>
  244. <All>True</All>
  245. <AutoFill>True</AutoFill>
  246. </BlendEmbeddedFont>
  247. <BlendEmbeddedFont Include="Fonts\segoeuii.ttf">
  248. <IsSystemFont>True</IsSystemFont>
  249. <All>True</All>
  250. <AutoFill>True</AutoFill>
  251. </BlendEmbeddedFont>
  252. <BlendEmbeddedFont Include="Fonts\segoeuiz.ttf">
  253. <IsSystemFont>True</IsSystemFont>
  254. <All>True</All>
  255. <AutoFill>True</AutoFill>
  256. </BlendEmbeddedFont>
  257. <Resource Include="ZeroTierIcon.ico" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="Resources\ZeroTierIcon.ico" />
  261. </ItemGroup>
  262. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  263. <PropertyGroup>
  264. <PostBuildEvent>copy "$(SolutionDir)\copyutil\bin\$(ConfigurationName)\copyutil.exe" "$(ProjectDir)\$(OutDir)\copyutil.exe"</PostBuildEvent>
  265. </PropertyGroup>
  266. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  267. Other similar extension points exist, see Microsoft.Common.targets.
  268. <Target Name="BeforeBuild">
  269. </Target>
  270. <Target Name="AfterBuild">
  271. </Target>
  272. -->
  273. </Project>