-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60dbaf5
commit 3f45372
Showing
1 changed file
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<ProjectType>Program</ProjectType> | ||
<Configurations>Debug;Release;Debug 4.7.2</Configurations> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<RootNamespace>PepperDash.Essentials</RootNamespace> | ||
<AssemblyName>PepperDashEssentials</AssemblyName> | ||
<TargetFrameworks>net472;net6</TargetFrameworks> | ||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<Title>PepperDash Essentials</Title> | ||
<PackageId>PepperDashEssentials</PackageId> | ||
<Version>2.0.0-local</Version> | ||
<InformationalVersion>$(Version)</InformationalVersion> | ||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> | ||
</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> | ||
<None Include="Example Configuration\EssentialsHuddleSpaceRoom\configurationFile-HuddleSpace-2-Source.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\EssentialsHuddleVtc1Room\configurationFile-mockVideoCodec_din-ap3_-_dm4x1.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\SIMPLBridging\configurationFile-dmps3300c-avRouting.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\SIMPLBridging\SIMPLBridgeExample_configurationFile.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials iPad.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials TSW-560.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials TSW-760.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.20.66" /> | ||
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-424" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj" /> | ||
<ProjectReference Include="..\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<ProjectType>Program</ProjectType> | ||
<Configurations>Debug;Release;Debug 4.7.2</Configurations> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<RootNamespace>PepperDash.Essentials</RootNamespace> | ||
<AssemblyName>PepperDashEssentials</AssemblyName> | ||
<TargetFrameworks>net472;net6</TargetFrameworks> | ||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<Title>PepperDash Essentials</Title> | ||
<PackageId>PepperDashEssentials</PackageId> | ||
<Version>2.0.0-local</Version> | ||
<InformationalVersion>$(Version)</InformationalVersion> | ||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> | ||
</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> | ||
<None Include="Example Configuration\EssentialsHuddleSpaceRoom\configurationFile-HuddleSpace-2-Source.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\EssentialsHuddleVtc1Room\configurationFile-mockVideoCodec_din-ap3_-_dm4x1.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\SIMPLBridging\configurationFile-dmps3300c-avRouting.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="Example Configuration\SIMPLBridging\SIMPLBridgeExample_configurationFile.json"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials iPad.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials TSW-560.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SGD\PepperDash Essentials TSW-760.sgd"> | ||
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Crestron.SimplSharp.SDK.Program" Version="2.20.66" /> | ||
<PackageReference Include="PepperDashCore" Version="2.0.0-alpha-424" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\PepperDash.Essentials.Core\PepperDash.Essentials.Core.csproj" /> | ||
<ProjectReference Include="..\PepperDash.Essentials.Devices.Common\PepperDash.Essentials.Devices.Common.csproj" /> | ||
</ItemGroup> | ||
</Project> |