WinUI.csproj 9.1 KB

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