Files
MyMcKesson/TomcatServer/PlutoServer.PracticeChoice.Scheduling/PlutoServer.PracticeChoice.Scheduling.csproj
2016-07-27 00:32:34 -04:00

90 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{24B30553-0E52-479C-93A0-FEA2CC512A58}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PlutoServer.PracticeChoice.Scheduling</RootNamespace>
<AssemblyName>PlutoServer.PracticeChoice.Scheduling</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Target\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="Authentication.Business">
<HintPath>..\..\3rdParty\PracticeChoice\Authentication.Business.dll</HintPath>
</Reference>
<Reference Include="Business.BusinessBase">
<HintPath>..\..\3rdParty\PracticeChoice\Business.BusinessBase.dll</HintPath>
</Reference>
<Reference Include="Business.Common">
<HintPath>..\..\3rdParty\PracticeChoice\Business.Common.dll</HintPath>
</Reference>
<Reference Include="Business.Common.Security">
<HintPath>..\..\3rdParty\PracticeChoice\Business.Common.Security.dll</HintPath>
</Reference>
<Reference Include="Csla">
<HintPath>..\..\3rdParty\PracticeChoice\Csla.dll</HintPath>
</Reference>
<Reference Include="RemObjects.SDK">
<HintPath>..\..\3rdParty\RemObjects\Server\RemObjects.SDK.dll</HintPath>
</Reference>
<Reference Include="Schedule.Business">
<HintPath>..\..\3rdParty\PracticeChoice\Schedule.Business.dll</HintPath>
</Reference>
<Reference Include="Schedule.Data">
<HintPath>..\..\3rdParty\PracticeChoice\Schedule.Data.dll</HintPath>
</Reference>
<Reference Include="Schedule.DataAccess">
<HintPath>..\..\3rdParty\PracticeChoice\Schedule.DataAccess.dll</HintPath>
</Reference>
<Reference Include="Schedule.Resources.Server">
<HintPath>..\..\3rdParty\PracticeChoice\Schedule.Resources.Server.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Calendar.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PlutoServer.PracticeChoice.Interfaces\PlutoServer.PracticeChoice.Interfaces.csproj">
<Project>{77B7DE2F-677F-49E7-A452-D60FC4D27944}</Project>
<Name>PlutoServer.PracticeChoice.Interfaces</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>