Skip to content

Commit

Permalink
Added a common output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Nov 11, 2022
1 parent 36e9de6 commit e48a402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions FxEvents/FxEvents.Client/FxEvents.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@
<Deterministic>true</Deterministic>
<TargetFramework>net452</TargetFramework>
<LangVersion>latest</LangVersion>
<BaseOutputPath>..\CompiledLibs\Client</BaseOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>CLIENT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>CLIENT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
1 change: 1 addition & 0 deletions FxEvents/FxEvents.Server/FxEvents.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AssemblyName>FxEvents.Server</AssemblyName>
<BaseOutputPath>..\CompiledLibs\Server</BaseOutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit e48a402

Please sign in to comment.