We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd0006 commit 0625033Copy full SHA for 0625033
Release/src/build/vs12.wps81/casablanca120.wps81.vcxproj
@@ -53,4 +53,12 @@
53
<Import Project="..\common.vcxitems" Label="Shared" Condition="Exists('..\common.vcxitems')" />
54
<Import Project="..\winrt.vcxitems" Label="Shared" Condition="Exists('..\winrt.vcxitems')" />
55
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
56
+ <ItemDefinitionGroup>
57
+ <PostBuildEvent>
58
+ <Command>copy /Y $(OutDir)\* $(OutDir)..\
59
+ link /edit /appcontainer:no $(OutDir)..\$(TargetName).dll
60
+ exit 0</Command>
61
+ <Message>Copying $(TargetName).winrt binaries to OutDir and removing appcontainer flag</Message>
62
+ </PostBuildEvent>
63
+ </ItemDefinitionGroup>
64
</Project>
0 commit comments