Skip to content

Commit

Permalink
rename NET8 project files
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Feb 21, 2024
1 parent 55a9bfd commit 942ede5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore TeslaLogger.sln
run: dotnet restore TeslaLoggerNET8.sln
- name: Build
run: dotnet build --no-restore TeslaLogger.sln
run: dotnet build --no-restore TeslaLoggerNET8.sln

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Logfile\Logfile.csproj" />
<ProjectReference Include="..\Logfile\LogfileNET8.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="M2Mqtt" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>True</GenerateAssemblyInfo>
<AssemblyTitle>OSMMapGenerator</AssemblyTitle>
<Copyright>%24{AuthorCopyright}</Copyright>
<AssemblyVersion>1.1.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>True</GenerateAssemblyInfo>
<AssemblyTitle>OSMMapGenerator</AssemblyTitle>
<Copyright>%24{AuthorCopyright}</Copyright>
<AssemblyVersion>1.1.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<None Include="www\admin\settings.php.bak" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Logfile\Logfile.csproj" />
<ProjectReference Include="..\srtm\src\SRTM\SRTM.csproj" />
<ProjectReference Include="..\Logfile\LogfileNET8.csproj" />
<ProjectReference Include="..\srtm\src\SRTM\SRTMNET8.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="www\admin\abrp.php" />
Expand Down
12 changes: 6 additions & 6 deletions TeslaLogger.sln → TeslaLoggerNET8.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeslaLogger", "TeslaLogger\TeslaLogger.csproj", "{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeslaLogger", "TeslaLogger\TeslaLoggerNET8.csproj", "{9932F717-1BEE-4D0F-B5B0-FB8665FFE647}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37F4A1BB-79C0-4358-A773-738FC7CE332A}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -21,15 +21,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Grafana", "Grafana", "{4C42
TeslaLogger\Grafana\Verbrauch.json = TeslaLogger\Grafana\Verbrauch.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTClient", "MQTTClient\MQTTClient.csproj", "{6333ABAD-51F4-430D-9BA5-0047602612D1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MQTTClient", "MQTTClient\MQTTClientNET8.csproj", "{6333ABAD-51F4-430D-9BA5-0047602612D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRTM", "srtm\src\SRTM\SRTM.csproj", "{AE6A978E-8084-48C7-85DD-2E90FCD82F30}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRTM", "srtm\src\SRTM\SRTMNET8.csproj", "{AE6A978E-8084-48C7-85DD-2E90FCD82F30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logfile", "Logfile\Logfile.csproj", "{B6462053-A913-47B8-8719-CA08EE5B2E4E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logfile", "Logfile\LogfileNET8.csproj", "{B6462053-A913-47B8-8719-CA08EE5B2E4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestsTeslalogger", "UnitTestsTeslalogger\UnitTestsTeslalogger.csproj", "{AE80A9DA-E9B1-4BFD-8D2D-A2EA81B8EADC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTestsTeslalogger", "UnitTestsTeslalogger\UnitTestsTeslaloggerNET8.csproj", "{AE80A9DA-E9B1-4BFD-8D2D-A2EA81B8EADC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSMMapGenerator", "OSMMapGenerator\OSMMapGenerator.csproj", "{852390A2-450B-43B3-A79A-F6C1DD988AE5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OSMMapGenerator", "OSMMapGenerator\OSMMapGeneratorNET8.csproj", "{852390A2-450B-43B3-A79A-F6C1DD988AE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OSMMapGenerator\OSMMapGenerator.csproj" />
<ProjectReference Include="..\srtm\src\SRTM\SRTM.csproj" />
<ProjectReference Include="..\TeslaLogger\TeslaLogger.csproj" />
<ProjectReference Include="..\OSMMapGenerator\OSMMapGeneratorNET8.csproj" />
<ProjectReference Include="..\srtm\src\SRTM\SRTMNET8.csproj" />
<ProjectReference Include="..\TeslaLogger\TeslaLoggerNET8.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="testdata\shelly-em1-shelly.txt" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Logfile\Logfile.csproj" />
<ProjectReference Include="..\..\..\Logfile\LogfileNET8.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" />
Expand Down

0 comments on commit 942ede5

Please sign in to comment.