framework-legacy/MBS.Framework/MBS.Framework.csproj

147 lines
7.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>MBS.Framework</RootNamespace>
<AssemblyName>MBS.Framework</AssemblyName>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Production.snk</AssemblyOriginatorKeyFile>
<ReleaseVersion>4.0.2021.12</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Output\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Output\Debug\MBS.Framework.xml</DocumentationFile>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\Output\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Output\Release\MBS.Framework.xml</DocumentationFile>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Collections\Generic\AutoDictionary.cs" />
<Compile Include="Collections\Generic\BidirectionalDictionary.cs" />
<Compile Include="Drawing\Colors.cs" />
<Compile Include="Drawing\Rectangle.cs" />
<Compile Include="Drawing\Dimension3D.cs" />
<Compile Include="Drawing\Dimension2D.cs" />
<Compile Include="Drawing\Padding.cs" />
<Compile Include="Drawing\Color.cs" />
<Compile Include="Drawing\Dimension.cs" />
<Compile Include="Drawing\Vector.cs" />
<Compile Include="ArrayExtensions.cs" />
<Compile Include="Reflection.cs" />
<Compile Include="Security\Cryptography\ExtensionMethods.cs" />
<Compile Include="Logic\Expression.cs" />
<Compile Include="Logic\Expressions\BooleanExpression.cs" />
<Compile Include="Logic\Expressions\LiteralExpression.cs" />
<Compile Include="Logic\Expressions\ComplexExpression.cs" />
<Compile Include="Logic\Expressions\VariableExpression.cs" />
<Compile Include="Logic\ExpressionContext.cs" />
<Compile Include="Logic\Variable.cs" />
<Compile Include="Logic\Expressions\EmptyExpression.cs" />
<Compile Include="StringExtensions.cs" />
<Compile Include="Logic\Expressions\ArithmeticExpression.cs" />
<Compile Include="Logic\VariableRequestedEvent.cs" />
<Compile Include="Logic\Conditional\ConditionComparison.cs" />
<Compile Include="Logic\Conditional\ConditionCombination.cs" />
<Compile Include="Logic\Conditional\IConditionalStatement.cs" />
<Compile Include="Logic\Conditional\ConditionalStatementCollection.cs" />
<Compile Include="Logic\Conditional\ConditionGroup.cs" />
<Compile Include="Logic\Conditional\Condition.cs" />
<Compile Include="SeekDirection.cs" />
<Compile Include="IO\File.cs" />
<Compile Include="IO\CaseSensitiveHandling.cs" />
<Compile Include="MemsetExtension.cs" />
<Compile Include="Drawing\Measurement.cs" />
<Compile Include="Drawing\MeasurementUnit.cs" />
<Compile Include="NumericStringSplitter.cs" />
<Compile Include="Plugin.cs" />
<Compile Include="Feature.cs" />
<Compile Include="Application.cs" />
<Compile Include="CommandLine.cs" />
<Compile Include="CommandLineOption.cs" />
<Compile Include="CommandLineOptionValueType.cs" />
<Compile Include="Context.cs" />
<Compile Include="Command.cs" />
<Compile Include="CommandEvent.cs" />
<Compile Include="CommandItem.cs" />
<Compile Include="StockType.cs" />
<Compile Include="ContextChangedEvent.cs" />
<Compile Include="Scripting\Strings\ScriptableString.cs" />
<Compile Include="Scripting\Strings\StringComponent.cs" />
<Compile Include="Scripting\Strings\StringComponents\ConditionalStringComponent.cs" />
<Compile Include="Scripting\Strings\StringComponents\LiteralStringComponent.cs" />
<Compile Include="Scripting\ScriptEnvironment.cs" />
<Compile Include="Collections\Generic\ExtensionMethods.cs" />
<Compile Include="ISupportsExtraData.cs" />
<Compile Include="InstallationStatus.cs" />
<Compile Include="Setting.cs" />
<Compile Include="SettingsGroup.cs" />
<Compile Include="SettingsProfile.cs" />
<Compile Include="SettingsProvider.cs" />
<Compile Include="SettingsValue.cs" />
<Compile Include="Settings\CommandSetting.cs" />
<Compile Include="Settings\RangeSetting.cs" />
<Compile Include="Settings\GroupSetting.cs" />
<Compile Include="Settings\BooleanSetting.cs" />
<Compile Include="Settings\ChoiceSetting.cs" />
<Compile Include="Settings\TextSetting.cs" />
<Compile Include="Settings\CollectionSetting.cs" />
<Compile Include="Settings\FileSetting.cs" />
<Compile Include="CommandStylePreset.cs" />
<Compile Include="Settings\CustomSetting.cs" />
<Compile Include="CardinalDirection.cs" />
<Compile Include="Drawing\MeasurementVector2D.cs" />
<Compile Include="Drawing\MeasurementDimension2D.cs" />
<Compile Include="TriState.cs" />
<Compile Include="Conversion.cs" />
<Compile Include="UserInterface\HorizontalAlignment.cs" />
<Compile Include="UserInterface\VerticalAlignment.cs" />
<Compile Include="CustomSettingsProvider.cs" />
<Compile Include="Settings\VersionSetting.cs" />
<Compile Include="MathExtensions.cs" />
<Compile Include="Collections\Generic\HandleDictionary.cs" />
<Compile Include="Collections\ExtensionMethods.cs" />
<Compile Include="Collections\Generic\AppendOnlyLinkedList.cs" />
<Compile Include="EventFilter.cs" />
<Compile Include="EventFilterType.cs" />
<Compile Include="EventFilterDelegate.cs" />
<Compile Include="NativeHandle.cs" />
<Compile Include="CommandLineParser.cs" />
<Compile Include="FindFileOptions.cs" />
<Compile Include="ExtensionMethods.cs" />
<Compile Include="NanoId.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Logic\" />
<Folder Include="Logic\Expressions\" />
<Folder Include="Logic\Conditional\" />
<Folder Include="IO\" />
<Folder Include="Scripting\" />
<Folder Include="Scripting\Strings\" />
<Folder Include="Settings\" />
<Folder Include="UserInterface\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>