source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet/IndianHealthService.BMXNet.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: 6.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>
11 </ApplicationIcon>
12 <AssemblyKeyContainerName>
13 </AssemblyKeyContainerName>
14 <AssemblyName>BMXNET40</AssemblyName>
15 <AssemblyOriginatorKeyFile>
16 </AssemblyOriginatorKeyFile>
17 <DefaultClientScript>JScript</DefaultClientScript>
18 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19 <DefaultTargetSchema>IE50</DefaultTargetSchema>
20 <DelaySign>false</DelaySign>
21 <OutputType>Library</OutputType>
22 <RootNamespace>IndianHealthService.BMXNet</RootNamespace>
23 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
24 <StartupObject>
25 </StartupObject>
26 <FileUpgradeFlags>
27 </FileUpgradeFlags>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <SignAssembly>true</SignAssembly>
31 <SccProjectName>
32 </SccProjectName>
33 <SccLocalPath>
34 </SccLocalPath>
35 <SccAuxPath>
36 </SccAuxPath>
37 <SccProvider>
38 </SccProvider>
39 <OldToolsVersion>3.5</OldToolsVersion>
40 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43 <OutputPath>bin\Debug\</OutputPath>
44 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
45 <BaseAddress>285212672</BaseAddress>
46 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
47 <ConfigurationOverrideFile>
48 </ConfigurationOverrideFile>
49 <DefineConstants>DEBUG;TRACE</DefineConstants>
50 <DocumentationFile>bmxnet.xml</DocumentationFile>
51 <DebugSymbols>true</DebugSymbols>
52 <FileAlignment>4096</FileAlignment>
53 <NoStdLib>false</NoStdLib>
54 <NoWarn>1591</NoWarn>
55 <Optimize>false</Optimize>
56 <RegisterForComInterop>false</RegisterForComInterop>
57 <RemoveIntegerChecks>false</RemoveIntegerChecks>
58 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
59 <WarningLevel>4</WarningLevel>
60 <DebugType>full</DebugType>
61 <ErrorReport>prompt</ErrorReport>
62 </PropertyGroup>
63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
64 <OutputPath>bin\Release\</OutputPath>
65 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
66 <BaseAddress>285212672</BaseAddress>
67 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
68 <ConfigurationOverrideFile>
69 </ConfigurationOverrideFile>
70 <DefineConstants>TRACE</DefineConstants>
71 <DocumentationFile>bmxnet.xml</DocumentationFile>
72 <DebugSymbols>false</DebugSymbols>
73 <FileAlignment>4096</FileAlignment>
74 <NoStdLib>false</NoStdLib>
75 <NoWarn>1591</NoWarn>
76 <Optimize>true</Optimize>
77 <RegisterForComInterop>false</RegisterForComInterop>
78 <RemoveIntegerChecks>false</RemoveIntegerChecks>
79 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
80 <WarningLevel>4</WarningLevel>
81 <DebugType>none</DebugType>
82 <ErrorReport>prompt</ErrorReport>
83 </PropertyGroup>
84 <ItemGroup>
85 <Reference Include="System">
86 <Name>System</Name>
87 </Reference>
88 <Reference Include="System.Data">
89 <Name>System.Data</Name>
90 </Reference>
91 <Reference Include="System.Drawing">
92 <Name>System.Drawing</Name>
93 </Reference>
94 <Reference Include="System.Runtime.Serialization.Formatters.Soap">
95 <Name>System.Runtime.Serialization.Formatters.Soap</Name>
96 </Reference>
97 <Reference Include="System.Windows.Forms">
98 <Name>System.Windows.Forms</Name>
99 </Reference>
100 <Reference Include="System.Xml">
101 <Name>System.XML</Name>
102 </Reference>
103 </ItemGroup>
104 <ItemGroup>
105 <Compile Include="Ado\BMXNetAdapter.cs">
106 <SubType>Component</SubType>
107 </Compile>
108 <Compile Include="Ado\BMXNetCommand.cs">
109 <SubType>Component</SubType>
110 </Compile>
111 <Compile Include="Ado\BMXNetConnection.cs">
112 <SubType>Component</SubType>
113 </Compile>
114 <Compile Include="Ado\BMXNetDataReader.cs" />
115 <Compile Include="Ado\BMXNetParameter.cs" />
116 <Compile Include="Ado\BMXNetParameterCollection.cs" />
117 <Compile Include="Ado\BMXNetTransaction.cs" />
118 <Compile Include="Ado\RPMSDb.cs" />
119 <Compile Include="AssemblyInfo.cs">
120 <SubType>Code</SubType>
121 </Compile>
122 <Compile Include="BMXNetBroker.cs" />
123 <Compile Include="BMXNetException.cs">
124 <SubType>Code</SubType>
125 </Compile>
126 <Compile Include="BMXNetSessionConnection.cs" />
127 <Compile Include="BMXNetSessionConnectionSource.cs" />
128 <Compile Include="LocalEventArgs.cs" />
129 <Compile Include="LocalEventService.cs" />
130 <Compile Include="Log.cs" />
131 <Compile Include="M.cs" />
132 <Compile Include="Net\BMXAdeCrypto.cs" />
133 <Compile Include="Net\EncryptionProvider.cs" />
134 <Compile Include="RemoteEventArgs.cs" />
135 <Compile Include="RemoteEventService.cs" />
136 <Compile Include="RemoteSessionPoolConsumer.cs" />
137 <Compile Include="Model\Division.cs" />
138 <Compile Include="Net\BMXNetSessionSocketConnection.cs" />
139 <Compile Include="Net\BMXNetSocketConnectionSpec.cs" />
140 <Compile Include="Sevices\BMXNetSessionConnectionOverAnotherSessionConnection.cs" />
141 <Compile Include="RemoteSessionConsumer.cs" />
142 <Compile Include="RemoteSession.cs" />
143 <Compile Include="Model\Context.cs" />
144 <Compile Include="Model\ContextChangedArgs.cs" />
145 <Compile Include="Model\ContextChangingArgs.cs" />
146 <Compile Include="Ado\DataTableFuture.cs" />
147 <Compile Include="Ado\DataTableFutureEventArgs.cs" />
148 <Compile Include="LocalConsumer.cs" />
149 <Compile Include="Model\Patient.cs" />
150 <Compile Include="LocalSession.cs" />
151 <Compile Include="Model\User.cs" />
152 <Compile Include="Model\Visit.cs" />
153 <Compile Include="Net\BMXNetSocketBroker.cs" />
154 <Compile Include="Net\EncryptionKeyProvider.cs" />
155 <Compile Include="Sevices\BMXNetRemoteSession.cs" />
156 <Compile Include="Sevices\BMXNetRemoteSessionPool.cs" />
157 <Compile Include="Sevices\NullLog.cs" />
158 <Compile Include="RemoteSessionPool.cs" />
159 <Compile Include="Util\EntryAssemblyInfo.cs" />
160 </ItemGroup>
161 <ItemGroup>
162 <EmbeddedResource Include="Doc\ChangeLog.txt" />
163 <EmbeddedResource Include="Doc\ToDoLog.txt" />
164 </ItemGroup>
165 <ItemGroup>
166 <None Include="KIDS\bmx_0400.t1bk" />
167 </ItemGroup>
168 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
169 <PropertyGroup>
170 <PreBuildEvent>
171 </PreBuildEvent>
172 <PostBuildEvent>mkdir "$(SolutionDir)Release\"
173copy "$(TargetPath)" "$(SolutionDir)Release\$(TargetFileName)" /Y</PostBuildEvent>
174 </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.