Click here to Skip to main content
15,895,142 members
Articles / Database Development / SQL Server

Tier Generator 1.0

Rate me:
Please Sign up or sign in to vote.
4.89/5 (140 votes)
26 Jul 2008CPOL2 min read 255.9K   13.3K   297  
A powerful tool for rapid application development.
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{A085B184-04D5-4A51-9B02-C65CCF30C391}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>TierGenerator</RootNamespace>
    <AssemblyName>TierGenerator</AssemblyName>
    <ApplicationIcon>App.ico</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </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.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CodeGeneration\BusinessLayerGenerator.cs" />
    <Compile Include="CodeGeneration\CommonFileGenerator.cs" />
    <Compile Include="CodeGeneration\FileWriter.cs" />
    <Compile Include="CodeGeneration\ProjectTokens.cs" />
    <Compile Include="Common\Database.cs" />
    <Compile Include="Common\DatabaseColumn.cs" />
    <Compile Include="Common\DatabaseTable.cs" />
    <Compile Include="Common\DatabaseType.cs" />
    <Compile Include="Common\StoreProcedureType.cs" />
    <Compile Include="DatabaseSchema\IDatabaseSchema.cs" />
    <Compile Include="DatabaseSchema\SqlDatabaseSchema.cs" />
    <Compile Include="LoginScreen.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="LoginScreen.Designer.cs">
      <DependentUpon>LoginScreen.cs</DependentUpon>
    </Compile>
    <Compile Include="MainScreen.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="MainScreen.Designer.cs">
      <DependentUpon>MainScreen.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="LoginScreen.resx">
      <SubType>Designer</SubType>
      <DependentUpon>LoginScreen.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="MainScreen.resx">
      <SubType>Designer</SubType>
      <DependentUpon>MainScreen.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <None Include="Resources\DataLayer_DataLayerBase.cs" />
    <None Include="Resources\Validation_BrokenRule.cs" />
    <None Include="Resources\Validation_BrokenRulesList.cs" />
    <None Include="Resources\Validation_ValidateRuleBase.cs" />
    <None Include="Resources\Validation_ValidateRuleNotNull.cs" />
    <None Include="Resources\Validation_ValidateRuleRegexMatching.cs" />
    <None Include="Resources\Validation_ValidateRuleStringMaxLength.cs" />
    <None Include="Resources\Validation_ValidateRuleStringRequired.cs" />
    <None Include="Resources\Validation_ValidationRules.cs" />
    <None Include="Resources\DataLayer_EntitySql.cs" />
    <None Include="Resources\Business_BusinessObjectBase.cs" />
    <None Include="Resources\Business_InvalidBusinessObjectException.cs" />
    <None Include="Resources\Business_BusinessObjectFactory.cs" />
    <None Include="Resources\AssemblyInfo.cs" />
    <Compile Include="TierGeneratorSettings.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="Resources\app.config" />
    <None Include="Resources\Business_ProdjectFile.csproj" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\logo.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources\title.png" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="App.ico" />
    <None Include="Resources\DbInfo.png" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Pakistan Pakistan
Passion and positive dedication is essential part of success. I believe on hardworking and sharing knowledge with others. I always try to be a better than I am and think positive for positive result.

My Blogs

My Linked-In Profile

Comments and Discussions