Skip to content

Commit

Permalink
MS Store Release v0.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Oct 28, 2021
1 parent f77d661 commit 664e092
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VBAudioRouter/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
IgnorableNamespaces="uap mp uap3 rescap">

<Identity
Name="de.shortdev.VBAudioRouter"
Publisher="CN=lukas"
Name="33942ShortDevelopment.VBAudioRouter"
Publisher="CN=8E251084-44E9-4A7C-AB50-C78A32C26285"
Version="0.1.0.0" />

<mp:PhoneIdentity PhoneProductId="0685347c-1262-47e9-968c-6603c8e43a00" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="01b3c67a-5047-40be-a169-edc3d6902f11" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>VBAudioRouter</DisplayName>
<DisplayName>VB Audio Router</DisplayName>
<PublisherDisplayName>ShortDevelopment</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand Down
8 changes: 8 additions & 0 deletions VBAudioRouter/VBAudioRouter.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -250,6 +257,7 @@
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
<Compile Include="Utils\GainControl.vb" />
<Content Include="My Project\Default.rd.xml" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
Expand Down

0 comments on commit 664e092

Please sign in to comment.