Skip to content

Commit

Permalink
Merge pull request #300 from Sergio0694/user/sergiopedri/remove-packa…
Browse files Browse the repository at this point in the history
…ges-config-target

Remove incorrect leftover target
  • Loading branch information
Sergio0694 authored Jan 25, 2025
2 parents cc5eacb + 619f5ee commit 8a19b1e
Show file tree
Hide file tree
Showing 3 changed files with 658 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,21 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Microsoft.Xaml.Interactivity.Design\Properties\DesignTools.Resources.Designer.cs">
<Link>Properties\DesignTools.Resources.Designer.cs</Link>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="..\Version\Version.cs">
<Link>Version.cs</Link>
</Compile>
<Compile Include="MetadataTableProvider.cs" />
<Compile Include="MetadataTableProvider.SurfaceIsolation.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\Microsoft.Xaml.Interactivity.Design\Properties\Resources.resx">
<Link>Properties\Resources.resx</Link>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<CustomToolNamespace>Microsoft.Xaml.Interactivity.Design.Properties</CustomToolNamespace>
<SubType>Designer</SubType>
<LastGenOutput>DesignTools.Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Include="MetadataTableProvider.cs" />
<Compile Include="MetadataTableProvider.SurfaceIsolation.cs" />
<Compile Include="..\Version\Version.cs" Link="Version.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.DesignTools.Extensibility">
Expand All @@ -93,13 +87,6 @@
<NuspecFile>..\..\..\scripts\Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec</NuspecFile>
<PackageOutputPath>..\..\..\out\NuGetPackages</PackageOutputPath>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.VisualStudioEng.MicroBuild.Core.1.0.0\build\Microsoft.VisualStudioEng.MicroBuild.Core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudioEng.MicroBuild.Core.1.0.0\build\Microsoft.VisualStudioEng.MicroBuild.Core.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.VisualStudioEng.MicroBuild.Core.1.0.0\build\Microsoft.VisualStudioEng.MicroBuild.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudioEng.MicroBuild.Core.1.0.0\build\Microsoft.VisualStudioEng.MicroBuild.Core.targets'))" />
</Target>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core">
<Version>1.0.0</Version>
Expand Down
Loading

0 comments on commit 8a19b1e

Please sign in to comment.