Mercurial > pub > bltoolkit
view Extensions/JointureAddOn/BLToolkit.4.JointureAddOn.csproj @ 9:1e85f66cf767 default tip
update bltoolkit
author | nickolay |
---|---|
date | Thu, 05 Apr 2018 20:53:26 +0300 |
parents | f990fcb411a9 |
children |
line wrap: on
line source
<?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>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{9FD2722C-1E6C-4061-8AC0-32EE28808FC0}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>BLToolkit</RootNamespace> <AssemblyName>BLToolkit.4.JointureAddOn</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG;FW4;OVERRIDETOSTRING;</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </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> </PropertyGroup> <ItemGroup> <Reference Include="Castle.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\packages\Castle.Core.3.2.1\lib\net40-client\Castle.Core.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="DataAccess\FullSqlQuery.cs" /> <Compile Include="DataAccess\FullSqlQueryInfo.cs" /> <Compile Include="DataAccess\FullSqlQueryParameterInfo.cs" /> <Compile Include="DataAccess\FullSqlQueryT.cs" /> <Compile Include="Emit\DynamicCompilationSpike.cs" /> <Compile Include="Emit\FunctionFactory.cs" /> <Compile Include="Mapping\CollectionFullObjectMapper.cs" /> <Compile Include="Mapping\NotifyPropertyChangedInterceptor.cs" /> <Compile Include="Mapping\DataBindingMappingSchema.cs" /> <Compile Include="Mapping\DataBindingObjectMapper.cs" /> <Compile Include="Mapping\FactoryType.cs" /> <Compile Include="Mapping\FullMappingSchema.cs" /> <Compile Include="Mapping\FullObjectMapper.cs" /> <Compile Include="Mapping\ILazyMapper.cs" /> <Compile Include="Mapping\IMapper.cs" /> <Compile Include="Mapping\IObjectMapper.cs" /> <Compile Include="Mapping\IPropertiesMapping.cs" /> <Compile Include="Mapping\LazyValueLoadInterceptor.cs" /> <Compile Include="Mapping\OwnerDescription.cs" /> <Compile Include="Mapping\TableDescription.cs" /> <Compile Include="Mapping\TypeFactory.cs" /> <Compile Include="Mapping\ValueMapper.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Source\BLToolkit.4.csproj"> <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> <Name>BLToolkit.4</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </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>