mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
test: add crestron mocks and Test configuration
This commit is contained in:
parent
4ee62088fa
commit
bc60106afd
25 changed files with 3728 additions and 563 deletions
|
|
@ -18,10 +18,14 @@
|
|||
<Authors>PepperDash Technologies</Authors>
|
||||
<PackageId>PepperDash.Essentials.MobileControl</PackageId>
|
||||
<PackageTags>crestron 4series</PackageTags>
|
||||
<Configurations>Debug;Release;Test</Configurations>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DefineConstants>TRACE;DEBUG;SERIES4</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|AnyCPU'">
|
||||
<DefineConstants>TRACE;DEBUG;SERIES4</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineConstants>TRACE;SERIES4</DefineConstants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue