Mercurial > pub > bltoolkit
view Tools/CodeGenerator/CodeGenerator.2008.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{E7735874-6552-4B35-A9C1-1279A9E9C8B9}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CodeGenerator</RootNamespace> <AssemblyName>CodeGenerator.2</AssemblyName> <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> <StartupObject> </StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>TRACE;DEBUG</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <LangVersion>default</LangVersion> </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="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Content Include="Convert.xml"> <Generator>TransformCodeGenerator</Generator> <LastGenOutput>Convert.cs</LastGenOutput> <CustomToolNamespace>BLToolkit.Common</CustomToolNamespace> </Content> <Content Include="Convert.xslt" /> <Content Include="ValueMapping.xml"> <Generator>TransformCodeGenerator</Generator> <LastGenOutput>ValueMapping.cs</LastGenOutput> <CustomToolNamespace>BLToolkit.Mapping</CustomToolNamespace> </Content> <Content Include="ValueMapping.xslt" /> </ItemGroup> <ItemGroup> <Compile Include="Convert.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Convert.xml</DependentUpon> </Compile> <Compile Include="Convert.Declare.cs" /> <Compile Include="ValueMapping.Declare.cs" /> <Compile Include="ValueMapping.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>ValueMapping.xml</DependentUpon> </Compile> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> </Project>