mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
156 lines
8.4 KiB
XML
156 lines
8.4 KiB
XML
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{87E29B4C-569B-4368-A4ED-984AC1440C96}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>PepperDash.Core</RootNamespace>
|
|
<AssemblyName>PepperDash_Core</AssemblyName>
|
|
<ProjectTypeGuids>{0B4745B0-194B-4BB6-8E21-E9057CA92500};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
|
|
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
|
|
<OSVersion>5.0</OSVersion>
|
|
<DeployDirSuffix>SmartDeviceProject1</DeployDirSuffix>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<NativePlatformName>Windows CE</NativePlatformName>
|
|
<FormFactorID>
|
|
</FormFactorID>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<AllowedReferenceRelatedFileExtensions>.allowedReferenceRelatedFileExtensions</AllowedReferenceRelatedFileExtensions>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<DocumentationFile>bin\PepperDash_Core.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<AllowedReferenceRelatedFileExtensions>.allowedReferenceRelatedFileExtensions</AllowedReferenceRelatedFileExtensions>
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<DocumentationFile>bin\PepperDash_Core.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="SimplSharpCustomAttributesInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpCustomAttributesInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpCWSHelperInterface, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpCWSHelperInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpHelperInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpHelperInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpNewtonsoft, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpNewtonsoft.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpReflectionInterface, Version=1.0.5583.25238, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SimplSharpReflectionInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CommunicationExtras.cs" />
|
|
<Compile Include="Comm\CommunicationStreamDebugging.cs" />
|
|
<Compile Include="Comm\ControlPropertiesConfig.cs" />
|
|
<Compile Include="Comm\GenericSecureTcpIpClient.cs" />
|
|
<Compile Include="Comm\GenericTcpIpClient_ForServer.cs" />
|
|
<Compile Include="Comm\GenericHttpSseClient.cs" />
|
|
<Compile Include="Comm\GenericSecureTcpIpServer.cs" />
|
|
<Compile Include="Comm\GenericSecureTcpIpClient_ForServer.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Comm\eControlMethods.cs" />
|
|
<Compile Include="Comm\FINISH CommStatic.cs" />
|
|
<Compile Include="Comm\CommunicationGather.cs" />
|
|
<Compile Include="Comm\EventArgs.cs" />
|
|
<Compile Include="Comm\GenericSshClient.cs" />
|
|
<Compile Include="Comm\GenericUdpServer.cs" />
|
|
<Compile Include="Comm\QscCoreDoubleTcpIpClient.cs" />
|
|
<Compile Include="Comm\TcpClientConfigObject.cs" />
|
|
<Compile Include="Comm\TcpServerConfigObject.cs" />
|
|
<Compile Include="Config\PortalConfigReader.cs" />
|
|
<Compile Include="CoreInterfaces.cs" />
|
|
<Compile Include="Web\RequestHandlers\DefaultRequestHandler.cs" />
|
|
<Compile Include="Web\RequestHandlers\WebApiBaseRequestHandler.cs" />
|
|
<Compile Include="Web\WebApiServer.cs" />
|
|
<Compile Include="EventArgs.cs" />
|
|
<Compile Include="GenericRESTfulCommunications\Constants.cs" />
|
|
<Compile Include="GenericRESTfulCommunications\GenericRESTfulClient.cs" />
|
|
<Compile Include="JsonStandardObjects\EventArgs and Constants.cs" />
|
|
<Compile Include="JsonStandardObjects\JsonToSimplDeviceConfig.cs" />
|
|
<Compile Include="JsonStandardObjects\JsonToSimplDevice.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplPortalFileMaster.cs" />
|
|
<Compile Include="Logging\Debug.cs" />
|
|
<Compile Include="Logging\DebugContext.cs" />
|
|
<Compile Include="Logging\DebugMemory.cs" />
|
|
<Compile Include="Device.cs" />
|
|
<Compile Include="Comm\GenericTcpIpServer.cs" />
|
|
<Compile Include="EthernetHelper.cs" />
|
|
<Compile Include="Comm\GenericTcpIpClient.cs" />
|
|
<Compile Include="JsonToSimpl\Constants.cs" />
|
|
<Compile Include="JsonToSimpl\Global.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplArrayLookupChild.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplChildObjectBase.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplFileMaster.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplFixedPathObject.cs" />
|
|
<Compile Include="JsonToSimpl\REMOVE JsonToSimplFixedPathObject.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplGenericMaster.cs" />
|
|
<Compile Include="JsonToSimpl\JsonToSimplMaster.cs" />
|
|
<Compile Include="Network\DiscoveryThings.cs" />
|
|
<Compile Include="PasswordManagement\Config.cs" />
|
|
<Compile Include="PasswordManagement\Constants.cs" />
|
|
<Compile Include="PasswordManagement\PasswordClient.cs" />
|
|
<Compile Include="PasswordManagement\PasswordManager.cs" />
|
|
<Compile Include="SystemInfo\EventArgs and Constants.cs" />
|
|
<Compile Include="SystemInfo\SystemInfoConfig.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SystemInfo\SystemInfoToSimpl.cs" />
|
|
<Compile Include="WebApi\Presets\Preset.cs" />
|
|
<Compile Include="WebApi\Presets\User.cs" />
|
|
<Compile Include="WebApi\Presets\WebApiPasscodeClient.cs" />
|
|
<Compile Include="XSigUtility\Serialization\IXSigSerialization.cs" />
|
|
<Compile Include="XSigUtility\Serialization\XSigSerializationException.cs" />
|
|
<Compile Include="XSigUtility\Tokens\XSigAnalogToken.cs" />
|
|
<Compile Include="XSigUtility\Tokens\XSigDigitalToken.cs" />
|
|
<Compile Include="XSigUtility\Tokens\XSigSerialToken.cs" />
|
|
<Compile Include="XSigUtility\Tokens\XSigToken.cs" />
|
|
<Compile Include="XSigUtility\Tokens\XSigTokenType.cs" />
|
|
<Compile Include="XSigUtility\XSigHelpers.cs" />
|
|
<Compile Include="XSigUtility\XSigTokenStreamReader.cs" />
|
|
<Compile Include="XSigUtility\XSigTokenStreamWriter.cs" />
|
|
<None Include="Properties\ControlSystem.cfg" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>rem S# preparation will execute after these operations</PostBuildEvent>
|
|
<PreBuildEvent>del "$(TargetDir)PepperDash_Core.*" /q
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |