Fixed calendar slnx build.
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||||
IgnorableNamespaces="uap mp">
|
IgnorableNamespaces="uap mp">
|
||||||
|
|
||||||
|
<Identity
|
||||||
|
Name="58272BurakKSE.WinoCalendar"
|
||||||
|
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
|
||||||
|
Version="1.0.15.0" />
|
||||||
|
|
||||||
<!-- Publisher Cache Folders -->
|
<!-- Publisher Cache Folders -->
|
||||||
<Extensions>
|
<Extensions>
|
||||||
<Extension Category="windows.publisherCacheFolders">
|
<Extension Category="windows.publisherCacheFolders">
|
||||||
@@ -16,13 +21,8 @@
|
|||||||
</PublisherCacheFolders>
|
</PublisherCacheFolders>
|
||||||
</Extension>
|
</Extension>
|
||||||
</Extensions>
|
</Extensions>
|
||||||
|
|
||||||
<Identity
|
|
||||||
Name="58272BurakKSE.WinoCalendar"
|
|
||||||
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
|
|
||||||
Version="1.0.15.0" />
|
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="f047b7dd-96ec-4d54-a862-9321e271e449" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
<mp:PhoneIdentity PhoneProductId="f047b7dd-96ec-4d54-a862-9321e271e449" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Wino Calendar</DisplayName>
|
<DisplayName>Wino Calendar</DisplayName>
|
||||||
|
|||||||
@@ -7,15 +7,15 @@
|
|||||||
IgnorableNamespaces="uap mp">
|
IgnorableNamespaces="uap mp">
|
||||||
|
|
||||||
<Identity
|
<Identity
|
||||||
Name="912d061d-2a5a-4afa-abc8-0e9f6aae783d"
|
Name="58272BurakKSE.WinoCalendar"
|
||||||
Publisher="CN=bkaan"
|
Publisher="CN=51FBDAF3-E212-4149-89A2-A2636B3BC911"
|
||||||
Version="1.0.0.0" />
|
Version="1.0.0.0" />
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="912d061d-2a5a-4afa-abc8-0e9f6aae783d" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
<mp:PhoneIdentity PhoneProductId="912d061d-2a5a-4afa-abc8-0e9f6aae783d" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Wino.Calendar.Packaging.Package</DisplayName>
|
<DisplayName>Wino Calendar</DisplayName>
|
||||||
<PublisherDisplayName>bkaan</PublisherDisplayName>
|
<PublisherDisplayName>Burak KÖSE</PublisherDisplayName>
|
||||||
<Logo>Assets\StoreLogo.png</Logo>
|
<Logo>Assets\StoreLogo.png</Logo>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
||||||
@@ -27,6 +27,14 @@
|
|||||||
<Resource Language="x-generate"/>
|
<Resource Language="x-generate"/>
|
||||||
</Resources>
|
</Resources>
|
||||||
|
|
||||||
|
<Extensions>
|
||||||
|
<Extension Category="windows.publisherCacheFolders">
|
||||||
|
<PublisherCacheFolders>
|
||||||
|
<Folder Name="WinoShared" />
|
||||||
|
</PublisherCacheFolders>
|
||||||
|
</Extension>
|
||||||
|
</Extensions>
|
||||||
|
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application Id="App"
|
<Application Id="App"
|
||||||
Executable="$targetnametoken$.exe"
|
Executable="$targetnametoken$.exe"
|
||||||
@@ -46,4 +54,4 @@
|
|||||||
<Capabilities>
|
<Capabilities>
|
||||||
<Capability Name="internetClient" />
|
<Capability Name="internetClient" />
|
||||||
</Capabilities>
|
</Capabilities>
|
||||||
</Package>
|
</Package>
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" VersionOverride="10.0.22621.3233" PrivateAssets="all" />
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" VersionOverride="10.0.22621.3233" PrivateAssets="all" />
|
||||||
|
<SDKReference Include="Microsoft.VCLibs, Version=14.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Wino.Calendar\Wino.Calendar.csproj">
|
<ProjectReference Include="..\Wino.Calendar\Wino.Calendar.csproj">
|
||||||
|
|||||||
Reference in New Issue
Block a user