File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 19
19
<DefineConstants >TRACE;DEBUG;NETSTANDARD</DefineConstants >
20
20
</PropertyGroup >
21
21
<PropertyGroup Label =" Release" Condition =" '$(Configuration)'=='Release'" >
22
+ <TargetsForTfmSpecificContentInPackage >$(TargetsForTfmSpecificContentInPackage);IncludeWeaverFiles</TargetsForTfmSpecificContentInPackage >
22
23
<DefineConstants >TRACE;NETSTANDARD</DefineConstants >
23
24
<DebugSymbols >true</DebugSymbols >
24
25
<DebugType >portable</DebugType >
27
28
<ProjectReference Include =" $(SolutionDir)Weaver\Xtensive.Orm.Weaver\Xtensive.Orm.Weaver.csproj" ReferenceOutputAssembly =" false" SkipGetTargetFrameworkProperties =" true" />
28
29
</ItemGroup >
29
30
<ItemGroup Label =" Nuget content" >
30
- <Content Include =" $(SolutionDir)MSBuild\DataObjects.Net.targets" Visible =" false" Pack =" true" PackagePath =" ." />
31
- <Content Include =" NuGetContent\**" Visible =" false" Pack =" true" PackagePath =" ." />
32
- <Content Include =" $(SolutionDir)_Build\$(Configuration)\tools\weaver\**" Visible =" false" Pack =" true" PackagePath =" tools\weaver\" />
33
- <TfmSpecificPackageFile Include =" $(SolutionDir)_Build\$(Configuration)\tools\weaver\**" Visible =" false" Pack =" true" PackagePath =" tools\weaver\" />
31
+ <Content Include =" $(SolutionDir)MSBuild\DataObjects.Net.targets" >
32
+ <PackagePath >.</PackagePath >
33
+ <Visible >false</Visible >
34
+ </Content >
35
+ <Content Include =" $(ProjectDir)NuGetContent\**" >
36
+ <PackagePath >.</PackagePath >
37
+ <Visible >false</Visible >
38
+ </Content >
34
39
</ItemGroup >
35
40
<ItemGroup Label =" Packages" Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
36
41
<PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7.0" />
You can’t perform that action at this time.
0 commit comments