File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 # with:
3333 # name: OpenHardwareMonitor
3434 # path: |
35- # bin/OpenHardwareMonitor
35+ # OpenHardwareMonitor/ bin/net472
3636
3737 - name : Publish Lib build
3838 uses : actions/upload-artifact@v4
3939 with :
4040 name : OpenHardwareMonitorLib
4141 path : |
42- bin/ OpenHardwareMonitorLib
42+ OpenHardwareMonitorLib/bin
Original file line number Diff line number Diff line change 88 <AssemblyVersion >1.7.0.0</AssemblyVersion >
99 <FileVersion >1.7.0.0</FileVersion >
1010 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11- <OutputPath >..\ bin\</OutputPath >
11+ <OutputPath >bin\</OutputPath >
1212 </PropertyGroup >
1313 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1414 <DebugType >full</DebugType >
Original file line number Diff line number Diff line change 33 <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
44 <!-- <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> -->
55 <!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> -->
6- <BaseIntermediateOutputPath >$(SolutionDir)\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
7- <MSBUildProjectExtensionsPath >$(SolutionDir)\obj\$(MSBuildProjectName)</MSBUildProjectExtensionsPath >
8- <OutDir >$(SolutionDir)\bin\$(MSBuildProjectName)\$(TargetFramework)</OutDir >
6+ <!-- < BaseIntermediateOutputPath>$(SolutionDir)\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> -- >
7+ <!-- < MSBUildProjectExtensionsPath>$(SolutionDir)\obj\$(MSBuildProjectName)</MSBUildProjectExtensionsPath> -- >
8+ <!-- < OutDir>$(SolutionDir)\bin\$(MSBuildProjectName)\$(TargetFramework)</OutDir> -- >
99 <NoWarn >$(NoWarn);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</NoWarn >
1010 <MSBuildWarningsAsMessages >$(MSBuildWarningsAsMessages);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</MSBuildWarningsAsMessages >
1111 </PropertyGroup >
Original file line number Diff line number Diff line change 88 <ApplicationManifest >Resources\app.manifest</ApplicationManifest >
99 <StartupObject >OpenHardwareMonitor.Program</StartupObject >
1010 <UseWindowsForms >true</UseWindowsForms >
11- <OutputPath >..\ bin\</OutputPath >
11+ <OutputPath >bin\</OutputPath >
1212 <LangVersion >latest</LangVersion >
1313 <PlatformTarget >AnyCPU</PlatformTarget >
1414 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
Original file line number Diff line number Diff line change 3131 <Version >$(AssemblyVersion)</Version >
3232 <IncludeSymbols >false</IncludeSymbols >
3333 <PackageLicenseExpression >MPL-2.0</PackageLicenseExpression >
34- <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
34+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
35+ <OutputPath >bin\</OutputPath >
3536 </PropertyGroup >
3637 <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
37- <OutputPath >..\bin\</OutputPath >
3838 </PropertyGroup >
3939 <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
40- <OutputPath >..\bin\</OutputPath >
4140 </PropertyGroup >
4241 <ItemGroup >
4342 <None Include =" packageicon.png" Pack =" true" PackagePath =" " />
Original file line number Diff line number Diff line change 33rmdir /s /q .vs
44rmdir /s /q .idea
55
6- rmdir /s /q .\bin
7- rmdir /s /q .\obj
6+ for /f " delims=" %%e in ('dir /A:D /S /B *bin^ |find /i " \bin" ') do @ if exist " %%e " (@ rmdir /S /Q %%e )
7+ for /f " delims=" %%e in ('dir /A:D /S /B *obj^ |find /i " \obj" ') do @ if exist " %%e " (@ rmdir /S /Q %%e )
8+ for /f " delims=" %%e in ('dir /A:D /S /B *.vs^ |find /i " \.vs" ') do @ if exist " %%e " (@ rmdir /S /Q %%e )
89
9- del /s /s OpenHardwareMonitor\FodyWeavers.xsd
10+ del /s OpenHardwareMonitor\FodyWeavers.xsd
11+ del /s OpenHardwareMonitor.sln.DotSettings.user
You can’t perform that action at this time.
0 commit comments