mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
192 lines
10 KiB
XML
192 lines
10 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>{CB4055C6-D59E-479E-9C56-2C92335A7D9A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ICD.Common.Utils</RootNamespace>
|
|
<AssemblyName>ICD.Common.Utils</AssemblyName>
|
|
<ProjectTypeGuids>{0B4745B0-194B-4BB6-8E21-E9057CA92500};{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{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\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;SIMPLSHARP</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<AllowedReferenceRelatedFileExtensions>.allowedReferenceRelatedFileExtensions</AllowedReferenceRelatedFileExtensions>
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoConfig>true</NoConfig>
|
|
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
|
|
<DefineConstants>SIMPLSHARP</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="SimplSharpCustomAttributesInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\ProgramData\Crestron\SDK\SimplSharpCustomAttributesInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpHelperInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\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>C:\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>C:\ProgramData\Crestron\SDK\SimplSharpReflectionInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SimplSharpSQLHelperInterface, Version=1.0.92.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\ProgramData\Crestron\SDK\SimplSharpSQLHelperInterface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Attributes\AbstractIcdAttribute.cs" />
|
|
<Compile Include="Collections\WeakKeyDictionary.cs" />
|
|
<Compile Include="Comparers\PredicateComparer.cs" />
|
|
<Compile Include="ConsoleColor.cs" />
|
|
<Compile Include="EncodingUtils.cs" />
|
|
<Compile Include="EventArguments\BoolEventArgs.cs" />
|
|
<Compile Include="EventArguments\CharEventArgs.cs" />
|
|
<Compile Include="EventArguments\DateTimeEventArgs.cs" />
|
|
<Compile Include="EventArguments\FloatEventArgs.cs" />
|
|
<Compile Include="EventArguments\GenericEventArgs.cs" />
|
|
<Compile Include="EventArguments\IGenericEventArgs.cs" />
|
|
<Compile Include="EventArguments\IntEventArgs.cs" />
|
|
<Compile Include="EventArguments\StringEventArgs.cs" />
|
|
<Compile Include="EventArguments\UShortEventArgs.cs" />
|
|
<Compile Include="EventArguments\XmlRecursionEventArgs.cs" />
|
|
<None Include="ObfuscationSettings.cs" />
|
|
<Compile Include="Extensions\BoolExtensions.cs" />
|
|
<Compile Include="Extensions\ByteExtensions.cs" />
|
|
<Compile Include="Extensions\ListExtensions.cs" />
|
|
<Compile Include="Comparers\PredicateEqualityComparer.cs" />
|
|
<Compile Include="Extensions\UshortExtensions.cs" />
|
|
<Compile Include="ProcessorUtils.SimplSharp.cs" />
|
|
<Compile Include="ProcessorUtils.Standard.cs" />
|
|
<Compile Include="ProgramUtils.SimplSharp.cs" />
|
|
<Compile Include="ProgramUtils.Standard.cs" />
|
|
<Compile Include="Properties\Annotations.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="RecursionUtils.cs" />
|
|
<Compile Include="ReprBuilder.cs" />
|
|
<Compile Include="Services\Logging\ILoggerService.cs" />
|
|
<Compile Include="Services\Logging\LogItem.cs" />
|
|
<Compile Include="Services\Logging\LogItemEventArgs.cs" />
|
|
<Compile Include="Services\Logging\SeverityEventArgs.cs" />
|
|
<Compile Include="AttributeUtils.cs" />
|
|
<Compile Include="Services\ServiceNotFoundException.cs" />
|
|
<Compile Include="Services\ServiceProvider.cs" />
|
|
<Compile Include="Collections\IcdHashSet.cs" />
|
|
<Compile Include="Collections\ScrollQueue.cs" />
|
|
<Compile Include="ProcessorUtils.cs" />
|
|
<Compile Include="Extensions\DateTimeExtensions.cs" />
|
|
<Compile Include="Extensions\TypeExtensions.cs" />
|
|
<Compile Include="IcdConsole.cs" />
|
|
<Compile Include="IcdEnvironment.cs" />
|
|
<Compile Include="IcdEnvironment.SimplSharp.cs" />
|
|
<Compile Include="IcdEnvironment.Standard.cs" />
|
|
<Compile Include="IcdZip.cs" />
|
|
<Compile Include="IO\IcdDirectory.cs" />
|
|
<Compile Include="EnumUtils.cs" />
|
|
<Compile Include="Extensions\AssemblyExtensions.cs" />
|
|
<Compile Include="Extensions\DictionaryExtensions.cs" />
|
|
<Compile Include="Extensions\EnumerableExtensions.cs" />
|
|
<Compile Include="Extensions\EnumExtensions.cs" />
|
|
<Compile Include="Extensions\EventHandlerExtensions.cs" />
|
|
<Compile Include="Extensions\JsonExtensions.cs" />
|
|
<Compile Include="Extensions\QueueExtensions.cs" />
|
|
<Compile Include="Extensions\ReflectionExtensions.cs" />
|
|
<Compile Include="Extensions\StringBuilderExtensions.cs" />
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|
<Compile Include="Extensions\TimeSpanExtensions.cs" />
|
|
<Compile Include="IcdErrorLog.cs" />
|
|
<Compile Include="IO\IcdEncodingStringWriter.cs" />
|
|
<Compile Include="IO\IcdFile.cs" />
|
|
<Compile Include="IO\IcdFileStream.cs" />
|
|
<Compile Include="IO\IcdMemoryStream.cs" />
|
|
<Compile Include="IO\IcdPath.cs" />
|
|
<Compile Include="IO\IcdStream.cs" />
|
|
<Compile Include="IO\IcdStreamReader.cs" />
|
|
<Compile Include="IO\IcdStringReader.cs" />
|
|
<Compile Include="IO\IcdStringWriter.cs" />
|
|
<Compile Include="IO\IcdTextReader.cs" />
|
|
<Compile Include="IO\IcdTextWriter.cs" />
|
|
<Compile Include="IStateDisposable.cs" />
|
|
<Compile Include="Json\AbstractGenericJsonConverter.cs" />
|
|
<Compile Include="Json\JsonItemWrapper.cs" />
|
|
<Compile Include="Json\JsonUtils.cs" />
|
|
<Compile Include="MathUtils.cs" />
|
|
<Compile Include="PathUtils.cs" />
|
|
<Compile Include="PrettyPrint.cs" />
|
|
<Compile Include="ProgramUtils.cs" />
|
|
<Compile Include="ReflectionUtils.cs" />
|
|
<Compile Include="SafeCriticalSection.cs" />
|
|
<Compile Include="SafeCriticalSection.SimplSharp.cs" />
|
|
<Compile Include="SafeCriticalSection.Standard.cs" />
|
|
<Compile Include="SafeMutex.cs" />
|
|
<Compile Include="Sqlite\eDbType.cs" />
|
|
<Compile Include="Sqlite\IcdDbDataReader.cs" />
|
|
<Compile Include="Sqlite\IcdSqliteCommand.cs" />
|
|
<Compile Include="Sqlite\IcdSqliteConnection.cs" />
|
|
<Compile Include="Sqlite\IcdSqliteDataReader.cs" />
|
|
<Compile Include="Sqlite\IcdSqliteParameter.cs" />
|
|
<Compile Include="Sqlite\IcdSqliteParameterCollection.cs" />
|
|
<Compile Include="Sqlite\IIcdDataReader.cs" />
|
|
<Compile Include="Sqlite\IIcdDataRecord.cs" />
|
|
<Compile Include="StringUtils.cs" />
|
|
<Compile Include="TableBuilder.cs" />
|
|
<Compile Include="ThreadingUtils.cs" />
|
|
<Compile Include="Timers\IcdStopwatch.cs" />
|
|
<Compile Include="Timers\IcdTimer.cs" />
|
|
<Compile Include="Timers\Repeater.cs" />
|
|
<Compile Include="Timers\SafeTimer.cs" />
|
|
<Compile Include="TryUtils.cs" />
|
|
<Compile Include="Xml\IcdXmlConvert.cs" />
|
|
<Compile Include="Xml\IcdXmlDocument.cs" />
|
|
<Compile Include="Xml\IcdXmlException.cs" />
|
|
<Compile Include="Xml\IcdXmlReader.cs" />
|
|
<Compile Include="Xml\IcdXmlTextWriter.cs" />
|
|
<Compile Include="Xml\IcdXmlAttribute.cs" />
|
|
<Compile Include="Xml\XmlReaderExtensions.cs" />
|
|
<Compile Include="Xml\XmlUtils.cs" />
|
|
<None Include="Properties\ControlSystem.cfg" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>if /I "$(ConfigurationName)" == "Release" Eazfuscator.NET.exe "$(TargetPath)" --msbuild-project-path "$(ProjectPath)" --msbuild-project-configuration "$(ConfigurationName)" --msbuild-project-platform "$(PlatformName)" --msbuild-solution-path "$(SolutionPath)" -n --newline-flush -v 5.2 --configuration-file="$(ProjectDir)ObfuscationSettings.cs"
|
|
rem S# Pro preparation will execute after these operations</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |