Files
NatiBot/mono-projects/clControls/clControls.csproj
2014-09-04 04:26:22 +01:00

56 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6471B205-BF40-4B0D-8166-96E97368E38F}</ProjectGuid>
<OutputType>Library</OutputType>
<BaseDirectory>..\..\clControls</BaseDirectory>
<AssemblyName>clControls</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\clControls\clButton.cs" />
<Compile Include="..\..\clControls\clCustomButtonGroup.cs" />
<Compile Include="..\..\clControls\clForm.cs" />
<Compile Include="..\..\clControls\clImageButton.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\clControls\clButton.resx" />
<None Include="..\..\clControls\clcontrols.snk" />
<None Include="..\..\clControls\clImageButton.resx" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Drawing" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties InternalTargetFrameworkVersion="3.5">
<Deployment.LinuxDeployData generateScript="false" />
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>