WinUI.csproj 8.9 KB

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