fix asset copying... mostly... but it's copied into a "net48" subdirectory. in another commit i will fix that (because we will need to undo it when we fix this to stop building multiply)
This commit is contained in:
parent
d9cba0b156
commit
0bda6ac71e
|
@ -633,10 +633,10 @@
|
|||
<Compile Update="tools/Watch/WatchValueBox.cs" SubType="Component" />
|
||||
<Compile Update="UpdateChecker.cs" SubType="Code" />
|
||||
</ItemGroup>
|
||||
<Target Name="AfterBuild">
|
||||
<Target Name="EmuHawkAfterBuild" AfterTargets="Build">
|
||||
<ItemGroup>
|
||||
<AssetFiles Include="$(ProjectDir)../../Assets/**/*.*" Exclude="$(ProjectDir)../../Assets/**/.gitempty;$(ProjectDir)../../Assets/**/.gitignore" />
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(AssetFiles)" DestinationFolder="$(OutDir)%(RecursiveDir)" SkipUnchangedFiles="true" />
|
||||
<Copy SourceFiles="@(AssetFiles)" DestinationFolder="$(OutputPath)%(RecursiveDir)" SkipUnchangedFiles="true" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue