source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.EHR/IndianHealthService.BMXNet.CIA.csproj@ 1150

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

Initial Import of BMX4

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{BDD32FA6-852B-44D1-A0DA-B40956AD8C00}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.CIA</RootNamespace>
12 <AssemblyName>BMXCIA30</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SccProjectName>
16 </SccProjectName>
17 <SccLocalPath>
18 </SccLocalPath>
19 <SccAuxPath>
20 </SccAuxPath>
21 <SccProvider>
22 </SccProvider>
23 <SignAssembly>false</SignAssembly>
24 <AssemblyOriginatorKeyFile>
25 </AssemblyOriginatorKeyFile>
26 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29 <DebugSymbols>true</DebugSymbols>
30 <DebugType>full</DebugType>
31 <Optimize>false</Optimize>
32 <OutputPath>bin\Debug\</OutputPath>
33 <DefineConstants>DEBUG;TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38 <DebugType>pdbonly</DebugType>
39 <Optimize>true</Optimize>
40 <OutputPath>bin\Release\</OutputPath>
41 <DefineConstants>TRACE</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 </PropertyGroup>
46 <ItemGroup>
47 <Reference Include="BMXNet30, Version=3.0.3195.22904, Culture=neutral, PublicKeyToken=176aeb764f31a10f, processorArchitecture=MSIL">
48 <SpecificVersion>False</SpecificVersion>
49 <HintPath>..\lib\IHS BMX\30\BMXNet30.dll</HintPath>
50 </Reference>
51 <Reference Include="Interop.CIA_CSS, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL" />
52 <Reference Include="Interop.CIA_VIM, Version=4.4.0.0, Culture=neutral">
53 <SpecificVersion>False</SpecificVersion>
54 <HintPath>..\..\..\..\EHR.EBCI.06.24.2008\bin\Interop.CIA_VIM.dll</HintPath>
55 </Reference>
56 <Reference Include="Interop.CSS_Encounter, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL" />
57 <Reference Include="Interop.CSS_Patient, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
58 <Reference Include="Interop.CSS_User, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
59 <Reference Include="System" />
60 <Reference Include="System.Data" />
61 <Reference Include="System.Drawing" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" />
64 </ItemGroup>
65 <ItemGroup>
66 <Compile Include="BMXNetOverCiaLib.cs" />
67 <Compile Include="BMXNetSessionOverCia.cs" />
68 <Compile Include="CiaVisit.cs" />
69 <Compile Include="CiaObject.cs" />
70 <Compile Include="CiaContext.cs" />
71 <Compile Include="CiaPatient.cs" />
72 <Compile Include="CiaSession.cs" />
73 <Compile Include="CiaUser.cs" />
74 <Compile Include="EhrComponent.cs">
75 <SubType>UserControl</SubType>
76 </Compile>
77 <Compile Include="EhrComponent.Designer.cs">
78 <DependentUpon>EhrComponent.cs</DependentUpon>
79 </Compile>
80 <Compile Include="IEhrComponent.cs" />
81 <Compile Include="IEhrEvents.cs" />
82 <Compile Include="Properties\AssemblyInfo.cs" />
83 </ItemGroup>
84 <ItemGroup>
85 <Content Include="Assemblies\Ehr\4.0\Interop.CIA_CSS.dll" />
86 <Content Include="Assemblies\Ehr\4.0\Interop.CSS_Encounter.dll" />
87 <Content Include="Assemblies\Ehr\4.0\Interop.CSS_Patient.dll" />
88 <Content Include="Assemblies\Ehr\4.0\Interop.CSS_User.dll" />
89 </ItemGroup>
90 <ItemGroup>
91 <EmbeddedResource Include="Doc\ChangeLog.txt" />
92 <EmbeddedResource Include="Doc\ToDoLog.txt" />
93 <Content Include="VimConfiguration\BMXCIA22.vor">
94 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
95 </Content>
96 </ItemGroup>
97 <ItemGroup>
98 <ProjectReference Include="..\IndianHealthService.Model\IndianHealthService.Model.csproj">
99 <Project>{154D5E1D-2CC6-463C-8E72-5528F2059D3B}</Project>
100 <Name>IndianHealthService.Model</Name>
101 </ProjectReference>
102 </ItemGroup>
103 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105 Other similar extension points exist, see Microsoft.Common.targets.
106 <Target Name="BeforeBuild">
107 </Target>
108 <Target Name="AfterBuild">
109 </Target>
110 -->
111 <PropertyGroup>
112 <PostBuildEvent>mkdir "$(SolutionDir)Release\"
113copy "$(TargetPath)" "$(SolutionDir)Release\$(TargetFileName)" /Y</PostBuildEvent>
114 </PropertyGroup>
115</Project>
Note: See TracBrowser for help on using the repository browser.