source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Tools.ComponentTestBench/IndianHealthService.BMXNet.Tools.ComponentTestBench.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: 5.3 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.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BBE45A82-428D-4258-B43B-A6209B30B811}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.Tools.ComponentTestBench</RootNamespace>
12 <AssemblyName>BMXBench40</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.WinForm\bin\Debug\BMXNET40.dll</HintPath>
50 </Reference>
51 <Reference Include="BMXWIN40, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
52 <SpecificVersion>False</SpecificVersion>
53 <HintPath>..\IndianHealthService.BMXNet.WinForm\bin\Debug\BMXWIN40.dll</HintPath>
54 </Reference>
55 <Reference Include="System" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Deployment" />
58 <Reference Include="System.Drawing" />
59 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Xml" />
61 </ItemGroup>
62 <ItemGroup>
63 <Compile Include="DataTableWindow.cs">
64 <SubType>Form</SubType>
65 </Compile>
66 <Compile Include="DataTableWindow.Designer.cs">
67 <DependentUpon>DataTableWindow.cs</DependentUpon>
68 </Compile>
69 <Compile Include="LogTranscriptControl.cs">
70 <SubType>UserControl</SubType>
71 </Compile>
72 <Compile Include="LogTranscriptControl.designer.cs">
73 <DependentUpon>LogTranscriptControl.cs</DependentUpon>
74 </Compile>
75 <Compile Include="Program.cs" />
76 <Compile Include="Properties\AssemblyInfo.cs" />
77 <EmbeddedResource Include="Properties\Resources.resx">
78 <Generator>ResXFileCodeGenerator</Generator>
79 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
80 <SubType>Designer</SubType>
81 </EmbeddedResource>
82 <EmbeddedResource Include="ComponentTestBenchMainWindow.resx">
83 <DependentUpon>ComponentTestBenchMainWindow.cs</DependentUpon>
84 <SubType>Designer</SubType>
85 </EmbeddedResource>
86 <Compile Include="Properties\Resources.Designer.cs">
87 <AutoGen>True</AutoGen>
88 <DependentUpon>Resources.resx</DependentUpon>
89 <DesignTime>True</DesignTime>
90 </Compile>
91 <None Include="Properties\Settings.settings">
92 <Generator>SettingsSingleFileGenerator</Generator>
93 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
94 </None>
95 <Compile Include="Properties\Settings.Designer.cs">
96 <AutoGen>True</AutoGen>
97 <DependentUpon>Settings.settings</DependentUpon>
98 <DesignTimeSharedInput>True</DesignTimeSharedInput>
99 </Compile>
100 <Compile Include="ComponentTestBenchMainWindow.cs">
101 <SubType>Form</SubType>
102 </Compile>
103 <Compile Include="ComponentTestBenchMainWindow.Designer.cs">
104 <DependentUpon>ComponentTestBenchMainWindow.cs</DependentUpon>
105 </Compile>
106 </ItemGroup>
107 <ItemGroup>
108 <EmbeddedResource Include="LogTranscriptControl.resx">
109 <DependentUpon>LogTranscriptControl.cs</DependentUpon>
110 <SubType>Designer</SubType>
111 </EmbeddedResource>
112 <EmbeddedResource Include="testicon.ico" />
113 </ItemGroup>
114 <ItemGroup>
115 <EmbeddedResource Include="PriorBmxForEvidence\BMXNet20.dll">
116 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117 </EmbeddedResource>
118 <EmbeddedResource Include="PriorBmxForEvidence\BMXNet30.dll">
119 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120 </EmbeddedResource>
121 </ItemGroup>
122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124 Other similar extension points exist, see Microsoft.Common.targets.
125 <Target Name="BeforeBuild">
126 </Target>
127 <Target Name="AfterBuild">
128 </Target>
129 -->
130</Project>
Note: See TracBrowser for help on using the repository browser.