Skip to content

Commit

Permalink
More build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Oct 8, 2023
1 parent 7c8df97 commit 483d340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MobiFlightConnector.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ Global
{FAD08758-74C5-4DBA-9BC5-1AD98A0FE87B}.Release|x86.Build.0 = Release|x86
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Debug|x64.ActiveCfg = Debug|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Debug|x64.Build.0 = Debug|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Debug|x86.ActiveCfg = Debug|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Debug|x86.Build.0 = Debug|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|Any CPU.Build.0 = Release|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|x64.ActiveCfg = Release|x64
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|x64.Build.0 = Release|x64
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|x86.ActiveCfg = Release|Any CPU
{89216209-3FEA-4722-B8F3-C7AFC9C0DC77}.Release|x86.Build.0 = Release|Any CPU
{657624C9-3CA3-4DB3-8107-2CC0356A5026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion MobiFlightUnitTests/MobiFlightUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit 483d340

Please sign in to comment.