We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd3486 commit 4782c0dCopy full SHA for 4782c0d
Orm/Xtensive.Orm/Xtensive.Orm.csproj
@@ -87,4 +87,13 @@
87
<DependentUpon>Strings.resx</DependentUpon>
88
</Compile>
89
</ItemGroup>
90
+
91
+ <Target Name="IncludeWeaverFiles">
92
+ <ItemGroup>
93
+ <TfmSpecificPackageFile Include="$(BaseOutputPath)tools\weaver\**">
94
+ <Pack>true</Pack>
95
+ <PackagePath>tools\weaver\</PackagePath>
96
+ </TfmSpecificPackageFile>
97
+ </ItemGroup>
98
+ </Target>
99
</Project>
0 commit comments