/Rhino.Etl.Dsl/Rhino.Etl.Dsl.csproj
http://github.com/ayende/rhino-etl · MSBuild · 143 lines · 143 code · 0 blank · 0 comment · 4 complexity · 2147b4fe6367b4af1189bfdde2ee2136 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D087E051-C099-468D-A3E7-4567DBBDFE69}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Rhino.Etl.Dsl</RootNamespace>
- <AssemblyName>Rhino.Etl.Dsl</AssemblyName>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
- </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>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <DocumentationFile>Rhino.Etl.Dsl.XML</DocumentationFile>
- <NoWarn>1607</NoWarn>
- </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>
- <DocumentationFile>Rhino.Etl.Dsl.XML</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Boo.Lang">
- <HintPath>..\SharedLibs\Boo\Boo.Lang.dll</HintPath>
- </Reference>
- <Reference Include="Boo.Lang.Compiler">
- <HintPath>..\SharedLibs\Boo\Boo.Lang.Compiler.dll</HintPath>
- </Reference>
- <Reference Include="Boo.Lang.Parser">
- <HintPath>..\SharedLibs\Boo\Boo.Lang.Parser.dll</HintPath>
- </Reference>
- <Reference Include="Rhino.DSL">
- <HintPath>..\SharedLibs\Rhino.Dsl\Rhino.DSL.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CompilerSteps\UseModuleNameAsNamespaceIfMissing.cs" />
- <Compile Include="CompilerSteps\CorrelateTypesToModuleName.cs" />
- <Compile Include="EtlDslEngine.cs" />
- <Compile Include="Macros\AbstractChildMacro.cs" />
- <Compile Include="Macros\AbstractClassGeneratorMacro.cs" />
- <Compile Include="Macros\AccumulateMacro.cs" />
- <Compile Include="Macros\ActionMacro.cs" />
- <Compile Include="Macros\AggregateMacro.cs" />
- <Compile Include="Macros\FinishedProcessingMacro.cs" />
- <Compile Include="Macros\FullJoinMacro.cs" />
- <Compile Include="Macros\GroupByMacro.cs" />
- <Compile Include="Macros\HashJoinMacro.cs" />
- <Compile Include="Macros\InnerJoinMacro.cs" />
- <Compile Include="Macros\InputMacro.cs" />
- <Compile Include="Macros\JoinMacro.cs" />
- <Compile Include="Macros\JoinSectionMacro.cs" />
- <Compile Include="Macros\LeftJoinMacro.cs" />
- <Compile Include="Macros\LeftMacro.cs" />
- <Compile Include="Macros\OnMacro.cs" />
- <Compile Include="Macros\OperationMacro.cs" />
- <Compile Include="Macros\OutputMacro.cs" />
- <Compile Include="Macros\ProcessMacro.cs" />
- <Compile Include="Macros\RightJoinMacro.cs" />
- <Compile Include="Macros\RightMacro.cs" />
- <Compile Include="Macros\RowProcessedMacro.cs" />
- <Compile Include="Macros\SqlBulkInsertMacro.cs" />
- <Compile Include="Macros\TerminateMacro.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Rhino.Etl.Core\Rhino.Etl.Core.csproj">
- <Project>{DC42946E-5972-411C-A061-F2932E49C31F}</Project>
- <Name>Rhino.Etl.Core</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </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>