| 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>{A544825A-48C6-4B5A-99B0-545776A1E590}</ProjectGuid> | 
|---|
| 9 | <OutputType>Library</OutputType> | 
|---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder> | 
|---|
| 11 | <RootNamespace>IndianHealthService.BMXNet.Example.CrossComponent</RootNamespace> | 
|---|
| 12 | <AssemblyName>IndianHealthService.BMXNet.Example.CrossComponent</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 | </PropertyGroup> | 
|---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
|---|
| 39 | <DebugType>pdbonly</DebugType> | 
|---|
| 40 | <Optimize>true</Optimize> | 
|---|
| 41 | <OutputPath>bin\Release\</OutputPath> | 
|---|
| 42 | <DefineConstants>TRACE</DefineConstants> | 
|---|
| 43 | <ErrorReport>prompt</ErrorReport> | 
|---|
| 44 | <WarningLevel>4</WarningLevel> | 
|---|
| 45 | </PropertyGroup> | 
|---|
| 46 | <ItemGroup> | 
|---|
| 47 | <Reference Include="BMXNET40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | 
|---|
| 48 | <SpecificVersion>False</SpecificVersion> | 
|---|
| 49 | <HintPath>..\IndianHealthService.BMXNet\bin\Debug\BMXNET40.dll</HintPath> | 
|---|
| 50 | </Reference> | 
|---|
| 51 | <Reference Include="System" /> | 
|---|
| 52 | <Reference Include="System.Drawing" /> | 
|---|
| 53 | <Reference Include="System.Windows.Forms" /> | 
|---|
| 54 | <Reference Include="System.Data" /> | 
|---|
| 55 | <Reference Include="System.Xml" /> | 
|---|
| 56 | </ItemGroup> | 
|---|
| 57 | <ItemGroup> | 
|---|
| 58 | <Compile Include="Properties\AssemblyInfo.cs" /> | 
|---|
| 59 | <Compile Include="UserInfoControl.cs"> | 
|---|
| 60 | <SubType>UserControl</SubType> | 
|---|
| 61 | </Compile> | 
|---|
| 62 | <Compile Include="UserInfoControl.Designer.cs"> | 
|---|
| 63 | <DependentUpon>UserInfoControl.cs</DependentUpon> | 
|---|
| 64 | </Compile> | 
|---|
| 65 | </ItemGroup> | 
|---|
| 66 | <ItemGroup> | 
|---|
| 67 | <EmbeddedResource Include="UserInfoControl.resx"> | 
|---|
| 68 | <DependentUpon>UserInfoControl.cs</DependentUpon> | 
|---|
| 69 | <SubType>Designer</SubType> | 
|---|
| 70 | </EmbeddedResource> | 
|---|
| 71 | </ItemGroup> | 
|---|
| 72 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
|---|
| 73 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 
|---|
| 74 | Other similar extension points exist, see Microsoft.Common.targets. | 
|---|
| 75 | <Target Name="BeforeBuild"> | 
|---|
| 76 | </Target> | 
|---|
| 77 | <Target Name="AfterBuild"> | 
|---|
| 78 | </Target> | 
|---|
| 79 | --> | 
|---|
| 80 | </Project> | 
|---|