/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D087E051-C099-468D-A3E7-4567DBBDFE69}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Rhino.Etl.Dsl</RootNamespace>
  12. <AssemblyName>Rhino.Etl.Dsl</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  45. <DocumentationFile>Rhino.Etl.Dsl.XML</DocumentationFile>
  46. <NoWarn>1607</NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <DocumentationFile>Rhino.Etl.Dsl.XML</DocumentationFile>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="Boo.Lang">
  59. <HintPath>..\SharedLibs\Boo\Boo.Lang.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Boo.Lang.Compiler">
  62. <HintPath>..\SharedLibs\Boo\Boo.Lang.Compiler.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Boo.Lang.Parser">
  65. <HintPath>..\SharedLibs\Boo\Boo.Lang.Parser.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Rhino.DSL">
  68. <HintPath>..\SharedLibs\Rhino.Dsl\Rhino.DSL.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core">
  72. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="CompilerSteps\UseModuleNameAsNamespaceIfMissing.cs" />
  79. <Compile Include="CompilerSteps\CorrelateTypesToModuleName.cs" />
  80. <Compile Include="EtlDslEngine.cs" />
  81. <Compile Include="Macros\AbstractChildMacro.cs" />
  82. <Compile Include="Macros\AbstractClassGeneratorMacro.cs" />
  83. <Compile Include="Macros\AccumulateMacro.cs" />
  84. <Compile Include="Macros\ActionMacro.cs" />
  85. <Compile Include="Macros\AggregateMacro.cs" />
  86. <Compile Include="Macros\FinishedProcessingMacro.cs" />
  87. <Compile Include="Macros\FullJoinMacro.cs" />
  88. <Compile Include="Macros\GroupByMacro.cs" />
  89. <Compile Include="Macros\HashJoinMacro.cs" />
  90. <Compile Include="Macros\InnerJoinMacro.cs" />
  91. <Compile Include="Macros\InputMacro.cs" />
  92. <Compile Include="Macros\JoinMacro.cs" />
  93. <Compile Include="Macros\JoinSectionMacro.cs" />
  94. <Compile Include="Macros\LeftJoinMacro.cs" />
  95. <Compile Include="Macros\LeftMacro.cs" />
  96. <Compile Include="Macros\OnMacro.cs" />
  97. <Compile Include="Macros\OperationMacro.cs" />
  98. <Compile Include="Macros\OutputMacro.cs" />
  99. <Compile Include="Macros\ProcessMacro.cs" />
  100. <Compile Include="Macros\RightJoinMacro.cs" />
  101. <Compile Include="Macros\RightMacro.cs" />
  102. <Compile Include="Macros\RowProcessedMacro.cs" />
  103. <Compile Include="Macros\SqlBulkInsertMacro.cs" />
  104. <Compile Include="Macros\TerminateMacro.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\Rhino.Etl.Core\Rhino.Etl.Core.csproj">
  108. <Project>{DC42946E-5972-411C-A061-F2932E49C31F}</Project>
  109. <Name>Rhino.Etl.Core</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  117. <Visible>False</Visible>
  118. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Folder Include="Properties\" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>