portable

alphons <alphons@heijden.com> 20 Nov 2024, 15:09
903cb3a56d17bcb24a281a94f06958d727f2ec81
4 files changed
  • Properties/PublishProfiles/FolderProfile.pubxml
  • Properties/PublishProfiles/FolderProfile.pubxml.user
  • ZedGraph.csproj
  • ZedGraph.csproj.user
diff --git a/Properties/PublishProfiles/FolderProfile.pubxml b/Properties/PublishProfiles/FolderProfile.pubxml
index ad48f8b..5821348 100644
--- a/Properties/PublishProfiles/FolderProfile.pubxml
+++ b/Properties/PublishProfiles/FolderProfile.pubxml
@@ -6,8 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
- <PublishDir>bin\Release\net8.0-windows\publish\</PublishDir>
+ <PublishDir>bin\Release\net8.0\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
+ <TargetFramework>net8.0</TargetFramework>
+ <SelfContained>false</SelfContained>
</PropertyGroup>
</Project>
\ No newline at end of file
diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user
index f9e996e..bd3eb83 100644
--- a/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
- <History>True|2024-11-20T13:47:07.7390433Z||;True|2024-11-20T14:46:34.8011085+01:00||;True|2024-11-20T14:44:40.3713134+01:00||;True|2024-11-20T14:40:32.1449821+01:00||;</History>
+ <History>True|2024-11-20T14:06:45.9581683Z||;False|2024-11-20T15:06:08.5682564+01:00||;False|2024-11-20T15:05:52.9595266+01:00||;False|2024-11-20T15:05:38.1339657+01:00||;False|2024-11-20T15:05:25.4753309+01:00||;True|2024-11-20T15:01:19.2419761+01:00||;True|2024-11-20T14:47:07.7390433+01:00||;True|2024-11-20T14:46:34.8011085+01:00||;True|2024-11-20T14:44:40.3713134+01:00||;True|2024-11-20T14:40:32.1449821+01:00||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
\ No newline at end of file
diff --git a/ZedGraph.csproj b/ZedGraph.csproj
index d992d6b..2ca5833 100644
--- a/ZedGraph.csproj
+++ b/ZedGraph.csproj
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net8.0-windows</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
+ <UseWindowsForms>false</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
- <AssemblyVersion>8.0.0.1</AssemblyVersion>
- <FileVersion>8.0.0.1</FileVersion>
+ <AssemblyVersion>8.0.0.2</AssemblyVersion>
+ <FileVersion>8.0.0.2</FileVersion>
<SignAssembly>True</SignAssembly>
<Title>ZedGraph .NET Core Library</Title>
<Description>ZedGraph is a fork of ZedGraph plus the DynFilteredPointList class. ZedGraph is a class library and user control for .Net Core, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.</Description>
@@ -16,7 +16,7 @@
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<EnableNETAnalyzers>False</EnableNETAnalyzers>
<NeutralLanguage>en</NeutralLanguage>
- <Version>$(VersionPrefix)0.0.1</Version>
+ <Version>$(VersionPrefix)0.0.2</Version>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/alphons/ZedGraph</PackageProjectUrl>
<Authors>John Champion,Ingineer and Alphons van der Heijden.</Authors>
@@ -29,6 +29,32 @@
<DebugType>embedded</DebugType>
</PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="ZedGraph\DataSourcePointList.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.ContextMenu.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.Designer.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.Events.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.Printing.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.Properties.cs" />
+ <Compile Remove="ZedGraph\ZedGraphControl.ScrollBars.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Include="ZedGraph\DataSourcePointList.cs" />
+ <None Include="ZedGraph\ZedGraphControl.ContextMenu.cs" />
+ <None Include="ZedGraph\ZedGraphControl.cs" />
+ <None Include="ZedGraph\ZedGraphControl.Designer.cs" />
+ <None Include="ZedGraph\ZedGraphControl.Events.cs" />
+ <None Include="ZedGraph\ZedGraphControl.Printing.cs" />
+ <None Include="ZedGraph\ZedGraphControl.Properties.cs" />
+ <None Include="ZedGraph\ZedGraphControl.ScrollBars.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0" />
+ </ItemGroup>
+
<ItemGroup>
<None Update="LICENSE.txt">
<Pack>True</Pack>
diff --git a/ZedGraph.csproj.user b/ZedGraph.csproj.user
index 61c4e16..a0857e2 100644
--- a/ZedGraph.csproj.user
+++ b/ZedGraph.csproj.user
@@ -4,23 +4,23 @@
<_LastSelectedProfileId>C:\git\ZedGraph\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
- <Compile Update="ZedGraph\ZedGraphControl.ContextMenu.cs">
+ <None Update="ZedGraph\ZedGraphControl.ContextMenu.cs">
<SubType>UserControl</SubType>
- </Compile>
- <Compile Update="ZedGraph\ZedGraphControl.cs">
+ </None>
+ <None Update="ZedGraph\ZedGraphControl.cs">
<SubType>UserControl</SubType>
- </Compile>
- <Compile Update="ZedGraph\ZedGraphControl.Events.cs">
+ </None>
+ <None Update="ZedGraph\ZedGraphControl.Events.cs">
<SubType>UserControl</SubType>
- </Compile>
- <Compile Update="ZedGraph\ZedGraphControl.Printing.cs">
+ </None>
+ <None Update="ZedGraph\ZedGraphControl.Printing.cs">
<SubType>UserControl</SubType>
- </Compile>
- <Compile Update="ZedGraph\ZedGraphControl.Properties.cs">
+ </None>
+ <None Update="ZedGraph\ZedGraphControl.Properties.cs">
<SubType>UserControl</SubType>
- </Compile>
- <Compile Update="ZedGraph\ZedGraphControl.ScrollBars.cs">
+ </None>
+ <None Update="ZedGraph\ZedGraphControl.ScrollBars.cs">
<SubType>UserControl</SubType>
- </Compile>
+ </None>
</ItemGroup>
</Project>
\ No newline at end of file