Skip to content

Commit

Permalink
MP1-5185: TvThumbnails: Change x86 project output path
Browse files Browse the repository at this point in the history
  • Loading branch information
epbk committed Dec 6, 2023
1 parent eb8296f commit cf13d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TvEngine3/TVLibrary/TvThumbnails/TvThumbnails.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit cf13d36

Please sign in to comment.