Skip to content

Commit

Permalink
fix/remove nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochengvia committed Sep 13, 2024
1 parent ca83385 commit 7020ecb
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 43 deletions.
4 changes: 2 additions & 2 deletions Samples/Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Panuon.WPF, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Panuon.WPF.1.1.1\lib\net472\Panuon.WPF.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\SourceCode\references\net472\Panuon.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -173,7 +174,6 @@
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Samples/packages.config

This file was deleted.

4 changes: 3 additions & 1 deletion SourceCode/Core31/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<Reference Include="Panuon.WPF">
<HintPath>..\..\references\netcoreapp3.1\Panuon.WPF.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions SourceCode/Net452/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Panuon.WPF, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Panuon.WPF.1.1.1\lib\net452\Panuon.WPF.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\references\net452\Panuon.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -67,9 +68,6 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.WPF.UI.Internal\Panuon.WPF.UI.Internal.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.WPF.UI\Panuon.WPF.UI.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 0 additions & 4 deletions SourceCode/Net452/Panuon.WPF.UI/packages.config

This file was deleted.

6 changes: 2 additions & 4 deletions SourceCode/Net462/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Panuon.WPF, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Panuon.WPF.1.1.1\lib\net462\Panuon.WPF.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\references\net462\Panuon.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -67,9 +68,6 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.WPF.UI\Panuon.WPF.UI.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.WPF.UI.Internal\Panuon.WPF.UI.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 0 additions & 4 deletions SourceCode/Net462/Panuon.WPF.UI/packages.config

This file was deleted.

6 changes: 2 additions & 4 deletions SourceCode/Net472/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Panuon.WPF, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Panuon.WPF.1.1.1\lib\net472\Panuon.WPF.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\references\net472\Panuon.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -73,9 +74,6 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.WPF.UI\Panuon.WPF.UI.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.WPF.UI.Internal\Panuon.WPF.UI.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 0 additions & 4 deletions SourceCode/Net472/Panuon.WPF.UI/packages.config

This file was deleted.

6 changes: 2 additions & 4 deletions SourceCode/Net48/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Panuon.WPF, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Panuon.WPF.1.1.1\lib\net48\Panuon.WPF.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\references\net48\Panuon.WPF.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -67,9 +68,6 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\SharedResources\Panuon.WPF.UI\Panuon.WPF.UI.projitems" Label="Shared" />
<Import Project="..\..\SharedResources\Panuon.WPF.UI.Internal\Panuon.WPF.UI.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 0 additions & 4 deletions SourceCode/Net48/Panuon.WPF.UI/packages.config

This file was deleted.

4 changes: 3 additions & 1 deletion SourceCode/Net5/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<Reference Include="Panuon.WPF">
<HintPath>..\..\references\net5.0-windows\Panuon.WPF.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion SourceCode/Net6/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<Reference Include="Panuon.WPF">
<HintPath>..\..\references\net6.0-windows\Panuon.WPF.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion SourceCode/Net7/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<Reference Include="Panuon.WPF">
<HintPath>..\..\references\net7.0-windows\Panuon.WPF.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion SourceCode/net8/Panuon.WPF.UI/Panuon.WPF.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Panuon.WPF" Version="1.1.1" />
<Reference Include="Panuon.WPF">
<HintPath>..\..\references\net8.0-windows\Panuon.WPF.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file added SourceCode/references/net452/Panuon.WPF.dll
Binary file not shown.
Binary file added SourceCode/references/net462/Panuon.WPF.dll
Binary file not shown.
Binary file added SourceCode/references/net472/Panuon.WPF.dll
Binary file not shown.
Binary file added SourceCode/references/net48/Panuon.WPF.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7020ecb

Please sign in to comment.