Skip to content

Commit

Permalink
Fix build take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesmiguel1 committed Sep 4, 2024
1 parent 88c9175 commit 5ff9c58
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ReactViewControl/ReactViewControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<Configurations>Debug;Release;ReleaseAvalonia;ReleaseWPF</Configurations>
<UseWPF>true</UseWPF>
<Configuration></Configuration>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'ReleaseWPF'">
Expand All @@ -28,13 +27,6 @@
</ProjectReference>
</ItemGroup>

<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
</ItemGroup>

<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
<ItemGroup>
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')-&gt;WithMetadataValue('IncludeInNugetPackage', 'true'))" />
Expand Down

0 comments on commit 5ff9c58

Please sign in to comment.