Mercurial > pub > bltoolkit
comparison Tools/CodeGenerator/CodeGenerator.2.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"> | |
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 </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</DefineConstants> | |
22 <ErrorReport>prompt</ErrorReport> | |
23 <WarningLevel>4</WarningLevel> | |
24 <LangVersion>default</LangVersion> | |
25 </PropertyGroup> | |
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
27 <DebugType>pdbonly</DebugType> | |
28 <Optimize>true</Optimize> | |
29 <OutputPath>bin\Release\</OutputPath> | |
30 <DefineConstants>TRACE</DefineConstants> | |
31 <ErrorReport>prompt</ErrorReport> | |
32 <WarningLevel>4</WarningLevel> | |
33 </PropertyGroup> | |
34 <ItemGroup> | |
35 <Reference Include="System" /> | |
36 <Reference Include="System.Data" /> | |
37 <Reference Include="System.Xml" /> | |
38 </ItemGroup> | |
39 <ItemGroup> | |
40 <Content Include="Convert.xml"> | |
41 <Generator>TransformCodeGenerator</Generator> | |
42 <LastGenOutput>Convert.cs</LastGenOutput> | |
43 <CustomToolNamespace>BLToolkit.Common</CustomToolNamespace> | |
44 </Content> | |
45 <Content Include="Convert.xslt" /> | |
46 <Content Include="ValueMapping.xml"> | |
47 <Generator>TransformCodeGenerator</Generator> | |
48 <LastGenOutput>ValueMapping.cs</LastGenOutput> | |
49 <CustomToolNamespace>BLToolkit.Mapping</CustomToolNamespace> | |
50 </Content> | |
51 <Content Include="ValueMapping.xslt" /> | |
52 </ItemGroup> | |
53 <ItemGroup> | |
54 <Compile Include="Convert.cs"> | |
55 <AutoGen>True</AutoGen> | |
56 <DesignTime>True</DesignTime> | |
57 <DependentUpon>Convert.xml</DependentUpon> | |
58 </Compile> | |
59 <Compile Include="Convert.Declare.cs" /> | |
60 <Compile Include="ValueMapping.Declare.cs" /> | |
61 <Compile Include="ValueMapping.cs"> | |
62 <AutoGen>True</AutoGen> | |
63 <DesignTime>True</DesignTime> | |
64 <DependentUpon>ValueMapping.xml</DependentUpon> | |
65 </Compile> | |
66 </ItemGroup> | |
67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
68 </Project> |