/Rhino.Etl.Cmd/Rhino.Etl.Cmd.csproj

http://github.com/ayende/rhino-etl · MSBuild · 154 lines · 154 code · 0 blank · 0 comment · 4 complexity · f7ba7f4e1edff205e8d6eea986388bb1 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>{AAD5286D-943E-472A-A861-8C6F155C8712}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Rhino.Etl.Cmd</RootNamespace>
  12. <AssemblyName>Rhino.Etl.Cmd</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  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. <NoWarn>1607</NoWarn>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Boo.Lang">
  56. <HintPath>..\SharedLibs\Boo\Boo.Lang.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Boo.Lang.Compiler">
  59. <HintPath>..\SharedLibs\Boo\Boo.Lang.Compiler.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Boo.Lang.Useful">
  62. <HintPath>..\SharedLibs\Boo\Boo.Lang.Useful.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Common.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\SharedLibs\Common.Logging\Common.Logging.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Common.Logging.Core">
  69. <HintPath>..\SharedLibs\Common.Logging\Common.Logging.Core.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Common.Logging.Log4Net1210">
  72. <HintPath>..\SharedLibs\Common.Logging\Common.Logging.Log4Net1210.dll</HintPath>
  73. </Reference>
  74. <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\SharedLibs\log4net.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Rhino.DSL">
  80. <HintPath>..\SharedLibs\Rhino.Dsl\Rhino.DSL.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Core">
  84. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="RhinoEtlRunner.cs" />
  91. <Compile Include="RhinoEtlSetup.cs" />
  92. <Compile Include="RhinoEtlCommandLineOptions.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\Rhino.Etl.Core\Rhino.Etl.Core.csproj">
  96. <Project>{DC42946E-5972-411C-A061-F2932E49C31F}</Project>
  97. <Name>Rhino.Etl.Core</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\Rhino.Etl.Dsl\Rhino.Etl.Dsl.csproj">
  100. <Project>{D087E051-C099-468D-A3E7-4567DBBDFE69}</Project>
  101. <Name>Rhino.Etl.Dsl</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <EmbeddedResource Include="verbose.log4net.config" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <EmbeddedResource Include="standard.log4net.config" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  117. <Install>false</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  120. <Visible>False</Visible>
  121. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  125. <Visible>False</Visible>
  126. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  127. <Install>false</Install>
  128. </BootstrapperPackage>
  129. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  130. <Visible>False</Visible>
  131. <ProductName>.NET Framework 3.5</ProductName>
  132. <Install>false</Install>
  133. </BootstrapperPackage>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 3.5 SP1</ProductName>
  137. <Install>false</Install>
  138. </BootstrapperPackage>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Folder Include="Properties\" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="app.config" />
  145. </ItemGroup>
  146. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>