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

222 lines
9.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)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{36D78B93-9ECC-4BF1-852F-10E18B0EB41C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PlutoServer.MSL</RootNamespace>
<AssemblyName>PlutoServer.MSL</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\Target\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Target\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>Components\log4net.dll</HintPath>
</Reference>
<Reference Include="RemObjects.InternetPack, Version=7.0.63.1055, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Components\RemObjects.InternetPack.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RemObjects.SDK, Version=7.0.63.1055, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Components\RemObjects.SDK.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RemObjects.SDK.Server, Version=7.0.63.1055, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Components\RemObjects.SDK.Server.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RemObjects.SDK.ZLib, Version=7.0.63.1055, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Components\RemObjects.SDK.ZLib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sdaleo, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\3rdParty\Sdaleo\Sdaleo.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
<Reference Include="Yaulw">
<HintPath>..\..\3rdParty\Sdaleo\Yaulw.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\PlutoServer\PlutoApi_Events.cs">
<Link>PlutoApi_Events.cs</Link>
</Compile>
<Compile Include="..\PlutoServer\PlutoApi_Intf.cs">
<Link>PlutoApi_Intf.cs</Link>
</Compile>
<Compile Include="..\PlutoServer\PlutoApi_Invk.cs">
<Link>PlutoApi_Invk.cs</Link>
</Compile>
<Compile Include="Authentication_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="AutoUpdate.cs" />
<Compile Include="Billing_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Configuration.cs" />
<Compile Include="Connectors\DBCache.cs" />
<Compile Include="Connectors\DBCacheDataStore.cs" />
<Compile Include="Connectors\ProductType.cs" />
<Compile Include="Connectors\LytecConnector.cs" />
<Compile Include="Connectors\MedisoftConnector.cs" />
<Compile Include="Constants.cs" />
<Compile Include="DEBUGGING_ONLY.cs" />
<Compile Include="Installer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Installer.Designer.cs">
<DependentUpon>Installer.cs</DependentUpon>
</Compile>
<Compile Include="Medication_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="MSLSpecific_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Patient_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PlutoService.MSL.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PlutoService.MSL.Designer.cs">
<DependentUpon>PlutoService.MSL.cs</DependentUpon>
</Compile>
<Compile Include="Practice_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Provider_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="RegistrationWrapper.cs" />
<Compile Include="Schedule_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Connectors\SystemAccessVerifier.cs" />
<Compile Include="Terminology_Impl.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="PlutoService.MSL.resx">
<DependentUpon>PlutoService.MSL.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CrossProduct.Core\CrossProduct.Core.csproj">
<Project>{D6CC42F0-0F08-457F-84D1-44D0D25715F6}</Project>
<Name>CrossProduct.Core</Name>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\RegistrationAPI\RegistrationAPI.csproj">
<Project>{D8974253-F538-4AA6-B567-48B7CD574888}</Project>
<Name>RegistrationAPI</Name>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\TCMPortMapper\TCMPortMapper.csproj">
<Project>{7D79CD16-563E-470E-8042-58863719544A}</Project>
<Name>TCMPortMapper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="PUBLISH.htm">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<!-- 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>