sharplib/SharpLib.csproj
2019-06-26 00:03:48 -07:00

139 lines
5.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DED134FC-C282-49C9-BA02-3CE6257E91FC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>lib</RootNamespace>
<AssemblyName>SharpLib</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Conn.cs" />
<Compile Include="Clock.cs" />
<Compile Include="Config.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="Log.cs" />
<Compile Include="math\AngleSingle.cs" />
<Compile Include="math\AngleType.cs" />
<Compile Include="math\BoundingBox.cs" />
<Compile Include="math\BoundingBoxExt.cs" />
<Compile Include="math\BoundingFrustum.cs" />
<Compile Include="math\BoundingSphere.cs" />
<Compile Include="math\CollisionHelper.cs" />
<Compile Include="math\Color.cs" />
<Compile Include="math\Color.Palette.cs" />
<Compile Include="math\Color3.cs" />
<Compile Include="math\Color4.cs" />
<Compile Include="math\ColorBGRA.cs" />
<Compile Include="math\ColorExtensions.cs" />
<Compile Include="math\ColorHSV.cs" />
<Compile Include="math\ContainmentType.cs" />
<Compile Include="math\DataStyleAttribute.cs" />
<Compile Include="math\Double2.cs" />
<Compile Include="math\Double3.cs" />
<Compile Include="math\Double4.cs" />
<Compile Include="math\GuillotinePacker.cs" />
<Compile Include="math\Half.cs" />
<Compile Include="math\Half2.cs" />
<Compile Include="math\Half3.cs" />
<Compile Include="math\Half4.cs" />
<Compile Include="math\HalfUtils.cs" />
<Compile Include="math\Int2.cs" />
<Compile Include="math\Int3.cs" />
<Compile Include="math\Int4.cs" />
<Compile Include="math\MathUtil.cs" />
<Compile Include="math\Matrix.cs" />
<Compile Include="math\Module.cs" />
<Compile Include="math\NamespaceDoc.cs" />
<Compile Include="math\Plane.cs" />
<Compile Include="math\PlaneIntersectionType.cs" />
<Compile Include="math\Point.cs" />
<Compile Include="math\Properties\AssemblyInfo.cs" />
<Compile Include="math\Quaternion.cs" />
<Compile Include="math\RandomSeed.cs" />
<Compile Include="math\Ray.cs" />
<Compile Include="math\Rectangle.cs" />
<Compile Include="math\RectangleF.cs" />
<Compile Include="math\Size2.cs" />
<Compile Include="math\Size2F.cs" />
<Compile Include="math\Size3.cs" />
<Compile Include="math\SphericalHarmonics.cs" />
<Compile Include="math\UInt4.cs" />
<Compile Include="math\Vector2.cs" />
<Compile Include="math\Vector3.cs" />
<Compile Include="math\Vector4.cs" />
<Compile Include="math\VectorExtensions.cs" />
<Compile Include="mod\Modules.cs" />
<Compile Include="NetMsg.cs" />
<Compile Include="Pos.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="res\Resource.cs" />
<Compile Include="SerializableDictionary.cs" />
<Compile Include="Timer.cs" />
<Compile Include="Token.cs" />
<Compile Include="VersionFormatter.cs" />
<Compile Include="XmlFormatter.cs" />
<Compile Include="XmlFormatter2.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>