Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the APPX packaging project #596

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ridomin
Copy link

@ridomin ridomin commented Mar 24, 2017

This includes a JSPROJ and the manifest (copied from the AppxManifest.xml in the root)

@ScottIsAFool
Copy link
Member

It looks like changing it to anycpu seems to have broken the build.

</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v141</PlatformToolset>
Copy link

@aviade aviade Jul 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest to submit the change for migration to VS2017 tool-set in a dedicated PR. The migration change needs to include to the writer.sln.

@OpenLiveWriter OpenLiveWriter deleted a comment from dnfclas Dec 6, 2017
@jongalloway jongalloway mentioned this pull request Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants