Mercurial > pub > bltoolkit
diff Tools/CodeGenerator/CodeGenerator.2008.csproj @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Tools/CodeGenerator/CodeGenerator.2008.csproj Thu Mar 27 21:46:09 2014 +0400 @@ -0,0 +1,73 @@ +<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> \ No newline at end of file