Updated csproj to copy DefaultPowerTraceProfile.wprp to the output directory.

This commit is contained in:
Chris Hammer 2016-07-08 13:30:38 -07:00
Родитель ff3a84d8cb
Коммит 3b9093a247
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,9 @@
<ItemGroup>
<None Include="App.config" />
<None Include="app.manifest" />
<None Include="DefaultPowerTraceProfile.wprp" />
<None Include="DefaultPowerTraceProfile.wprp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.