source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/IndianHealthService.BMXNet.Desktop.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: 4.4 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.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6312A357-B338-4A4D-9A1D-1E60A546F76D}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.Desktop</RootNamespace>
12 <AssemblyName>IndianHealthService.BMXNet.Desktop.v10</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SccProjectName>SAK</SccProjectName>
16 <SccLocalPath>SAK</SccLocalPath>
17 <SccAuxPath>SAK</SccAuxPath>
18 <SccProvider>SAK</SccProvider>
19 <SignAssembly>true</SignAssembly>
20 <AssemblyOriginatorKeyFile>IndianHealthService.BMXNet.Desktop.pfx</AssemblyOriginatorKeyFile>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>bin\Debug\</OutputPath>
27 <DefineConstants>DEBUG;TRACE</DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>bin\Release\</OutputPath>
35 <DefineConstants>TRACE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="Accessibility" />
41 <Reference Include="BMXNet30, Version=3.0.3195.22904, Culture=neutral, PublicKeyToken=176aeb764f31a10f, processorArchitecture=MSIL">
42 <SpecificVersion>False</SpecificVersion>
43 <HintPath>..\lib\IHS BMX\30\BMXNet30.dll</HintPath>
44 </Reference>
45 <Reference Include="System" />
46 <Reference Include="System.Data" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="DesktopFramework.cs" />
53 <Compile Include="DesktopUser.cs" />
54 <Compile Include="DesktopVisit.cs" />
55 <Compile Include="DesktopObject.cs" />
56 <Compile Include="DesktopPatient.cs" />
57 <Compile Include="DesktopContext.cs" />
58 <Compile Include="DesktopSession.cs" />
59 <Compile Include="EventRegistry.cs" />
60 <Compile Include="Forms\AboutDialog.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="Forms\AboutDialog.designer.cs">
64 <DependentUpon>AboutDialog.cs</DependentUpon>
65 </Compile>
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="Util\ILog.cs" />
68 <Compile Include="Util\NullLog.cs" />
69 </ItemGroup>
70 <ItemGroup>
71 <EmbeddedResource Include="Doc\ChangeLog.txt" />
72 </ItemGroup>
73 <ItemGroup>
74 <EmbeddedResource Include="Doc\ToDoLog.txt" />
75 <EmbeddedResource Include="Forms\AboutDialog.resx">
76 <DependentUpon>AboutDialog.cs</DependentUpon>
77 <SubType>Designer</SubType>
78 </EmbeddedResource>
79 </ItemGroup>
80 <ItemGroup>
81 <ProjectReference Include="..\IndianHealthService.Model\IndianHealthService.Model.csproj">
82 <Project>{154D5E1D-2CC6-463C-8E72-5528F2059D3B}</Project>
83 <Name>IndianHealthService.Model</Name>
84 </ProjectReference>
85 </ItemGroup>
86 <ItemGroup>
87 <None Include="IndianHealthService.BMXNet.Desktop.pfx" />
88 </ItemGroup>
89 <ItemGroup>
90 <Content Include="IndianHealthService.BMXNet.Desktop.pfx.password.txt" />
91 </ItemGroup>
92 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94 Other similar extension points exist, see Microsoft.Common.targets.
95 <Target Name="BeforeBuild">
96 </Target>
97 <Target Name="AfterBuild">
98 </Target>
99 -->
100 <PropertyGroup>
101 <PostBuildEvent>mkdir "$(SolutionDir)Release\"
102Copy "$(TargetPath)" "$(SolutionDir)Release\$(TargetFileName)" /Y</PostBuildEvent>
103 </PropertyGroup>
104</Project>
Note: See TracBrowser for help on using the repository browser.