source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.TestBench/IndianHealthService.BMXNet.Xo.TestBench.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.1 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.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B5D8A9B3-EBB4-465A-94D3-3BE9AA541679}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IndianHealthService.BMXNet.TestBench</RootNamespace>
12 <AssemblyName>TestBench</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <SccProjectName>
16 </SccProjectName>
17 <SccLocalPath>
18 </SccLocalPath>
19 <SccAuxPath>
20 </SccAuxPath>
21 <SccProvider>
22 </SccProvider>
23 <StartupObject>IndianHealthService.BMXNet.TestBench.Program</StartupObject>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26 <DebugSymbols>true</DebugSymbols>
27 <DebugType>full</DebugType>
28 <Optimize>false</Optimize>
29 <OutputPath>bin\Debug\</OutputPath>
30 <DefineConstants>DEBUG;TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35 <DebugType>pdbonly</DebugType>
36 <Optimize>true</Optimize>
37 <OutputPath>bin\Release\</OutputPath>
38 <DefineConstants>TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 </PropertyGroup>
42 <ItemGroup>
43 <Reference Include="System" />
44 <Reference Include="System.Data" />
45 <Reference Include="System.Deployment" />
46 <Reference Include="System.Drawing" />
47 <Reference Include="System.Windows.Forms" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="ComponentTester.cs">
52 <SubType>Form</SubType>
53 </Compile>
54 <Compile Include="ComponentTester.Designer.cs">
55 <DependentUpon>ComponentTester.cs</DependentUpon>
56 </Compile>
57 <Compile Include="LogTranscriptControl.cs">
58 <SubType>UserControl</SubType>
59 </Compile>
60 <Compile Include="LogTranscriptControl.Designer.cs">
61 <DependentUpon>LogTranscriptControl.cs</DependentUpon>
62 </Compile>
63 <Compile Include="PatientVisitPicker.cs">
64 <SubType>Form</SubType>
65 </Compile>
66 <Compile Include="PatientVisitPicker.Designer.cs">
67 <DependentUpon>PatientVisitPicker.cs</DependentUpon>
68 </Compile>
69 <Compile Include="Program.cs" />
70 <Compile Include="Properties\AssemblyInfo.cs" />
71 <EmbeddedResource Include="ComponentTester.resx">
72 <DependentUpon>ComponentTester.cs</DependentUpon>
73 <SubType>Designer</SubType>
74 </EmbeddedResource>
75 <EmbeddedResource Include="LogTranscriptControl.resx">
76 <DependentUpon>LogTranscriptControl.cs</DependentUpon>
77 <SubType>Designer</SubType>
78 </EmbeddedResource>
79 <EmbeddedResource Include="PatientVisitPicker.resx">
80 <DependentUpon>PatientVisitPicker.cs</DependentUpon>
81 <SubType>Designer</SubType>
82 </EmbeddedResource>
83 <EmbeddedResource Include="Properties\Resources.resx">
84 <Generator>ResXFileCodeGenerator</Generator>
85 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
86 <SubType>Designer</SubType>
87 </EmbeddedResource>
88 <Compile Include="Properties\Resources.Designer.cs">
89 <AutoGen>True</AutoGen>
90 <DependentUpon>Resources.resx</DependentUpon>
91 <DesignTime>True</DesignTime>
92 </Compile>
93 <None Include="Properties\Settings.settings">
94 <Generator>SettingsSingleFileGenerator</Generator>
95 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
96 </None>
97 <Compile Include="Properties\Settings.Designer.cs">
98 <AutoGen>True</AutoGen>
99 <DependentUpon>Settings.settings</DependentUpon>
100 <DesignTimeSharedInput>True</DesignTimeSharedInput>
101 </Compile>
102 </ItemGroup>
103 <ItemGroup>
104 <ProjectReference Include="..\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj">
105 <Project>{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}</Project>
106 <Name>IndianHealthService.BMXNet.WinForm</Name>
107 </ProjectReference>
108 <ProjectReference Include="..\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj">
109 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
110 <Name>IndianHealthService.BMXNet</Name>
111 </ProjectReference>
112 </ItemGroup>
113 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115 Other similar extension points exist, see Microsoft.Common.targets.
116 <Target Name="BeforeBuild">
117 </Target>
118 <Target Name="AfterBuild">
119 </Target>
120 -->
121 <PropertyGroup>
122 <PostBuildEvent>mkdir "$(SolutionDir)Release\"
123copy "$(TargetPath)" "$(SolutionDir)Release\$(TargetFileName)" /Y</PostBuildEvent>
124 </PropertyGroup>
125</Project>
Note: See TracBrowser for help on using the repository browser.