source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Example.CrossComponent.EHR/IndianHealthService.BMXNet.Example.CrossComponent.EHR.csproj@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 5.3 KB
Line 
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>{D963694A-6640-481E-9F36-3D3B2FB796FE}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.Example.CrossComponent.EHR</RootNamespace>
12 <AssemblyName>IHS.BMXNet.Example.Xo.EHR</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 <RegisterForComInterop>true</RegisterForComInterop>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugType>pdbonly</DebugType>
41 <Optimize>true</Optimize>
42 <OutputPath>bin\Release\</OutputPath>
43 <DefineConstants>TRACE</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <ItemGroup>
48 <Reference Include="BMXEHR40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49 <SpecificVersion>False</SpecificVersion>
50 <HintPath>..\IndianHealthService.BMXNet.EHR\bin\Debug\BMXEHR40.dll</HintPath>
51 </Reference>
52 <Reference Include="BMXNET40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53 <SpecificVersion>False</SpecificVersion>
54 <HintPath>..\IndianHealthService.BMXNet\bin\Debug\BMXNET40.dll</HintPath>
55 </Reference>
56 <Reference Include="Interop.CIA_CSS, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
57 <SpecificVersion>False</SpecificVersion>
58 <HintPath>..\lib\Ehr\4.0\Interop.CIA_CSS.dll</HintPath>
59 </Reference>
60 <Reference Include="Interop.CSS_Encounter, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
61 <SpecificVersion>False</SpecificVersion>
62 <HintPath>..\lib\Ehr\4.0\Interop.CSS_Encounter.dll</HintPath>
63 </Reference>
64 <Reference Include="Interop.CSS_Patient, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
65 <SpecificVersion>False</SpecificVersion>
66 <HintPath>..\lib\Ehr\4.0\Interop.CSS_Patient.dll</HintPath>
67 </Reference>
68 <Reference Include="Interop.CSS_Site, Version=4.0.0.0, Culture=neutral">
69 <SpecificVersion>False</SpecificVersion>
70 <HintPath>..\lib\Ehr\4.0\Interop.CSS_Site.dll</HintPath>
71 </Reference>
72 <Reference Include="Interop.CSS_User, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
73 <SpecificVersion>False</SpecificVersion>
74 <HintPath>..\lib\Ehr\4.0\Interop.CSS_User.dll</HintPath>
75 </Reference>
76 <Reference Include="System" />
77 <Reference Include="System.Drawing" />
78 <Reference Include="System.Windows.Forms" />
79 <Reference Include="System.Data" />
80 <Reference Include="System.Xml" />
81 </ItemGroup>
82 <ItemGroup>
83 <Compile Include="Properties\AssemblyInfo.cs" />
84 <Compile Include="UserInfoComponent.cs">
85 <SubType>UserControl</SubType>
86 </Compile>
87 <Compile Include="UserInfoComponent.Designer.cs">
88 <DependentUpon>UserInfoComponent.cs</DependentUpon>
89 </Compile>
90 <Compile Include="UserInfoComponent.EHR.cs">
91 <SubType>UserControl</SubType>
92 </Compile>
93 </ItemGroup>
94 <ItemGroup>
95 <EmbeddedResource Include="UserInfoComponent.resx">
96 <DependentUpon>UserInfoComponent.cs</DependentUpon>
97 <SubType>Designer</SubType>
98 </EmbeddedResource>
99 </ItemGroup>
100 <ItemGroup>
101 <ProjectReference Include="..\IndianHealthService.BMXNet.Example.CrossComponent\IndianHealthService.BMXNet.Example.CrossComponent.csproj">
102 <Project>{A544825A-48C6-4B5A-99B0-545776A1E590}</Project>
103 <Name>IndianHealthService.BMXNet.Example.CrossComponent</Name>
104 </ProjectReference>
105 </ItemGroup>
106 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
108 Other similar extension points exist, see Microsoft.Common.targets.
109 <Target Name="BeforeBuild">
110 </Target>
111 <Target Name="AfterBuild">
112 </Target>
113 -->
114 <PropertyGroup>
115 <PostBuildEvent>mkdir "$(TargetDir)\Ehr\"
116
117"$(ProgramFiles)\Microsoft\Ilmerge\Ilmerge.exe" /internalize /out:"$(TargetDir)Ehr\$(TargetFileName)" "$(TargetFileName)" "$(TargetDir)IndianHealthService.BMXNet.Example.CrossComponent.dll"</PostBuildEvent>
118 </PropertyGroup>
119</Project>
Note: See TracBrowser for help on using the repository browser.