Mercurial > pub > bltoolkit
comparison Extensions/JointureAddOn/BLToolkit.4.JointureAddOn.csproj @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{9FD2722C-1E6C-4061-8AC0-32EE28808FC0}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>BLToolkit</RootNamespace> | |
12 <AssemblyName>BLToolkit.4.JointureAddOn</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 </PropertyGroup> | |
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
17 <DebugSymbols>true</DebugSymbols> | |
18 <DebugType>full</DebugType> | |
19 <Optimize>false</Optimize> | |
20 <OutputPath>bin\Debug\</OutputPath> | |
21 <DefineConstants>TRACE;DEBUG;FW4;OVERRIDETOSTRING;</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 </PropertyGroup> | |
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
26 <DebugType>pdbonly</DebugType> | |
27 <Optimize>true</Optimize> | |
28 <OutputPath>bin\Release\</OutputPath> | |
29 <DefineConstants>TRACE</DefineConstants> | |
30 <ErrorReport>prompt</ErrorReport> | |
31 <WarningLevel>4</WarningLevel> | |
32 </PropertyGroup> | |
33 <ItemGroup> | |
34 <Reference Include="Castle.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> | |
35 <SpecificVersion>False</SpecificVersion> | |
36 <HintPath>..\..\packages\Castle.Core.3.2.1\lib\net40-client\Castle.Core.dll</HintPath> | |
37 </Reference> | |
38 <Reference Include="System" /> | |
39 <Reference Include="System.Core" /> | |
40 <Reference Include="System.Data.DataSetExtensions" /> | |
41 <Reference Include="System.Data" /> | |
42 <Reference Include="System.Xml" /> | |
43 </ItemGroup> | |
44 <ItemGroup> | |
45 <Compile Include="DataAccess\FullSqlQuery.cs" /> | |
46 <Compile Include="DataAccess\FullSqlQueryInfo.cs" /> | |
47 <Compile Include="DataAccess\FullSqlQueryParameterInfo.cs" /> | |
48 <Compile Include="DataAccess\FullSqlQueryT.cs" /> | |
49 <Compile Include="Emit\DynamicCompilationSpike.cs" /> | |
50 <Compile Include="Emit\FunctionFactory.cs" /> | |
51 <Compile Include="Mapping\CollectionFullObjectMapper.cs" /> | |
52 <Compile Include="Mapping\NotifyPropertyChangedInterceptor.cs" /> | |
53 <Compile Include="Mapping\DataBindingMappingSchema.cs" /> | |
54 <Compile Include="Mapping\DataBindingObjectMapper.cs" /> | |
55 <Compile Include="Mapping\FactoryType.cs" /> | |
56 <Compile Include="Mapping\FullMappingSchema.cs" /> | |
57 <Compile Include="Mapping\FullObjectMapper.cs" /> | |
58 <Compile Include="Mapping\ILazyMapper.cs" /> | |
59 <Compile Include="Mapping\IMapper.cs" /> | |
60 <Compile Include="Mapping\IObjectMapper.cs" /> | |
61 <Compile Include="Mapping\IPropertiesMapping.cs" /> | |
62 <Compile Include="Mapping\LazyValueLoadInterceptor.cs" /> | |
63 <Compile Include="Mapping\OwnerDescription.cs" /> | |
64 <Compile Include="Mapping\TableDescription.cs" /> | |
65 <Compile Include="Mapping\TypeFactory.cs" /> | |
66 <Compile Include="Mapping\ValueMapper.cs" /> | |
67 <Compile Include="Properties\AssemblyInfo.cs" /> | |
68 </ItemGroup> | |
69 <ItemGroup> | |
70 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj"> | |
71 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
72 <Name>BLToolkit.4</Name> | |
73 </ProjectReference> | |
74 </ItemGroup> | |
75 <ItemGroup> | |
76 <None Include="packages.config" /> | |
77 </ItemGroup> | |
78 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
79 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
80 Other similar extension points exist, see Microsoft.Common.targets. | |
81 <Target Name="BeforeBuild"> | |
82 </Target> | |
83 <Target Name="AfterBuild"> | |
84 </Target> | |
85 --> | |
86 </Project> |