1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{25EE0010-081D-423F-AEE5-5B83ED235609}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <RootNamespace>Migrator.Web</RootNamespace>
- <AssemblyName>Migrator.Web</AssemblyName>
- <OutputPath>bin\</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>Full</DebugType>
- <Optimize>False</Optimize>
- <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugSymbols>False</DebugSymbols>
- <DebugType>None</DebugType>
- <Optimize>True</Optimize>
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Default.aspx.cs">
- <DependentUpon>Default.aspx</DependentUpon>
- </Compile>
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <None Include="Default.aspx" />
- <None Include="Global.asax" />
- <None Include="Web.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\Migrator.Framework\Migrator.Framework.csproj">
- <Project>{5270F048-E580-486C-B14C-E5B9F6E539D4}</Project>
- <Name>Migrator.Framework</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\src\Migrator\Migrator.csproj">
- <Project>{1FEE70A4-AAD7-4C60-BE60-3F7DC03A8C4D}</Project>
- <Name>Migrator</Name>
- </ProjectReference>
- </ItemGroup>
- </Project>
|