Skip to content

Commit

Permalink
reset adapter output path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Feb 12, 2023
1 parent 6fdf4ae commit 3362b7c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TargetFramework>net472</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<Configurations>Debug</Configurations>
<OutputPath>C:\Users\Nikita\.vscode\extensions\joelday.papyrus-lang-vscode-3.1.1\debug-bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName)</OutputPath>
<OutputPath>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName)</OutputPath>
<DefaultItemExcludes>$(DefaultItemExcludes);obj\**</DefaultItemExcludes>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
Expand All @@ -23,7 +23,6 @@
<StartupObject />
<DefineConstants>TRACE;FALLOUT4</DefineConstants>
<RootNamespace>DarkId.Papyrus.DebugAdapterProxy</RootNamespace>
<BaseOutputPath>C:\Users\Nikita\.vscode\extensions\joelday.papyrus-lang-vscode-3.1.1\debug-bin\</BaseOutputPath>
</PropertyGroup>

<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
Expand Down

0 comments on commit 3362b7c

Please sign in to comment.