sharp-extensions/sharp.extensions.csproj

62 lines
2.5 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>{97CA3CA9-98B3-4492-B072-D7A5995B68E9}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>sharp.extensions</RootNamespace>
<AssemblyName>sharp.extensions</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>
<PlatformTarget>x64</PlatformTarget>
</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.Runtime.Remoting" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="HexString.cs" />
<Compile Include="UInt64Extension.cs" />
<Compile Include="Array.cs" />
<Compile Include="StringExtensions.cs" />
<Compile Include="Endianess.cs" />
<Compile Include="DataReader.cs" />
<Compile Include="Tripple.cs" />
<Compile Include="Tuple.cs" />
<Compile Include="CharExtensions.cs" />
<Compile Include="Pair.cs" />
<Compile Include="StreamExtensions.cs" />
<Compile Include="LockFile.cs" />
<Compile Include="DirectoryExtensions.cs" />
<Compile Include="IConstructorArguments.cs" />
<Compile Include="ConstructableObject.cs" />
<Compile Include="ExtendableThreadPool.cs" />
<Compile Include="ObjectExtensions.cs" />
<Compile Include="commandline\ArgumentReader.cs" />
<Compile Include="commandline\Option.cs" />
<Compile Include="HistoryValue.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="commandline\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>