Migrator.Web.csproj 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{25EE0010-081D-423F-AEE5-5B83ED235609}</ProjectGuid>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <OutputType>Library</OutputType>
  7. <RootNamespace>Migrator.Web</RootNamespace>
  8. <AssemblyName>Migrator.Web</AssemblyName>
  9. <OutputPath>bin\</OutputPath>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  12. <DebugSymbols>True</DebugSymbols>
  13. <DebugType>Full</DebugType>
  14. <Optimize>False</Optimize>
  15. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  16. <DefineConstants>DEBUG;TRACE</DefineConstants>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  19. <DebugSymbols>False</DebugSymbols>
  20. <DebugType>None</DebugType>
  21. <Optimize>True</Optimize>
  22. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  23. <DefineConstants>TRACE</DefineConstants>
  24. </PropertyGroup>
  25. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  26. <ItemGroup>
  27. <Reference Include="System" />
  28. <Reference Include="System.Configuration" />
  29. <Reference Include="System.Data" />
  30. <Reference Include="System.Drawing" />
  31. <Reference Include="System.Web" />
  32. <Reference Include="System.Web.Services" />
  33. <Reference Include="System.Xml" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <Compile Include="Default.aspx.cs">
  37. <DependentUpon>Default.aspx</DependentUpon>
  38. </Compile>
  39. <Compile Include="Global.asax.cs">
  40. <DependentUpon>Global.asax</DependentUpon>
  41. </Compile>
  42. <None Include="Default.aspx" />
  43. <None Include="Global.asax" />
  44. <None Include="Web.config" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ProjectReference Include="..\..\src\Migrator.Framework\Migrator.Framework.csproj">
  48. <Project>{5270F048-E580-486C-B14C-E5B9F6E539D4}</Project>
  49. <Name>Migrator.Framework</Name>
  50. </ProjectReference>
  51. <ProjectReference Include="..\..\src\Migrator\Migrator.csproj">
  52. <Project>{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}</Project>
  53. <Name>Migrator</Name>
  54. </ProjectReference>
  55. </ItemGroup>
  56. </Project>