Mercurial > pub > bltoolkit
comparison Tools/CodeGenerator/CodeGenerator.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 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> | |
2 <PropertyGroup> | |
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
5 <ProductVersion>8.0.50727</ProductVersion> | |
6 <SchemaVersion>2.0</SchemaVersion> | |
7 <ProjectGuid>{E7735874-6552-4B35-A9C1-1279A9E9C8B9}</ProjectGuid> | |
8 <OutputType>Library</OutputType> | |
9 <AppDesignerFolder>Properties</AppDesignerFolder> | |
10 <RootNamespace>CodeGenerator</RootNamespace> | |
11 <AssemblyName>CodeGenerator.2</AssemblyName> | |
12 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | |
13 <StartupObject> | |
14 </StartupObject> | |
15 <FileUpgradeFlags> | |
16 </FileUpgradeFlags> | |
17 <UpgradeBackupLocation> | |
18 </UpgradeBackupLocation> | |
19 <OldToolsVersion>2.0</OldToolsVersion> | |
20 </PropertyGroup> | |
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
22 <DebugSymbols>true</DebugSymbols> | |
23 <DebugType>full</DebugType> | |
24 <Optimize>false</Optimize> | |
25 <OutputPath>bin\Debug\</OutputPath> | |
26 <DefineConstants>TRACE;DEBUG</DefineConstants> | |
27 <ErrorReport>prompt</ErrorReport> | |
28 <WarningLevel>4</WarningLevel> | |
29 <LangVersion>default</LangVersion> | |
30 </PropertyGroup> | |
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
32 <DebugType>pdbonly</DebugType> | |
33 <Optimize>true</Optimize> | |
34 <OutputPath>bin\Release\</OutputPath> | |
35 <DefineConstants>TRACE</DefineConstants> | |
36 <ErrorReport>prompt</ErrorReport> | |
37 <WarningLevel>4</WarningLevel> | |
38 </PropertyGroup> | |
39 <ItemGroup> | |
40 <Reference Include="System" /> | |
41 <Reference Include="System.Data" /> | |
42 <Reference Include="System.Xml" /> | |
43 </ItemGroup> | |
44 <ItemGroup> | |
45 <Content Include="Convert.xml"> | |
46 <Generator>TransformCodeGenerator</Generator> | |
47 <LastGenOutput>Convert.cs</LastGenOutput> | |
48 <CustomToolNamespace>BLToolkit.Common</CustomToolNamespace> | |
49 </Content> | |
50 <Content Include="Convert.xslt" /> | |
51 <Content Include="ValueMapping.xml"> | |
52 <Generator>TransformCodeGenerator</Generator> | |
53 <LastGenOutput>ValueMapping.cs</LastGenOutput> | |
54 <CustomToolNamespace>BLToolkit.Mapping</CustomToolNamespace> | |
55 </Content> | |
56 <Content Include="ValueMapping.xslt" /> | |
57 </ItemGroup> | |
58 <ItemGroup> | |
59 <Compile Include="Convert.cs"> | |
60 <AutoGen>True</AutoGen> | |
61 <DesignTime>True</DesignTime> | |
62 <DependentUpon>Convert.xml</DependentUpon> | |
63 </Compile> | |
64 <Compile Include="Convert.Declare.cs" /> | |
65 <Compile Include="ValueMapping.Declare.cs" /> | |
66 <Compile Include="ValueMapping.cs"> | |
67 <AutoGen>True</AutoGen> | |
68 <DesignTime>True</DesignTime> | |
69 <DependentUpon>ValueMapping.xml</DependentUpon> | |
70 </Compile> | |
71 </ItemGroup> | |
72 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
73 </Project> |