Skip to content

Commit 0625033

Browse files
committed
Updating phone silverlight 8.1 binaries to be copied directly under outdir to make releases easier.
1 parent 4bd0006 commit 0625033

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Release/src/build/vs12.wps81/casablanca120.wps81.vcxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,12 @@
5353
<Import Project="..\common.vcxitems" Label="Shared" Condition="Exists('..\common.vcxitems')" />
5454
<Import Project="..\winrt.vcxitems" Label="Shared" Condition="Exists('..\winrt.vcxitems')" />
5555
<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>
5664
</Project>

0 commit comments

Comments
 (0)