Mercurial > pub > bltoolkit
comparison Demo/Partial.Trust/Components/Partial.Trust.Components.2008.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="3.5" 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>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{3BCB17AC-9941-4460-858B-2B7BC3BEDDE7}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Partial.Trust.Components</RootNamespace> | |
12 <AssemblyName>Partial.Trust.Components</AssemblyName> | |
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <SignAssembly>true</SignAssembly> | |
16 <AssemblyOriginatorKeyFile>Partial.Trust.snk</AssemblyOriginatorKeyFile> | |
17 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | |
18 </PropertyGroup> | |
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
20 <DebugSymbols>true</DebugSymbols> | |
21 <DebugType>full</DebugType> | |
22 <Optimize>false</Optimize> | |
23 <OutputPath>bin\Debug\</OutputPath> | |
24 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
25 <ErrorReport>prompt</ErrorReport> | |
26 <WarningLevel>4</WarningLevel> | |
27 </PropertyGroup> | |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\Release\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
35 </PropertyGroup> | |
36 <ItemGroup> | |
37 <Reference Include="System" /> | |
38 <Reference Include="System.Core"> | |
39 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
40 </Reference> | |
41 <Reference Include="System.Xml.Linq"> | |
42 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
43 </Reference> | |
44 <Reference Include="System.Data.DataSetExtensions"> | |
45 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
46 </Reference> | |
47 <Reference Include="System.Data" /> | |
48 <Reference Include="System.Xml" /> | |
49 </ItemGroup> | |
50 <ItemGroup> | |
51 <Compile Include="Customer.cs" /> | |
52 <Compile Include="PersonDataAccessor.cs" /> | |
53 <Compile Include="Properties\AssemblyInfo.cs" /> | |
54 </ItemGroup> | |
55 <ItemGroup> | |
56 <ProjectReference Include="..\..\..\Source\BLToolkit.3.csproj"> | |
57 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
58 <Name>BLToolkit.3</Name> | |
59 </ProjectReference> | |
60 </ItemGroup> | |
61 <ItemGroup> | |
62 <None Include="Partial.Trust.snk" /> | |
63 </ItemGroup> | |
64 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
66 Other similar extension points exist, see Microsoft.Common.targets. | |
67 <Target Name="BeforeBuild"> | |
68 </Target> | |
69 <Target Name="AfterBuild"> | |
70 </Target> | |
71 --> | |
72 <PropertyGroup> | |
73 <PostBuildEvent>$(ProjectDir)..\..\..\Tools\BLTgen\bin\$(ConfigurationName)\BLTgen.exe $(TargetPath) /O:$(ProjectDir)..\Asp.Net\bin /K:$(ProjectDir)Partial.Trust.snk /D</PostBuildEvent> | |
74 </PropertyGroup> | |
75 </Project> |