This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages, retarget to Windows 8.1.
Sample project does not currently build.
- Loading branch information
1 parent
b052be2
commit 6df5d0f
Showing
10 changed files
with
94 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="win" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.7" targetFramework="win" /> | ||
<package id="MvvmLight" version="4.1.26.1" targetFramework="win" /> | ||
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="win" /> | ||
<package id="CommonServiceLocator" version="1.3" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="win81" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="win81" /> | ||
<package id="MvvmLight" version="5.3.0.0" targetFramework="win81" /> | ||
<package id="MvvmLightLibs" version="5.3.0.0" targetFramework="win81" /> | ||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="win81" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest"> | ||
|
||
<Identity Name="052a82de-9cfe-4662-a92a-bdd387893ea9" | ||
Publisher="CN=Vegard" | ||
Version="1.0.0.0" /> | ||
|
||
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest"> | ||
<Identity Name="052a82de-9cfe-4662-a92a-bdd387893ea9" Publisher="CN=Vegard" Version="1.1.0.0" /> | ||
<Properties> | ||
<DisplayName>Pusher.Tests.WindowsStore</DisplayName> | ||
<PublisherDisplayName>Vegard</PublisherDisplayName> | ||
<Logo>Images\UnitTestStoreLogo.png</Logo> | ||
<Description>Pusher.Tests.WindowsStore</Description> | ||
</Properties> | ||
|
||
<Prerequisites> | ||
<OSMinVersion>6.2.1</OSMinVersion> | ||
<OSMaxVersionTested>6.2.1</OSMaxVersionTested> | ||
<OSMinVersion>6.3.0</OSMinVersion> | ||
<OSMaxVersionTested>6.3.0</OSMaxVersionTested> | ||
</Prerequisites> | ||
|
||
<Resources> | ||
<Resource Language="x-generate"/> | ||
<Resource Language="x-generate" /> | ||
</Resources> | ||
|
||
<Applications> | ||
<Application Id="vstest.executionengine.App" | ||
Executable="vstest.executionengine.appcontainer.exe" | ||
EntryPoint="vstest.executionengine.App"> | ||
<VisualElements | ||
DisplayName="NoUIEntryPoints" | ||
Logo="Images\UnitTestLogo.png" | ||
SmallLogo="Images\UnitTestSmallLogo.png" | ||
Description="vstest.executionengine.App" | ||
ForegroundText="light" | ||
BackgroundColor="#0084FF"> | ||
<SplashScreen Image="Images\UnitTestSplashScreen.png" /> | ||
</VisualElements> | ||
<Application Id="vstest.executionengine.App" Executable="vstest.executionengine.appcontainer.exe" EntryPoint="vstest.executionengine.App"> | ||
<m2:VisualElements DisplayName="NoUIEntryPoints" Description="vstest.executionengine.App" BackgroundColor="#0084FF" ForegroundText="light" Square150x150Logo="Images\UnitTestLogo.png" Square30x30Logo="Images\UnitTestSmallLogo.png"> | ||
<m2:SplashScreen Image="Images\UnitTestSplashScreen.png" /> | ||
</m2:VisualElements> | ||
</Application> | ||
|
||
<Application Id="vstest.executionengine.x86.App" | ||
Executable="vstest.executionengine.appcontainer.x86.exe" | ||
EntryPoint="vstest.executionengine.x86.App"> | ||
<VisualElements | ||
DisplayName="NoUIEntryPoints" | ||
Logo="Images\UnitTestLogo.png" | ||
SmallLogo="Images\UnitTestSmallLogo.png" | ||
Description="vstest.executionengine.x86.App" | ||
ForegroundText="light" | ||
BackgroundColor="#0084FF"> | ||
<SplashScreen Image="Images\UnitTestSplashScreen.png" /> | ||
</VisualElements> | ||
<Application Id="vstest.executionengine.x86.App" Executable="vstest.executionengine.appcontainer.x86.exe" EntryPoint="vstest.executionengine.x86.App"> | ||
<VisualElements DisplayName="NoUIEntryPoints" Logo="Images\UnitTestLogo.png" SmallLogo="Images\UnitTestSmallLogo.png" Description="vstest.executionengine.x86.App" ForegroundText="light" BackgroundColor="#0084FF"> | ||
<SplashScreen Image="Images\UnitTestSplashScreen.png" /> | ||
</VisualElements> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<Capability Name="internetClient" /> | ||
</Capabilities> | ||
</Package> | ||
</Package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="win" /> | ||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="win81" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.