Skip to content

Commit 0521eb2

Browse files
committed
lf_daemon.csproj
1 parent df9e278 commit 0521eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lf_daemon/lf_daemon.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
12-
<OutputPath>..\LenovoFanManagementApp\bin\Debug\net5.0-windows\win-x64</OutputPath>
12+
<OutputPath>..\LenovoFanManagementApp\bin\Debug\net5.0-windows</OutputPath>
1313
<PlatformTarget>x64</PlatformTarget>
1414
<DefineConstants>DEBUG;TRACE</DefineConstants>
1515
<SelfContained>false</SelfContained>
1616
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
20-
<OutputPath>..\LenovoFanManagementApp\bin\Release\net5.0-windows\win-x64</OutputPath>
20+
<OutputPath>..\LenovoFanManagementApp\bin\Release\net5.0-windows</OutputPath>
2121
<DefineConstants>TRACE</DefineConstants>
2222
<DebugType>none</DebugType>
2323
<DebugSymbols>false</DebugSymbols>

0 commit comments

Comments
 (0)