WinUI.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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.Printing" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="Microsoft.CSharp" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="System.Xaml">
  91. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  92. </Reference>
  93. <Reference Include="UIAutomationProvider" />
  94. <Reference Include="UIAutomationTypes" />
  95. <Reference Include="WindowsBase" />
  96. <Reference Include="PresentationCore" />
  97. <Reference Include="PresentationFramework" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ApplicationDefinition Include="App.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </ApplicationDefinition>
  104. <Compile Include="AboutView.xaml.cs">
  105. <DependentUpon>AboutView.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="JoinNetworkView.xaml.cs">
  108. <DependentUpon>JoinNetworkView.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="NetworkMonitor.cs" />
  111. <Compile Include="NetworkRoute.cs" />
  112. <Compile Include="NetworksPage.xaml.cs">
  113. <DependentUpon>NetworksPage.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="PeersPage.xaml.cs">
  116. <DependentUpon>PeersPage.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="PreferencesView.xaml.cs">
  119. <DependentUpon>PreferencesView.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="ToolbarItem.xaml.cs">
  122. <DependentUpon>ToolbarItem.xaml</DependentUpon>
  123. </Compile>
  124. <Compile Include="ZeroTierPeerPhysicalPath.cs" />
  125. <Compile Include="ZeroTierPeer.cs" />
  126. <Compile Include="ZeroTierNetwork.cs" />
  127. <Compile Include="ZeroTierStatus.cs" />
  128. <Page Include="AboutView.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="JoinNetworkView.xaml">
  133. <SubType>Designer</SubType>
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. <Page Include="NetworkListView.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Compile Include="APIHandler.cs" />
  141. <Compile Include="App.xaml.cs">
  142. <DependentUpon>App.xaml</DependentUpon>
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="NetworkListView.xaml.cs">
  146. <DependentUpon>NetworkListView.xaml</DependentUpon>
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Page Include="NetworkInfoView.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="NetworksPage.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="PeersPage.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. <Page Include="PreferencesView.xaml">
  162. <SubType>Designer</SubType>
  163. <Generator>MSBuild:Compile</Generator>
  164. </Page>
  165. <Page Include="Simple Styles.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Page Include="Themes\Generic.xaml">
  170. <Generator>MSBuild:Compile</Generator>
  171. <SubType>Designer</SubType>
  172. </Page>
  173. <Page Include="ToolbarItem.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Compile Include="NetworkInfoView.xaml.cs">
  180. <DependentUpon>NetworkInfoView.xaml</DependentUpon>
  181. </Compile>
  182. <Compile Include="Properties\AssemblyInfo.cs">
  183. <SubType>Code</SubType>
  184. </Compile>
  185. <Compile Include="Properties\Resources.Designer.cs">
  186. <AutoGen>True</AutoGen>
  187. <DesignTime>True</DesignTime>
  188. <DependentUpon>Resources.resx</DependentUpon>
  189. </Compile>
  190. <Compile Include="Properties\Settings.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DependentUpon>Settings.settings</DependentUpon>
  193. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  194. </Compile>
  195. <EmbeddedResource Include="Properties\Resources.resx">
  196. <Generator>ResXFileCodeGenerator</Generator>
  197. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  198. </EmbeddedResource>
  199. <None Include="app.manifest" />
  200. <None Include="packages.config" />
  201. <None Include="Properties\Settings.settings">
  202. <Generator>SettingsSingleFileGenerator</Generator>
  203. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  204. </None>
  205. <AppDesigner Include="Properties\" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <None Include="App.config" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  212. <Visible>False</Visible>
  213. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  214. <Install>true</Install>
  215. </BootstrapperPackage>
  216. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  217. <Visible>False</Visible>
  218. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  219. <Install>false</Install>
  220. </BootstrapperPackage>
  221. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  222. <Visible>False</Visible>
  223. <ProductName>.NET Framework 3.5 SP1</ProductName>
  224. <Install>false</Install>
  225. </BootstrapperPackage>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <BlendEmbeddedFont Include="Fonts\segoeui.ttf">
  229. <IsSystemFont>True</IsSystemFont>
  230. <All>True</All>
  231. <AutoFill>True</AutoFill>
  232. </BlendEmbeddedFont>
  233. <BlendEmbeddedFont Include="Fonts\segoeuib.ttf">
  234. <IsSystemFont>True</IsSystemFont>
  235. <All>True</All>
  236. <AutoFill>True</AutoFill>
  237. </BlendEmbeddedFont>
  238. <BlendEmbeddedFont Include="Fonts\segoeuii.ttf">
  239. <IsSystemFont>True</IsSystemFont>
  240. <All>True</All>
  241. <AutoFill>True</AutoFill>
  242. </BlendEmbeddedFont>
  243. <BlendEmbeddedFont Include="Fonts\segoeuiz.ttf">
  244. <IsSystemFont>True</IsSystemFont>
  245. <All>True</All>
  246. <AutoFill>True</AutoFill>
  247. </BlendEmbeddedFont>
  248. <Resource Include="ZeroTierIcon.ico" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <None Include="Resources\ZeroTierIcon.ico" />
  252. </ItemGroup>
  253. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  254. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" />
  255. <PropertyGroup>
  256. <PostBuildEvent>copy "$(SolutionDir)\copyutil\bin\$(ConfigurationName)\copyutil.exe" "$(ProjectDir)\$(OutDir)\copyutil.exe"</PostBuildEvent>
  257. </PropertyGroup>
  258. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  259. Other similar extension points exist, see Microsoft.Common.targets.
  260. <Target Name="BeforeBuild">
  261. </Target>
  262. <Target Name="AfterBuild">
  263. </Target>
  264. -->
  265. </Project>