File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >netstandard2.0;net40-client</TargetFrameworks >
5
5
<Company />
6
6
<Authors >gsemac</Authors >
7
- <Version >0.1.1 </Version >
7
+ <Version >0.1.2 </Version >
8
8
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
9
9
<PackageProjectUrl >https://github.com/gsemac/Gsemac.Common</PackageProjectUrl >
10
10
<RepositoryUrl >https://github.com/gsemac/Gsemac.Common</RepositoryUrl >
42
42
</ItemGroup >
43
43
44
44
<ItemGroup >
45
+ <Content Include =" Gsemac.Net.targets" PackagePath =" build/Gsemac.Net.targets" />
45
46
<Content Include =" lib\native\x86\*" Pack =" true" PackagePath =" contentFiles\x86" >
46
47
<PackageCopyToOutput >true</PackageCopyToOutput >
47
48
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <ItemGroup >
4
- <ContentFiles Include =" $(MSBuildThisFileDirectory)\..\contentFiles\**\*.*" />
5
- </ItemGroup >
6
- <Target Name =" CopyContentFiles" BeforeTargets =" Build" >
7
- <Copy SourceFiles =" @(ContentFiles)" DestinationFiles =" $(OutDir)%(RecursiveDir)%(Filename)%(Extension)" />
8
- </Target >
3
+ <ItemGroup >
4
+ <ContentFiles Include =" $(MSBuildThisFileDirectory)\..\contentFiles\**\*.*" />
5
+ </ItemGroup >
6
+ <Target Name =" CopyContentFiles" BeforeTargets =" Build;BeforeBuild " >
7
+ <Copy SourceFiles =" @(ContentFiles)" DestinationFiles =" $(OutDir)%(RecursiveDir)%(Filename)%(Extension)" />
8
+ </Target >
9
9
</Project >
You can’t perform that action at this time.
0 commit comments