|
|
|
|
@ -8,12 +8,28 @@
|
|
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<RootNamespace>WinUI</RootNamespace> |
|
|
|
|
<AssemblyName>WinUI</AssemblyName> |
|
|
|
|
<AssemblyName>ZeroTier One</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<ExpressionBlendVersion>5.0.40218.0</ExpressionBlendVersion> |
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
|
<Install>true</Install> |
|
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
|
<UpdateInterval>7</UpdateInterval> |
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
|
<AutorunEnabled>true</AutorunEnabled> |
|
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
|
<ApplicationVersion>1.0.0.0</ApplicationVersion> |
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
@ -24,6 +40,7 @@
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
@ -34,6 +51,18 @@
|
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<StartupObject>WinUI.App</StartupObject> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ApplicationIcon>ZeroTierIcon.ico</ApplicationIcon> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<SignManifests>false</SignManifests> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
@ -100,6 +129,26 @@
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="App.config" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> |
|
|
|
|
<Install>true</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
|
|
|
<Install>false</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
|
<Install>false</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Resource Include="ZeroTierIcon.ico" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|
|