Skip to content

Commit

Permalink
Update x52msfsout.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsa authored Aug 25, 2024
1 parent e0fb92c commit dc5450b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x52msfsout.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LibraryPath>$(LibraryPath)</LibraryPath>
<OutDir>M:\Steam\steamapps\common\X-Plane 11\Resources\plugins\FlyWithLua\Scripts\x52LuaOut\internals\</OutDir>
<OutDir>build\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LibraryPath>$(LibraryPath)</LibraryPath>
<OutDir>M:\Steam\steamapps\common\X-Plane 11\Resources\plugins\FlyWithLua\Scripts\x52LuaOut\internals\</OutDir>
<OutDir>build\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down

0 comments on commit dc5450b

Please sign in to comment.