mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-30 12:54:54 +00:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<ProjectType>ProgramLibrary</ProjectType>
|
|
<Configurations>Debug;Release;Debug 4.7.2</Configurations>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net472;net6</TargetFrameworks>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
|
<AssemblyName>PepperDash.Essentials.Core</AssemblyName>
|
|
<RootNamespace>PepperDash.Essentials.Core</RootNamespace>
|
|
<Title>PepperDash Essentials Core</Title>
|
|
<PackageId>$(AssemblyName)</PackageId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 4.7.2|AnyCPU'">
|
|
<DebugType>full</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Remove="Web\**" />
|
|
<EmbeddedResource Remove="Web\**" />
|
|
<None Remove="Web\**" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Crestron.SimplSharp.SDK.ProgramLibrary" Version="2.20.42" />
|
|
<PackageReference Include="PepperDashCore" Version="2.0.0-beta-383" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Crestron\CrestronGenericBaseDevice.cs.orig" />
|
|
</ItemGroup>
|
|
</Project> |