[1146] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{C8E30F92-0A0D-4A2F-AD07-A38CFE73FDD5}</ProjectGuid>
|
---|
| 9 | <OutputType>WinExe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp</RootNamespace>
|
---|
| 12 | <AssemblyName>IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SccProjectName>
|
---|
| 16 | </SccProjectName>
|
---|
| 17 | <SccLocalPath>
|
---|
| 18 | </SccLocalPath>
|
---|
| 19 | <SccAuxPath>
|
---|
| 20 | </SccAuxPath>
|
---|
| 21 | <SccProvider>
|
---|
| 22 | </SccProvider>
|
---|
| 23 | <FileUpgradeFlags>
|
---|
| 24 | </FileUpgradeFlags>
|
---|
| 25 | <UpgradeBackupLocation>
|
---|
| 26 | </UpgradeBackupLocation>
|
---|
| 27 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 28 | </PropertyGroup>
|
---|
| 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 30 | <DebugSymbols>true</DebugSymbols>
|
---|
| 31 | <DebugType>full</DebugType>
|
---|
| 32 | <Optimize>false</Optimize>
|
---|
| 33 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 34 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 35 | <ErrorReport>prompt</ErrorReport>
|
---|
| 36 | <WarningLevel>4</WarningLevel>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 39 | <DebugType>pdbonly</DebugType>
|
---|
| 40 | <Optimize>true</Optimize>
|
---|
| 41 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 42 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 43 | <ErrorReport>prompt</ErrorReport>
|
---|
| 44 | <WarningLevel>4</WarningLevel>
|
---|
| 45 | </PropertyGroup>
|
---|
| 46 | <ItemGroup>
|
---|
| 47 | <Reference Include="BMXNET40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 48 | <SpecificVersion>False</SpecificVersion>
|
---|
| 49 | <HintPath>..\IndianHealthService.BMXNet.WinForm\bin\Debug\BMXNET40.dll</HintPath>
|
---|
| 50 | </Reference>
|
---|
| 51 | <Reference Include="BMXWIN40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 52 | <SpecificVersion>False</SpecificVersion>
|
---|
| 53 | <HintPath>..\IndianHealthService.BMXNet.WinForm\bin\Debug\BMXWIN40.dll</HintPath>
|
---|
| 54 | </Reference>
|
---|
| 55 | <Reference Include="Interop.CIA_CSS, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 56 | <SpecificVersion>False</SpecificVersion>
|
---|
| 57 | <HintPath>..\lib\Ehr\4.0\Interop.CIA_CSS.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="Interop.CSS_Encounter, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 60 | <SpecificVersion>False</SpecificVersion>
|
---|
| 61 | <HintPath>..\lib\Ehr\4.0\Interop.CSS_Encounter.dll</HintPath>
|
---|
| 62 | </Reference>
|
---|
| 63 | <Reference Include="Interop.CSS_Patient, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 64 | <SpecificVersion>False</SpecificVersion>
|
---|
| 65 | <HintPath>..\lib\Ehr\4.0\Interop.CSS_Patient.dll</HintPath>
|
---|
| 66 | </Reference>
|
---|
| 67 | <Reference Include="Interop.CSS_Site, Version=4.0.0.0, Culture=neutral">
|
---|
| 68 | <SpecificVersion>False</SpecificVersion>
|
---|
| 69 | <HintPath>..\lib\Ehr\4.0\Interop.CSS_Site.dll</HintPath>
|
---|
| 70 | </Reference>
|
---|
| 71 | <Reference Include="Interop.CSS_User, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 72 | <SpecificVersion>False</SpecificVersion>
|
---|
| 73 | <HintPath>..\lib\Ehr\4.0\Interop.CSS_User.dll</HintPath>
|
---|
| 74 | </Reference>
|
---|
| 75 | <Reference Include="System" />
|
---|
| 76 | <Reference Include="System.Data" />
|
---|
| 77 | <Reference Include="System.Deployment" />
|
---|
| 78 | <Reference Include="System.Drawing" />
|
---|
| 79 | <Reference Include="System.Windows.Forms" />
|
---|
| 80 | <Reference Include="System.Xml" />
|
---|
| 81 | </ItemGroup>
|
---|
| 82 | <ItemGroup>
|
---|
| 83 | <Compile Include="Program.cs" />
|
---|
| 84 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 85 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 86 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 87 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 88 | <SubType>Designer</SubType>
|
---|
| 89 | </EmbeddedResource>
|
---|
| 90 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 91 | <AutoGen>True</AutoGen>
|
---|
| 92 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 93 | <DesignTime>True</DesignTime>
|
---|
| 94 | </Compile>
|
---|
| 95 | <None Include="Properties\Settings.settings">
|
---|
| 96 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 97 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 98 | </None>
|
---|
| 99 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 100 | <AutoGen>True</AutoGen>
|
---|
| 101 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 102 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 103 | </Compile>
|
---|
| 104 | </ItemGroup>
|
---|
| 105 | <ItemGroup>
|
---|
| 106 | <ProjectReference Include="..\IndianHealthService.BMXNet.Example.CrossComponent\IndianHealthService.BMXNet.Example.CrossComponent.csproj">
|
---|
| 107 | <Project>{A544825A-48C6-4B5A-99B0-545776A1E590}</Project>
|
---|
| 108 | <Name>IndianHealthService.BMXNet.Example.CrossComponent</Name>
|
---|
| 109 | </ProjectReference>
|
---|
| 110 | <ProjectReference Include="..\IndianHealthService.BMXNet.Tools.ComponentTestBench\IndianHealthService.BMXNet.Tools.ComponentTestBench.csproj">
|
---|
| 111 | <Project>{BBE45A82-428D-4258-B43B-A6209B30B811}</Project>
|
---|
| 112 | <Name>IndianHealthService.BMXNet.Tools.ComponentTestBench</Name>
|
---|
| 113 | </ProjectReference>
|
---|
| 114 | </ItemGroup>
|
---|
| 115 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 116 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 117 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 118 | <Target Name="BeforeBuild">
|
---|
| 119 | </Target>
|
---|
| 120 | <Target Name="AfterBuild">
|
---|
| 121 | </Target>
|
---|
| 122 | -->
|
---|
| 123 | </Project>
|
---|