source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/IndianHealthService.BMXNet.WinForm.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: 9.1 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.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.WinForm</RootNamespace>
12 <AssemblyName>BMXWIN40</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 <SignAssembly>true</SignAssembly>
24 <AssemblyOriginatorKeyFile>
25 </AssemblyOriginatorKeyFile>
26 <FileUpgradeFlags>
27 </FileUpgradeFlags>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <OldToolsVersion>3.5</OldToolsVersion>
31 <PublishUrl>publish\</PublishUrl>
32 <Install>true</Install>
33 <InstallFrom>Disk</InstallFrom>
34 <UpdateEnabled>false</UpdateEnabled>
35 <UpdateMode>Foreground</UpdateMode>
36 <UpdateInterval>7</UpdateInterval>
37 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
38 <UpdatePeriodically>false</UpdatePeriodically>
39 <UpdateRequired>false</UpdateRequired>
40 <MapFileExtensions>true</MapFileExtensions>
41 <ApplicationRevision>0</ApplicationRevision>
42 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43 <IsWebBootstrapper>false</IsWebBootstrapper>
44 <UseApplicationTrust>false</UseApplicationTrust>
45 <BootstrapperEnabled>true</BootstrapperEnabled>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <DebugSymbols>true</DebugSymbols>
49 <DebugType>full</DebugType>
50 <Optimize>false</Optimize>
51 <OutputPath>bin\Debug\</OutputPath>
52 <DefineConstants>DEBUG;TRACE</DefineConstants>
53 <ErrorReport>prompt</ErrorReport>
54 <WarningLevel>4</WarningLevel>
55 </PropertyGroup>
56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57 <DebugType>pdbonly</DebugType>
58 <Optimize>true</Optimize>
59 <OutputPath>bin\Release\</OutputPath>
60 <DefineConstants>TRACE</DefineConstants>
61 <ErrorReport>prompt</ErrorReport>
62 <WarningLevel>4</WarningLevel>
63 </PropertyGroup>
64 <ItemGroup>
65 <Reference Include="Accessibility" />
66 <Reference Include="System" />
67 <Reference Include="System.Data" />
68 <Reference Include="System.Drawing" />
69 <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
70 <Reference Include="System.Windows.Forms" />
71 <Reference Include="System.Xml" />
72 </ItemGroup>
73 <ItemGroup>
74 <Compile Include="Configuration\LocalPersistentStore.cs" />
75 <Compile Include="Configuration\CommandLineArguments.cs" />
76 <Compile Include="Configuration\PersistentStore.cs" />
77 <Compile Include="Configuration\RpmsConnectionSettings.cs" />
78 <Compile Include="Configuration\Setting.cs" />
79 <Compile Include="Configuration\Settings.cs" />
80 <Compile Include="AttemptingLoginEventArgs.cs" />
81 <Compile Include="Forms\ConnectionTest.cs" />
82 <Compile Include="Forms\ExceptionMessageDialog.cs">
83 <SubType>Form</SubType>
84 </Compile>
85 <Compile Include="Forms\ExceptionMessageDialog.designer.cs">
86 <DependentUpon>ExceptionMessageDialog.cs</DependentUpon>
87 </Compile>
88 <Compile Include="Forms\RpmsLoginPresenter.cs" />
89 <Compile Include="Forms\VerifyCodeUpdateDialog.cs">
90 <SubType>Form</SubType>
91 </Compile>
92 <Compile Include="Forms\VerifyCodeUpdateDialog.Designer.cs">
93 <DependentUpon>VerifyCodeUpdateDialog.cs</DependentUpon>
94 </Compile>
95 <Compile Include="LoginAttemptedEventArgs.cs" />
96 <Compile Include="Model\ChangableContext.cs" />
97 <Compile Include="Model\SelectableDivision.cs" />
98 <Compile Include="Model\WinDivision.cs" />
99 <Compile Include="WinFramework.cs" />
100 <Compile Include="Forms\RpmsLoginView.cs" />
101 <Compile Include="LoginProcess.cs" />
102 <Compile Include="Model\WinUser.cs" />
103 <Compile Include="Model\WinVisit.cs" />
104 <Compile Include="Model\WinObject.cs" />
105 <Compile Include="Model\WinPatient.cs" />
106 <Compile Include="Model\WinContext.cs" />
107 <Compile Include="Model\WinSession.cs" />
108 <Compile Include="Configuration\RpmsConnectionSpec.cs" />
109 <Compile Include="Services\EventRegistry.cs" />
110 <Compile Include="Forms\AboutDialog.cs">
111 <SubType>Form</SubType>
112 </Compile>
113 <Compile Include="Forms\AboutDialog.designer.cs">
114 <DependentUpon>AboutDialog.cs</DependentUpon>
115 </Compile>
116 <Compile Include="Forms\ChangeDivisionDialog.cs">
117 <SubType>Form</SubType>
118 </Compile>
119 <Compile Include="Forms\ChangeDivisionDialog.designer.cs">
120 <DependentUpon>ChangeDivisionDialog.cs</DependentUpon>
121 </Compile>
122 <Compile Include="Forms\RpmsLoginDialog.cs">
123 <SubType>Form</SubType>
124 </Compile>
125 <Compile Include="Forms\RpmsLoginDialog.Designer.cs">
126 <DependentUpon>RpmsLoginDialog.cs</DependentUpon>
127 </Compile>
128 <Compile Include="Forms\RpmsServerConfigurationManagementDialog.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="Forms\RpmsServerConfigurationManagementDialog.designer.cs">
132 <DependentUpon>RpmsServerConfigurationManagementDialog.cs</DependentUpon>
133 </Compile>
134 <Compile Include="Forms\RpmsServerConnectionPropertiesDialog.cs">
135 <SubType>Form</SubType>
136 </Compile>
137 <Compile Include="Forms\RpmsServerConnectionPropertiesDialog.designer.cs">
138 <DependentUpon>RpmsServerConnectionPropertiesDialog.cs</DependentUpon>
139 </Compile>
140 <Compile Include="Properties\AssemblyInfo.cs" />
141 </ItemGroup>
142 <ItemGroup>
143 <EmbeddedResource Include="Doc\ChangeLog.txt" />
144 </ItemGroup>
145 <ItemGroup>
146 <EmbeddedResource Include="Doc\ToDoLog.txt" />
147 <EmbeddedResource Include="Forms\AboutDialog.resx">
148 <DependentUpon>AboutDialog.cs</DependentUpon>
149 <SubType>Designer</SubType>
150 </EmbeddedResource>
151 <EmbeddedResource Include="Forms\ChangeDivisionDialog.resx">
152 <DependentUpon>ChangeDivisionDialog.cs</DependentUpon>
153 <SubType>Designer</SubType>
154 </EmbeddedResource>
155 <EmbeddedResource Include="Forms\ExceptionMessageDialog.resx">
156 <DependentUpon>ExceptionMessageDialog.cs</DependentUpon>
157 <SubType>Designer</SubType>
158 </EmbeddedResource>
159 <EmbeddedResource Include="Forms\RpmsLoginDialog.resx">
160 <DependentUpon>RpmsLoginDialog.cs</DependentUpon>
161 <SubType>Designer</SubType>
162 </EmbeddedResource>
163 <EmbeddedResource Include="Forms\RpmsServerConfigurationManagementDialog.resx">
164 <DependentUpon>RpmsServerConfigurationManagementDialog.cs</DependentUpon>
165 <SubType>Designer</SubType>
166 </EmbeddedResource>
167 <EmbeddedResource Include="Forms\RpmsServerConnectionPropertiesDialog.resx">
168 <DependentUpon>RpmsServerConnectionPropertiesDialog.cs</DependentUpon>
169 <SubType>Designer</SubType>
170 </EmbeddedResource>
171 <EmbeddedResource Include="Forms\VerifyCodeUpdateDialog.resx">
172 <DependentUpon>VerifyCodeUpdateDialog.cs</DependentUpon>
173 <SubType>Designer</SubType>
174 </EmbeddedResource>
175 </ItemGroup>
176 <ItemGroup>
177 <ProjectReference Include="..\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj">
178 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
179 <Name>IndianHealthService.BMXNet</Name>
180 </ProjectReference>
181 </ItemGroup>
182 <ItemGroup>
183 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
184 <Visible>False</Visible>
185 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
186 <Install>true</Install>
187 </BootstrapperPackage>
188 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
189 <Visible>False</Visible>
190 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
191 <Install>false</Install>
192 </BootstrapperPackage>
193 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
194 <Visible>False</Visible>
195 <ProductName>.NET Framework 3.5 SP1</ProductName>
196 <Install>false</Install>
197 </BootstrapperPackage>
198 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
199 <Visible>False</Visible>
200 <ProductName>Windows Installer 3.1</ProductName>
201 <Install>true</Install>
202 </BootstrapperPackage>
203 </ItemGroup>
204 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206 Other similar extension points exist, see Microsoft.Common.targets.
207 <Target Name="BeforeBuild">
208 </Target>
209 <Target Name="AfterBuild">
210 </Target>
211 -->
212 <PropertyGroup>
213 <PostBuildEvent>mkdir "$(SolutionDir)Release\"
214Copy "$(TargetPath)" "$(SolutionDir)Release\$(TargetFileName)" /Y</PostBuildEvent>
215 </PropertyGroup>
216</Project>
Note: See TracBrowser for help on using the repository browser.