120 lines
5.9 KiB
XML
120 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{AB015683-62E5-47F1-861F-6D037F9C6433}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Unosquare.Swan.Lite</RootNamespace>
|
|
<AssemblyName>Unosquare.Swan.Lite</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;NET452</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>7.1</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NET452</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>7.1</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Abstractions\AtomicTypeBase.cs" />
|
|
<Compile Include="Abstractions\ExclusiveTimer.cs" />
|
|
<Compile Include="Abstractions\ExpressionParser.cs" />
|
|
<Compile Include="Abstractions\IObjectMap.cs" />
|
|
<Compile Include="Abstractions\ISyncLocker.cs" />
|
|
<Compile Include="Abstractions\IValidator.cs" />
|
|
<Compile Include="Abstractions\IWaitEvent.cs" />
|
|
<Compile Include="Abstractions\IWorker.cs" />
|
|
<Compile Include="Abstractions\RunnerBase.cs" />
|
|
<Compile Include="Abstractions\SettingsProvider.cs" />
|
|
<Compile Include="Abstractions\SingletonBase.cs" />
|
|
<Compile Include="Abstractions\Tokenizer.cs" />
|
|
<Compile Include="Abstractions\ViewModelBase.cs" />
|
|
<Compile Include="AtomicBoolean.cs" />
|
|
<Compile Include="AtomicDouble.cs" />
|
|
<Compile Include="AtomicInteger.cs" />
|
|
<Compile Include="AtomicLong.cs" />
|
|
<Compile Include="Attributes\ArgumentOptionAttribute.cs" />
|
|
<Compile Include="Attributes\CopyableAttribute.cs" />
|
|
<Compile Include="Attributes\JsonPropertyAttribute.cs" />
|
|
<Compile Include="Attributes\PropertyDisplayAttribute.cs" />
|
|
<Compile Include="Attributes\StructEndiannessAttribute.cs" />
|
|
<Compile Include="Attributes\Validators.cs" />
|
|
<Compile Include="Attributes\VerbOptionAttribute.cs" />
|
|
<Compile Include="Components\ArgumentParse.Validator.cs" />
|
|
<Compile Include="Components\ArgumentParser.cs" />
|
|
<Compile Include="Components\ArgumentParser.TypeResolver.cs" />
|
|
<Compile Include="Components\ArgumentParserSettings.cs" />
|
|
<Compile Include="Components\Benchmark.cs" />
|
|
<Compile Include="Components\CollectionCacheRepository.cs" />
|
|
<Compile Include="Components\EnumHelper.cs" />
|
|
<Compile Include="Components\ObjectComparer.cs" />
|
|
<Compile Include="Components\ObjectMap.cs" />
|
|
<Compile Include="Components\ObjectMapper.cs" />
|
|
<Compile Include="Components\ObjectValidator.cs" />
|
|
<Compile Include="Components\SyncLockerFactory.cs" />
|
|
<Compile Include="Components\TimerControl.cs" />
|
|
<Compile Include="Components\WaitEventFactory.cs" />
|
|
<Compile Include="DateTimeSpan.cs" />
|
|
<Compile Include="Definitions.cs" />
|
|
<Compile Include="Definitions.Types.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="Eventing.cs" />
|
|
<Compile Include="Extensions.ByteArrays.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Extensions.Dates.cs" />
|
|
<Compile Include="Extensions.Dictionaries.cs" />
|
|
<Compile Include="Extensions.Functional.cs" />
|
|
<Compile Include="Extensions.Reflection.cs" />
|
|
<Compile Include="Extensions.Strings.cs" />
|
|
<Compile Include="Extensions.ValueTypes.cs" />
|
|
<Compile Include="Formatters\CsvReader.cs" />
|
|
<Compile Include="Formatters\CsvWriter.cs" />
|
|
<Compile Include="Formatters\HumanizeJson.cs" />
|
|
<Compile Include="Formatters\Json.Converter.cs" />
|
|
<Compile Include="Formatters\Json.cs" />
|
|
<Compile Include="Formatters\Json.Deserializer.cs" />
|
|
<Compile Include="Formatters\Json.Serializer.cs" />
|
|
<Compile Include="Formatters\Json.SerializerOptions.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Reflection\AttributeCache.cs" />
|
|
<Compile Include="Reflection\ExtendedPropertyInfo.cs" />
|
|
<Compile Include="Reflection\ExtendedTypeInfo.cs" />
|
|
<Compile Include="Reflection\MethodInfoCache.cs" />
|
|
<Compile Include="Reflection\TypeCache.cs" />
|
|
<Compile Include="Runtime.cs" />
|
|
<Compile Include="Terminal.cs" />
|
|
<Compile Include="Terminal.Enums.cs" />
|
|
<Compile Include="Terminal.Graphics.cs" />
|
|
<Compile Include="Terminal.Interaction.cs" />
|
|
<Compile Include="Terminal.Logging.cs" />
|
|
<Compile Include="Terminal.Output.cs" />
|
|
<Compile Include="Terminal.Settings.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |