@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
https://go.microsoft.com/fwlink/?LinkID=208121. |
||||
--> |
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
||||
<PublishProtocol>FileSystem</PublishProtocol> |
||||
<Platform>ARM64</Platform> |
||||
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier> |
||||
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir> |
||||
<SelfContained>true</SelfContained> |
||||
<PublishSingleFile>False</PublishSingleFile> |
||||
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun> |
||||
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun> |
||||
<!-- |
||||
See https://github.com/microsoft/CsWinRT/issues/373 |
||||
<PublishTrimmed>True</PublishTrimmed> |
||||
--> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
https://go.microsoft.com/fwlink/?LinkID=208121. |
||||
--> |
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
||||
<PublishProtocol>FileSystem</PublishProtocol> |
||||
<Platform>x64</Platform> |
||||
<RuntimeIdentifier>win10-x64</RuntimeIdentifier> |
||||
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir> |
||||
<SelfContained>true</SelfContained> |
||||
<PublishSingleFile>False</PublishSingleFile> |
||||
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun> |
||||
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun> |
||||
<!-- |
||||
See https://github.com/microsoft/CsWinRT/issues/373 |
||||
<PublishTrimmed>True</PublishTrimmed> |
||||
--> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
https://go.microsoft.com/fwlink/?LinkID=208121. |
||||
--> |
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup> |
||||
<PublishProtocol>FileSystem</PublishProtocol> |
||||
<Platform>x86</Platform> |
||||
<RuntimeIdentifier>win10-x86</RuntimeIdentifier> |
||||
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir> |
||||
<SelfContained>true</SelfContained> |
||||
<PublishSingleFile>False</PublishSingleFile> |
||||
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun> |
||||
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun> |
||||
<!-- |
||||
See https://github.com/microsoft/CsWinRT/issues/373 |
||||
<PublishTrimmed>True</PublishTrimmed> |
||||
--> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup /> |
||||
<ItemGroup> |
||||
<None Update="App.xaml"> |
||||
<SubType>Designer</SubType> |
||||
</None> |
||||
<Page Update="InstallPage.xaml"> |
||||
<SubType>Designer</SubType> |
||||
</Page> |
||||
<None Update="MainWindow.xaml"> |
||||
<SubType>Designer</SubType> |
||||
</None> |
||||
<None Update="Package.appxmanifest"> |
||||
<SubType>Designer</SubType> |
||||
</None> |
||||
</ItemGroup> |
||||
</Project> |
@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build"> |
||||
<!-- |
||||
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS. |
||||
|
||||
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file. |
||||
|
||||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727 |
||||
--> |
||||
<Identity Name="f156679e-9c58-4ae7-9a58-0c380033bf72" Publisher="CN=ionite" Version="1.0.0.0" ProcessorArchitecture="x86" /> |
||||
<Properties> |
||||
<DisplayName>StabilityMatrix</DisplayName> |
||||
<PublisherDisplayName>ionite</PublisherDisplayName> |
||||
<Logo>Assets\StoreLogo.png</Logo> |
||||
</Properties> |
||||
<Dependencies> |
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> |
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" /> |
||||
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.2" MinVersion="2000.677.1750.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> |
||||
</Dependencies> |
||||
<Resources> |
||||
<Resource Language="EN-US" /> |
||||
</Resources> |
||||
<Applications> |
||||
<Application Id="App" Executable="StabilityMatrix.exe" EntryPoint="Windows.FullTrustApplication"> |
||||
<uap:VisualElements DisplayName="StabilityMatrix" Description="StabilityMatrix" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png"> |
||||
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" /> |
||||
<uap:SplashScreen Image="Assets\SplashScreen.png" /> |
||||
</uap:VisualElements> |
||||
</Application> |
||||
</Applications> |
||||
<Capabilities> |
||||
<rescap:Capability Name="runFullTrust" /> |
||||
</Capabilities> |
||||
<build:Metadata> |
||||
<build:Item Name="Microsoft.UI.Xaml.Markup.Compiler.dll" Version="1.0.0.0" /> |
||||
<build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" /> |
||||
</build:Metadata> |
||||
</Package> |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 2.0 KiB |
@ -1,14 +0,0 @@
|
||||
{ |
||||
"runtimeOptions": { |
||||
"tfm": "net6.0", |
||||
"includedFrameworks": [ |
||||
{ |
||||
"name": "Microsoft.NETCore.App", |
||||
"version": "6.0.16" |
||||
} |
||||
], |
||||
"configProperties": { |
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false |
||||
} |
||||
} |
||||
} |