Skip to content

Commit dd82ae4

Browse files
committed
Change output folder of both project to Build
1 parent 5ca16fd commit dd82ae4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

LibTessDotNet/LibTessDotNet.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,24 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
22+
<OutputPath>..\Build\Debug\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
2626
<LangVersion>default</LangVersion>
2727
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
28+
<UseVSHostingProcess>false</UseVSHostingProcess>
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3031
<DebugType>pdbonly</DebugType>
3132
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
33+
<OutputPath>..\Build\Release\</OutputPath>
3334
<DefineConstants>TRACE</DefineConstants>
3435
<ErrorReport>prompt</ErrorReport>
3536
<WarningLevel>4</WarningLevel>
3637
<LangVersion>default</LangVersion>
3738
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
39+
<UseVSHostingProcess>false</UseVSHostingProcess>
3840
</PropertyGroup>
3941
<ItemGroup>
4042
<Reference Include="System" />

TessBed/TessBed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
22+
<OutputPath>..\Build\Debug\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
@@ -29,7 +29,7 @@
2929
<PlatformTarget>x86</PlatformTarget>
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
32+
<OutputPath>..\Build\Release\</OutputPath>
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)