File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/System.Waf/System.Waf/System.Waf.Uwp Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 82
82
<Page Include =" Themes\Generic.xaml" >
83
83
<SubType >Designer</SubType >
84
84
<Generator >MSBuild:Compile</Generator >
85
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
86
85
</Page >
87
86
</ItemGroup >
88
87
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
88
+ <PropertyGroup >
89
+ <PostBuildEvent >xcopy "$(TargetDir)System.Waf.Uwp.xr.xml" "$(TargetDir)System.Waf.Uwp\"</PostBuildEvent >
90
+ </PropertyGroup >
89
91
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90
92
Other similar extension points exist, see Microsoft.Common.targets.
91
93
<Target Name="BeforeBuild">
You can’t perform that action at this time.
0 commit comments