ln.types/ln.types.csproj

187 lines
8.4 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>{8D9AB9A5-E513-4BA7-A450-534F6456BF28}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>ln.types</RootNamespace>
<AssemblyName>ln.types</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml.Serialization" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="nunit.framework">
<Package>nunit</Package>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="threads\Pool.cs" />
<Compile Include="threads\PoolJob.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="GeoLocation.cs" />
<Compile Include="URI.cs" />
<Compile Include="odb\values\ODBGuid.cs" />
<Compile Include="odb\values\ODBNull.cs" />
<Compile Include="odb\values\ODBStringValue.cs" />
<Compile Include="odb\values\ODBEntity.cs" />
<Compile Include="odb\values\ODBInteger.cs" />
<Compile Include="odb\values\ODBLong.cs" />
<Compile Include="odb\values\ODBDouble.cs" />
<Compile Include="odb\values\ODBList.cs" />
<Compile Include="odb\values\ODBBool.cs" />
<Compile Include="btree\BTree.cs" />
<Compile Include="btree\MappingBTree.cs" />
<Compile Include="threads\Timing.cs" />
<Compile Include="net\IPv4.cs" />
<Compile Include="net\Network4.cs" />
<Compile Include="odb\values\ODBTypedValue.cs" />
<Compile Include="DvDt.cs" />
<Compile Include="btree\BTreeValueList.cs" />
<Compile Include="net\MAC.cs" />
<Compile Include="net\Endpoint4.cs" />
<Compile Include="net\tools\Ping.cs" />
<Compile Include="net\IPv4Header.cs" />
<Compile Include="net\ICMPPacket.cs" />
<Compile Include="ArgumentContainer.cs" />
<Compile Include="rpc\RPCContainer.cs" />
<Compile Include="rpc\RPCCall.cs" />
<Compile Include="rpc\RPCResult.cs" />
<Compile Include="odb\ng\Mapper.cs" />
<Compile Include="odb\ng\IODBMapping.cs" />
<Compile Include="odb\ng\ObjectCollection.cs" />
<Compile Include="odb\ng\mappings\ClassMapping.cs" />
<Compile Include="odb\ng\mappings\SimpleMapping.cs" />
<Compile Include="odb\ng\mappings\DictionaryMapping.cs" />
<Compile Include="odb\ng\mappings\ListMapping.cs" />
<Compile Include="odb\ng\Reference.cs" />
<Compile Include="stream\CharStream.cs" />
<Compile Include="odb\ng\Query.cs" />
<Compile Include="odb\ng\Document.cs" />
<Compile Include="odb\ng\storage\OrganizedFile.cs" />
<Compile Include="odb\ng\storage\OrganizedFileType.cs" />
<Compile Include="odb\ng\storage\StorageAreaContainer.cs" />
<Compile Include="odb\ng\storage\StorageArea.cs" />
<Compile Include="odb\ng\Mapper.API.cs" />
<Compile Include="odb\ng\index\Index.cs" />
<Compile Include="odb\ng\index\SimpleIndex.cs" />
<Compile Include="odb\ng\index\Path.cs" />
<Compile Include="odb\ng\index\IndexPath.cs" />
<Compile Include="PathHelper.cs" />
<Compile Include="threads\ThreadHelpers.cs" />
<Compile Include="threads\DynamicPool.cs" />
<Compile Include="threads\PoolThread.cs" />
<Compile Include="net\IPv6.cs" />
<Compile Include="arithmetics\Words.cs" />
<Compile Include="odb\ng\storage\bases\StorageBase.cs" />
<Compile Include="odb\ng\storage\session\SessionStorageContainer.cs" />
<Compile Include="odb\ng\storage\session\SessionStorage.cs" />
<Compile Include="odb\ng\storage\cache\CachingStorage.cs" />
<Compile Include="odb\ng\storage\SegmentedFile.cs" />
<Compile Include="odb\ng\storage\fs\SegmentedFileStorage.cs" />
<Compile Include="odb\ng\storage\IStorage.cs" />
<Compile Include="odb\ng\storage\IStorageContainer.cs" />
<Compile Include="cache\LinkedListItem.cs" />
<Compile Include="cache\Cache.cs" />
<Compile Include="collections\LinkedList.cs" />
<Compile Include="odb\ng\storage\fs\FSStorageContainer.cs" />
<Compile Include="threads\LockingException.cs" />
<Compile Include="odb\ng\storage\bases\ChainedStorage.cs" />
<Compile Include="odb\values\ODBValue.cs" />
<Compile Include="Cast.cs" />
<Compile Include="test\CacheTests.cs" />
<Compile Include="test\ODBTests.cs" />
<Compile Include="test\TypesTests.cs" />
<Compile Include="odb\ng\diff\Diff.cs" />
<Compile Include="odb\ng\diff\DocumentDiff.cs" />
<Compile Include="odb\ng\diff\ListDiff.cs" />
<Compile Include="collections\WeakKeyDictionary.cs" />
<Compile Include="test\WeakKeyDictionaryTests.cs" />
<Compile Include="WeakHashValue.cs" />
<Compile Include="threads\DisposableLock.cs" />
<Compile Include="test\Test.cs" />
<Compile Include="collections\WeakValueDictionary.cs" />
<Compile Include="test\WeakValueDictionaryTests.cs" />
<Compile Include="collections\WeakKeyReferenceDictionary.cs" />
<Compile Include="odb\values\ODBByteBuffer.cs" />
<Compile Include="odb\ng\IdentityCache.cs" />
<Compile Include="net\Endpoint.cs" />
<Compile Include="ByteArrayExtensions.cs" />
<Compile Include="Promise.cs" />
<Compile Include="test\PromiseTests.cs" />
<Compile Include="threads\TaskQueue.cs" />
<Compile Include="io\WatchedFile.cs" />
<Compile Include="io\ContentSource.cs" />
<Compile Include="io\FileStorage.cs" />
<Compile Include="threads\SchedulingPool.cs" />
<Compile Include="test\SchedulingPoolTests.cs" />
<Compile Include="text\TokenReader.cs" />
<Compile Include="io\LineWriter.cs" />
<Compile Include="reflection\AttributeDescriptor.cs" />
<Compile Include="reflection\TypeDescriptor.cs" />
<Compile Include="reflection\Reflector.cs" />
<Compile Include="reflection\ReflectedValue.cs" />
<Compile Include="collections\IDict.cs" />
<Compile Include="reflection\ObjectPoolContainer.cs" />
<Compile Include="reflection\ObjectPool.cs" />
<Compile Include="attributes\IdentityAttribute.cs" />
<Compile Include="reflection\ObjectPoolValue.cs" />
<Compile Include="reflection\TypeExtensions.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="odb\" />
<Folder Include="threads\" />
<Folder Include="odb\values\" />
<Folder Include="btree\" />
<Folder Include="test\" />
<Folder Include="net\" />
<Folder Include="net\tools\" />
<Folder Include="rpc\" />
<Folder Include="odb\ng\" />
<Folder Include="odb\ng\mappings\" />
<Folder Include="stream\" />
<Folder Include="odb\ng\index\" />
<Folder Include="arithmetics\" />
<Folder Include="odb\ng\storage\bases\" />
<Folder Include="odb\ng\storage\session\" />
<Folder Include="odb\ng\storage\cache\" />
<Folder Include="odb\ng\storage\fs\" />
<Folder Include="cache\" />
<Folder Include="collections\" />
<Folder Include="odb\ng\diff\" />
<Folder Include="io\" />
<Folder Include="text\" />
<Folder Include="reflection\" />
<Folder Include="attributes\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ln.logging\ln.logging.csproj">
<Project>{D471A566-9FB6-41B2-A777-3C32874ECD0E}</Project>
<Name>ln.logging</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>