Skip to content

Commit

Permalink
Adjusted the output path
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy committed Apr 2, 2024
1 parent 5f87f19 commit 2b8ec61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TweaksLauncher.API/TweaksLauncher.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
<OutDir>../output/$(Configuration)/libs/</OutDir>
<OutDir>../output/$(Configuration)/TweaksLauncher/libs/</OutDir>
<RootNamespace>TweaksLauncher</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyVersion>0.1</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion TweaksLauncher/TweaksLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>embedded</DebugType>
<Platforms>AnyCPU;x86</Platforms>
<OutDir>../output/$(Configuration)/</OutDir>
<OutDir>../output/$(Configuration)/TweaksLauncher/</OutDir>
<AssemblyName Condition="'$(Platform)' == 'x86'">$(MSBuildProjectName).x86</AssemblyName>
<AssemblyVersion>0.1</AssemblyVersion>
</PropertyGroup>
Expand Down

0 comments on commit 2b8ec61

Please sign in to comment.