Initial Commit

This commit is contained in:
2016-07-27 00:32:34 -04:00
commit 8d162b2035
701 changed files with 188672 additions and 0 deletions

View File

@@ -0,0 +1,142 @@
<?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>{0BA7EDF2-454C-48A2-A569-579D6D3357FE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PlutoServer.PracticeChoice</RootNamespace>
<AssemblyName>PlutoServer.PracticeChoice</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<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|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="RemObjects.InternetPack">
<HintPath>..\..\3rdParty\RemObjects\Server\RemObjects.InternetPack.dll</HintPath>
</Reference>
<Reference Include="RemObjects.SDK">
<HintPath>..\..\3rdParty\RemObjects\Server\RemObjects.SDK.dll</HintPath>
</Reference>
<Reference Include="RemObjects.SDK.Server">
<HintPath>..\..\3rdParty\RemObjects\Server\RemObjects.SDK.Server.dll</HintPath>
</Reference>
<Reference Include="RemObjects.SDK.ZLib">
<HintPath>..\..\3rdParty\RemObjects\Server\RemObjects.SDK.ZLib.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.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\PlutoServer\PlutoApi_Events.cs">
<Link>PlutoApi_Events.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="Constants.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="Patient_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PlutoService.PraticeChoice.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PlutoService.PraticeChoice.Designer.cs">
<DependentUpon>PlutoService.PraticeChoice.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="Schedule_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Terminology_Impl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Utility.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="PlutoService.PraticeChoice.resx">
<DependentUpon>PlutoService.PraticeChoice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PlutoServer.PracticeChoice.Core\PlutoServer.PracticeChoice.Core.csproj">
<Project>{1EB2E991-1DC5-4EC4-993A-77F1762E7703}</Project>
<Name>PlutoServer.PracticeChoice.Core</Name>
</ProjectReference>
<ProjectReference Include="..\PlutoServer.PracticeChoice.Interfaces\PlutoServer.PracticeChoice.Interfaces.csproj">
<Project>{77B7DE2F-677F-49E7-A452-D60FC4D27944}</Project>
<Name>PlutoServer.PracticeChoice.Interfaces</Name>
</ProjectReference>
<ProjectReference Include="..\PlutoServer.PracticeChoice.Scheduling\PlutoServer.PracticeChoice.Scheduling.csproj">
<Project>{24B30553-0E52-479C-93A0-FEA2CC512A58}</Project>
<Name>PlutoServer.PracticeChoice.Scheduling</Name>
</ProjectReference>
<ProjectReference Include="..\PlutoServer.PracticeChoice.Security\PlutoServer.PracticeChoice.Security.csproj">
<Project>{B8DB8F11-ADFC-4BC4-89A1-EA0D47CFAE71}</Project>
<Name>PlutoServer.PracticeChoice.Security</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>