WinUI.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. <ApplicationManifest>app.manifest</ApplicationManifest>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="Accessibility" />
  71. <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  76. <Reference Include="ReachFramework" />
  77. <Reference Include="System" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Deployment" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Printing" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Xaml">
  89. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  90. </Reference>
  91. <Reference Include="UIAutomationProvider" />
  92. <Reference Include="UIAutomationTypes" />
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ApplicationDefinition Include="App.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Compile Include="NetworksPage.xaml.cs">
  103. <DependentUpon>NetworksPage.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="PeersPage.xaml.cs">
  106. <DependentUpon>PeersPage.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="ZeroTierPeerPhysicalPath.cs" />
  109. <Compile Include="ZeroTierPeer.cs" />
  110. <Compile Include="ZeroTierNetwork.cs" />
  111. <Compile Include="ZeroTierStatus.cs" />
  112. <Page Include="MainWindow.xaml">
  113. <Generator>MSBuild:Compile</Generator>
  114. <SubType>Designer</SubType>
  115. </Page>
  116. <Compile Include="APIHandler.cs" />
  117. <Compile Include="App.xaml.cs">
  118. <DependentUpon>App.xaml</DependentUpon>
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="MainWindow.xaml.cs">
  122. <DependentUpon>MainWindow.xaml</DependentUpon>
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Page Include="NetworkInfoView.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. <Page Include="NetworksPage.xaml">
  130. <SubType>Designer</SubType>
  131. <Generator>MSBuild:Compile</Generator>
  132. </Page>
  133. <Page Include="PeersPage.xaml">
  134. <SubType>Designer</SubType>
  135. <Generator>MSBuild:Compile</Generator>
  136. </Page>
  137. <Page Include="Simple Styles.xaml">
  138. <Generator>MSBuild:Compile</Generator>
  139. <SubType>Designer</SubType>
  140. </Page>
  141. <Page Include="Themes\Generic.xaml">
  142. <Generator>MSBuild:Compile</Generator>
  143. <SubType>Designer</SubType>
  144. </Page>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Compile Include="NetworkInfoView.xaml.cs">
  148. <DependentUpon>NetworkInfoView.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\AssemblyInfo.cs">
  151. <SubType>Code</SubType>
  152. </Compile>
  153. <Compile Include="Properties\Resources.Designer.cs">
  154. <AutoGen>True</AutoGen>
  155. <DesignTime>True</DesignTime>
  156. <DependentUpon>Resources.resx</DependentUpon>
  157. </Compile>
  158. <Compile Include="Properties\Settings.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Settings.settings</DependentUpon>
  161. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  162. </Compile>
  163. <EmbeddedResource Include="Properties\Resources.resx">
  164. <Generator>ResXFileCodeGenerator</Generator>
  165. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  166. </EmbeddedResource>
  167. <None Include="app.manifest" />
  168. <None Include="packages.config" />
  169. <None Include="Properties\Settings.settings">
  170. <Generator>SettingsSingleFileGenerator</Generator>
  171. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  172. </None>
  173. <AppDesigner Include="Properties\" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <None Include="App.config" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  180. <Visible>False</Visible>
  181. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  182. <Install>true</Install>
  183. </BootstrapperPackage>
  184. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  185. <Visible>False</Visible>
  186. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  187. <Install>false</Install>
  188. </BootstrapperPackage>
  189. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  190. <Visible>False</Visible>
  191. <ProductName>.NET Framework 3.5 SP1</ProductName>
  192. <Install>false</Install>
  193. </BootstrapperPackage>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <BlendEmbeddedFont Include="Fonts\segoeui.ttf">
  197. <IsSystemFont>True</IsSystemFont>
  198. <All>True</All>
  199. <AutoFill>True</AutoFill>
  200. </BlendEmbeddedFont>
  201. <BlendEmbeddedFont Include="Fonts\segoeuib.ttf">
  202. <IsSystemFont>True</IsSystemFont>
  203. <All>True</All>
  204. <AutoFill>True</AutoFill>
  205. </BlendEmbeddedFont>
  206. <BlendEmbeddedFont Include="Fonts\segoeuii.ttf">
  207. <IsSystemFont>True</IsSystemFont>
  208. <All>True</All>
  209. <AutoFill>True</AutoFill>
  210. </BlendEmbeddedFont>
  211. <BlendEmbeddedFont Include="Fonts\segoeuiz.ttf">
  212. <IsSystemFont>True</IsSystemFont>
  213. <All>True</All>
  214. <AutoFill>True</AutoFill>
  215. </BlendEmbeddedFont>
  216. <Resource Include="ZeroTierIcon.ico" />
  217. </ItemGroup>
  218. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  219. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" />
  220. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  221. Other similar extension points exist, see Microsoft.Common.targets.
  222. <Target Name="BeforeBuild">
  223. </Target>
  224. <Target Name="AfterBuild">
  225. </Target>
  226. -->
  227. </Project>