Skip to content

Commit

Permalink
Merge pull request #11 from nutdotnet/10-scale-lines
Browse files Browse the repository at this point in the history
Tick Mark bug, other enhancements
  • Loading branch information
gbakeman authored Jul 23, 2024
2 parents bb77688 + 0c4f50d commit afaea9e
Show file tree
Hide file tree
Showing 41 changed files with 2,603 additions and 5,828 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build Project
run: >
dotnet build ${{ env.PRIMARY_FOLDER }}\AGauge.csproj
dotnet build ${{ env.PRIMARY_FOLDER }}\AGaugeClassic.csproj
--nologo
-c Debug
-p:Version=1.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build Project
run: >
dotnet build ${{ env.PRIMARY_FOLDER }}\AGauge.csproj
dotnet build ${{ env.PRIMARY_FOLDER }}\AGaugeClassic.csproj
--nologo
-c Release
-p:Version=${{ steps.exVer.outputs.ASMVER }}
Expand Down
41 changes: 41 additions & 0 deletions AGauge.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AGaugeClassic", "AGauge\AGaugeClassic.csproj", "{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AGaugeDemo", "AGaugeDemo\AGaugeDemo.csproj", "{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Debug|x86.ActiveCfg = Debug|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Debug|x86.Build.0 = Debug|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Release|Any CPU.Build.0 = Release|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Release|x86.ActiveCfg = Release|Any CPU
{3CF36E77-CD6E-428A-89F9-31C8C8E595C7}.Release|x86.Build.0 = Release|Any CPU
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Debug|Any CPU.ActiveCfg = Debug|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Debug|Any CPU.Build.0 = Debug|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Debug|x86.ActiveCfg = Debug|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Debug|x86.Build.0 = Debug|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Release|Any CPU.ActiveCfg = Release|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Release|Any CPU.Build.0 = Release|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Release|x86.ActiveCfg = Release|x86
{B5DBBA7D-17B1-4688-AB92-E09208D7D3BB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A3561AD-28B8-48FD-B0A9-3B9E887A2091}
EndGlobalSection
EndGlobal
74 changes: 37 additions & 37 deletions AGauge/AGauge.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit afaea9e

Please sign in to comment.