48 lines
2.2 KiB
XML
48 lines
2.2 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>
|
|
<ReleaseVersion>1.0.*</ReleaseVersion>
|
|
</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" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |