home *** CD-ROM | disk | FTP | other *** search
/ 61.19.244.139 / 61.19.244.139.zip / 61.19.244.139 / Compulsory.Reports / Compulsory.Reports.csproj < prev    next >
Extensible Markup Language  |  2013-06-07  |  4KB  |  76 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.30703</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{4D0A6793-73D6-4E83-83D8-314FE8F629C2}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Compulsory.Reports</RootNamespace>
  12.     <AssemblyName>Compulsory.Reports</AssemblyName>
  13.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  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>DEBUG;TRACE</DefineConstants>
  22.     <ErrorReport>prompt</ErrorReport>
  23.     <WarningLevel>4</WarningLevel>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>pdbonly</DebugType>
  27.     <Optimize>true</Optimize>
  28.     <OutputPath>bin\Release\</OutputPath>
  29.     <DefineConstants>TRACE</DefineConstants>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <WarningLevel>4</WarningLevel>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  35.     <Reference Include="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  36.     <Reference Include="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  37.     <Reference Include="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
  38.     <Reference Include="System" />
  39.     <Reference Include="System.Core" />
  40.     <Reference Include="System.Drawing" />
  41.     <Reference Include="System.Xml.Linq" />
  42.     <Reference Include="System.Data.DataSetExtensions" />
  43.     <Reference Include="Microsoft.CSharp" />
  44.     <Reference Include="System.Data" />
  45.     <Reference Include="System.Xml" />
  46.   </ItemGroup>
  47.   <ItemGroup>
  48.     <Compile Include="Distribution.cs">
  49.       <SubType>Component</SubType>
  50.       <DependentUpon>Distribution.rpt</DependentUpon>
  51.       <AutoGen>True</AutoGen>
  52.       <DesignTime>True</DesignTime>
  53.     </Compile>
  54.     <Compile Include="Properties\AssemblyInfo.cs" />
  55.   </ItemGroup>
  56.   <ItemGroup>
  57.     <Service Include="{C0C07587-41A7-46C8-8FBD-3F9C8EBE2DDC}" />
  58.   </ItemGroup>
  59.   <ItemGroup>
  60.     <EmbeddedResource Include="Distribution.rpt">
  61.       <Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
  62.       <LastGenOutput>Distribution.cs</LastGenOutput>
  63.     </EmbeddedResource>
  64.   </ItemGroup>
  65.   <ItemGroup>
  66.     <Folder Include="DataSets\" />
  67.   </ItemGroup>
  68.   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  69.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  70.        Other similar extension points exist, see Microsoft.Common.targets.
  71.   <Target Name="BeforeBuild">
  72.   </Target>
  73.   <Target Name="AfterBuild">
  74.   </Target>
  75.   -->
  76. </Project>