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>{08C48988-F916-4EFD-AD78-4665F85ECA91}</ProjectGuid>
|
---|
9 | <OutputType>WinExe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>IndianHealthService.BMXNet.Tools.SchemaBuilder</RootNamespace>
|
---|
12 | <AssemblyName>BMXSchemaBuilder</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 | <ApplicationIcon>Effects Information.ico</ApplicationIcon>
|
---|
24 | <FileUpgradeFlags>
|
---|
25 | </FileUpgradeFlags>
|
---|
26 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
27 | <UpgradeBackupLocation />
|
---|
28 | <PublishUrl>publish\</PublishUrl>
|
---|
29 | <Install>true</Install>
|
---|
30 | <InstallFrom>Disk</InstallFrom>
|
---|
31 | <UpdateEnabled>false</UpdateEnabled>
|
---|
32 | <UpdateMode>Foreground</UpdateMode>
|
---|
33 | <UpdateInterval>7</UpdateInterval>
|
---|
34 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
35 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
36 | <UpdateRequired>false</UpdateRequired>
|
---|
37 | <MapFileExtensions>true</MapFileExtensions>
|
---|
38 | <ApplicationRevision>0</ApplicationRevision>
|
---|
39 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
40 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
41 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
42 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
43 | </PropertyGroup>
|
---|
44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
45 | <DebugSymbols>true</DebugSymbols>
|
---|
46 | <DebugType>full</DebugType>
|
---|
47 | <Optimize>false</Optimize>
|
---|
48 | <OutputPath>bin\Debug\</OutputPath>
|
---|
49 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
50 | <ErrorReport>prompt</ErrorReport>
|
---|
51 | <WarningLevel>4</WarningLevel>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
54 | <DebugType>pdbonly</DebugType>
|
---|
55 | <Optimize>true</Optimize>
|
---|
56 | <OutputPath>bin\Release\</OutputPath>
|
---|
57 | <DefineConstants>TRACE</DefineConstants>
|
---|
58 | <ErrorReport>prompt</ErrorReport>
|
---|
59 | <WarningLevel>4</WarningLevel>
|
---|
60 | </PropertyGroup>
|
---|
61 | <ItemGroup>
|
---|
62 | <Reference Include="Infragistics2.Shared.v7.3">
|
---|
63 | <HintPath>..\..\..\..\..\..\..\..\Program Files\Indian Health Service\iCare Version 2.0.0.66\Infragistics2.Shared.v7.3.dll</HintPath>
|
---|
64 | </Reference>
|
---|
65 | <Reference Include="Infragistics2.Win.Misc.v7.3">
|
---|
66 | <HintPath>..\..\..\..\..\..\..\..\Program Files\Indian Health Service\iCare Version 2.0.0.66\Infragistics2.Win.Misc.v7.3.dll</HintPath>
|
---|
67 | </Reference>
|
---|
68 | <Reference Include="Infragistics2.Win.UltraWinGrid.v7.3">
|
---|
69 | <HintPath>..\..\..\..\..\..\..\..\Program Files\Indian Health Service\iCare Version 2.0.0.66\Infragistics2.Win.UltraWinGrid.v7.3.dll</HintPath>
|
---|
70 | </Reference>
|
---|
71 | <Reference Include="Infragistics2.Win.v7.3">
|
---|
72 | <HintPath>..\..\..\..\..\..\..\..\Program Files\Indian Health Service\iCare Version 2.0.0.66\Infragistics2.Win.v7.3.dll</HintPath>
|
---|
73 | </Reference>
|
---|
74 | <Reference Include="System" />
|
---|
75 | <Reference Include="System.Data" />
|
---|
76 | <Reference Include="System.Deployment" />
|
---|
77 | <Reference Include="System.Drawing" />
|
---|
78 | <Reference Include="System.Windows.Forms" />
|
---|
79 | <Reference Include="System.Xml" />
|
---|
80 | </ItemGroup>
|
---|
81 | <ItemGroup>
|
---|
82 | <Compile Include="BMXSchemaDoc.cs" />
|
---|
83 | <Compile Include="BMXSchemaField.cs" />
|
---|
84 | <Compile Include="BMXSchemaFields.cs" />
|
---|
85 | <Compile Include="DSaveSchema.cs">
|
---|
86 | <SubType>Form</SubType>
|
---|
87 | </Compile>
|
---|
88 | <Compile Include="DSelectSchema.cs">
|
---|
89 | <SubType>Form</SubType>
|
---|
90 | </Compile>
|
---|
91 | <Compile Include="Program.cs" />
|
---|
92 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
93 | <EmbeddedResource Include="DSaveSchema.resx">
|
---|
94 | <DependentUpon>DSaveSchema.cs</DependentUpon>
|
---|
95 | <SubType>Designer</SubType>
|
---|
96 | </EmbeddedResource>
|
---|
97 | <EmbeddedResource Include="DSelectSchema.resx">
|
---|
98 | <DependentUpon>DSelectSchema.cs</DependentUpon>
|
---|
99 | <SubType>Designer</SubType>
|
---|
100 | </EmbeddedResource>
|
---|
101 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
102 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
103 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
104 | <SubType>Designer</SubType>
|
---|
105 | </EmbeddedResource>
|
---|
106 | <EmbeddedResource Include="SchemaBuilderWindow.resx">
|
---|
107 | <DependentUpon>SchemaBuilderWindow.cs</DependentUpon>
|
---|
108 | <SubType>Designer</SubType>
|
---|
109 | </EmbeddedResource>
|
---|
110 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
111 | <AutoGen>True</AutoGen>
|
---|
112 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
113 | <DesignTime>True</DesignTime>
|
---|
114 | </Compile>
|
---|
115 | <None Include="Properties\Settings.settings">
|
---|
116 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
117 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
118 | </None>
|
---|
119 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
120 | <AutoGen>True</AutoGen>
|
---|
121 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
122 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
123 | </Compile>
|
---|
124 | <Compile Include="SchemaBuilderWindow.cs">
|
---|
125 | <SubType>Form</SubType>
|
---|
126 | </Compile>
|
---|
127 | <Compile Include="SchemaBuilderWindow.Designer.cs">
|
---|
128 | <DependentUpon>SchemaBuilderWindow.cs</DependentUpon>
|
---|
129 | </Compile>
|
---|
130 | </ItemGroup>
|
---|
131 | <ItemGroup>
|
---|
132 | <Content Include="Effects Information.ico" />
|
---|
133 | </ItemGroup>
|
---|
134 | <ItemGroup>
|
---|
135 | <BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
---|
136 | <Visible>False</Visible>
|
---|
137 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
---|
138 | <Install>true</Install>
|
---|
139 | </BootstrapperPackage>
|
---|
140 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
141 | <Visible>False</Visible>
|
---|
142 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
143 | <Install>false</Install>
|
---|
144 | </BootstrapperPackage>
|
---|
145 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
146 | <Visible>False</Visible>
|
---|
147 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
148 | <Install>false</Install>
|
---|
149 | </BootstrapperPackage>
|
---|
150 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
151 | <Visible>False</Visible>
|
---|
152 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
153 | <Install>true</Install>
|
---|
154 | </BootstrapperPackage>
|
---|
155 | </ItemGroup>
|
---|
156 | <ItemGroup>
|
---|
157 | <ProjectReference Include="..\IndianHealthService.BMXNet.EHR\IndianHealthService.BMXNet.EHR.csproj">
|
---|
158 | <Project>{BDD32FA6-852B-44D1-A0DA-B40956AD8C00}</Project>
|
---|
159 | <Name>IndianHealthService.BMXNet.EHR</Name>
|
---|
160 | </ProjectReference>
|
---|
161 | <ProjectReference Include="..\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj">
|
---|
162 | <Project>{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}</Project>
|
---|
163 | <Name>IndianHealthService.BMXNet.WinForm</Name>
|
---|
164 | </ProjectReference>
|
---|
165 | <ProjectReference Include="..\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj">
|
---|
166 | <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
|
---|
167 | <Name>IndianHealthService.BMXNet</Name>
|
---|
168 | </ProjectReference>
|
---|
169 | </ItemGroup>
|
---|
170 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
171 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
172 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
173 | <Target Name="BeforeBuild">
|
---|
174 | </Target>
|
---|
175 | <Target Name="AfterBuild">
|
---|
176 | </Target>
|
---|
177 | -->
|
---|
178 | </Project>
|
---|