WpTest.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{FFCACC68-37D0-4628-9B0C-A6FCA5DCCF58}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WpfTest1</RootNamespace>
  11. <AssemblyName>WpfTest1</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>jdmed_logo.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Ciloci.Flee">
  47. <HintPath>..\RPdlls\Ciloci.Flee.dll</HintPath>
  48. </Reference>
  49. <Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="itextsharp, Version=5.5.13.1, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  54. <HintPath>..\packages\iTextSharp.5.5.13.1\lib\itextsharp.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="LitJSON, Version=0.16.0.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\LitJson.0.16.0\lib\net45\LitJSON.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
  62. <HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="MahApps.Metro.IconPacks, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  66. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="MahApps.Metro.IconPacks.BoxIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.BoxIcons.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="MahApps.Metro.IconPacks.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  74. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Core.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="MahApps.Metro.IconPacks.Entypo, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Entypo.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="MahApps.Metro.IconPacks.EvaIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.EvaIcons.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="MahApps.Metro.IconPacks.FeatherIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  86. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.FeatherIcons.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="MahApps.Metro.IconPacks.FontAwesome, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.FontAwesome.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="MahApps.Metro.IconPacks.Ionicons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  94. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Ionicons.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. <Reference Include="MahApps.Metro.IconPacks.JamIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  98. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.JamIcons.dll</HintPath>
  99. <Private>True</Private>
  100. </Reference>
  101. <Reference Include="MahApps.Metro.IconPacks.Material, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  102. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Material.dll</HintPath>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="MahApps.Metro.IconPacks.MaterialDesign, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  106. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.MaterialDesign.dll</HintPath>
  107. <Private>True</Private>
  108. </Reference>
  109. <Reference Include="MahApps.Metro.IconPacks.MaterialLight, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  110. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.MaterialLight.dll</HintPath>
  111. <Private>True</Private>
  112. </Reference>
  113. <Reference Include="MahApps.Metro.IconPacks.Microns, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  114. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Microns.dll</HintPath>
  115. <Private>True</Private>
  116. </Reference>
  117. <Reference Include="MahApps.Metro.IconPacks.Modern, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  118. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Modern.dll</HintPath>
  119. <Private>True</Private>
  120. </Reference>
  121. <Reference Include="MahApps.Metro.IconPacks.Octicons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  122. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Octicons.dll</HintPath>
  123. <Private>True</Private>
  124. </Reference>
  125. <Reference Include="MahApps.Metro.IconPacks.PicolIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  126. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.PicolIcons.dll</HintPath>
  127. <Private>True</Private>
  128. </Reference>
  129. <Reference Include="MahApps.Metro.IconPacks.RPGAwesome, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  130. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.RPGAwesome.dll</HintPath>
  131. <Private>True</Private>
  132. </Reference>
  133. <Reference Include="MahApps.Metro.IconPacks.SimpleIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  134. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.SimpleIcons.dll</HintPath>
  135. <Private>True</Private>
  136. </Reference>
  137. <Reference Include="MahApps.Metro.IconPacks.Typicons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  138. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Typicons.dll</HintPath>
  139. <Private>True</Private>
  140. </Reference>
  141. <Reference Include="MahApps.Metro.IconPacks.Unicons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  142. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Unicons.dll</HintPath>
  143. <Private>True</Private>
  144. </Reference>
  145. <Reference Include="MahApps.Metro.IconPacks.WeatherIcons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  146. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.WeatherIcons.dll</HintPath>
  147. <Private>True</Private>
  148. </Reference>
  149. <Reference Include="MahApps.Metro.IconPacks.Zondicons, Version=3.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a, processorArchitecture=MSIL">
  150. <HintPath>..\packages\MahApps.Metro.IconPacks.3.2.0\lib\net45\MahApps.Metro.IconPacks.Zondicons.dll</HintPath>
  151. <Private>True</Private>
  152. </Reference>
  153. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  154. <SpecificVersion>False</SpecificVersion>
  155. <EmbedInteropTypes>True</EmbedInteropTypes>
  156. <HintPath>C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Word\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Word.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System" />
  159. <Reference Include="System.Data" />
  160. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  161. <SpecificVersion>False</SpecificVersion>
  162. <HintPath>..\..\WpTest\WpfTest1\SQLite\System.Data.SQLite.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Drawing" />
  165. <Reference Include="System.Windows.Forms" />
  166. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  167. <HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath>
  168. <Private>True</Private>
  169. </Reference>
  170. <Reference Include="System.Xml" />
  171. <Reference Include="Microsoft.CSharp" />
  172. <Reference Include="System.Core" />
  173. <Reference Include="System.Xml.Linq" />
  174. <Reference Include="System.Data.DataSetExtensions" />
  175. <Reference Include="System.Net.Http" />
  176. <Reference Include="System.Xaml">
  177. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  178. </Reference>
  179. <Reference Include="WindowsBase" />
  180. <Reference Include="PresentationCore" />
  181. <Reference Include="PresentationFramework" />
  182. <Reference Include="WindowsFormsIntegration" />
  183. <Reference Include="ZedGraph">
  184. <HintPath>..\ZedGraph5.1\source\bin\Debug\ZedGraph.dll</HintPath>
  185. </Reference>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ApplicationDefinition Include="App.xaml">
  189. <Generator>MSBuild:Compile</Generator>
  190. <SubType>Designer</SubType>
  191. </ApplicationDefinition>
  192. <Compile Include="ComAgent\AutoReleaseObject.cs" />
  193. <Compile Include="ComAgent\ComAgent.cs" />
  194. <Compile Include="ComAgent\ComException.cs" />
  195. <Compile Include="ComAgent\Extension.cs" />
  196. <Compile Include="Exceptions\SplitException.cs" />
  197. <Compile Include="SQLite\TreatmentRecord.cs" />
  198. <Compile Include="TreatmentRecordsPageSelectUser.xaml.cs">
  199. <DependentUpon>TreatmentRecordsPageSelectUser.xaml</DependentUpon>
  200. </Compile>
  201. <Compile Include="SmallDialogs\AboutBox.xaml.cs">
  202. <DependentUpon>AboutBox.xaml</DependentUpon>
  203. </Compile>
  204. <Compile Include="SmallDialogs\Debug\SerialPortLogWindow.xaml.cs">
  205. <DependentUpon>SerialPortLogWindow.xaml</DependentUpon>
  206. </Compile>
  207. <Compile Include="SmallDialogs\Debug\SerialPortSetup.xaml.cs">
  208. <DependentUpon>SerialPortSetup.xaml</DependentUpon>
  209. </Compile>
  210. <Compile Include="SmallDialogs\LoginWindow.xaml.cs">
  211. <DependentUpon>LoginWindow.xaml</DependentUpon>
  212. </Compile>
  213. <Compile Include="TreatmentPlan.xaml.cs">
  214. <DependentUpon>TreatmentPlan.xaml</DependentUpon>
  215. </Compile>
  216. <Compile Include="SQLite\Bar1.cs" />
  217. <Compile Include="SQLite\Answer.cs" />
  218. <Compile Include="SQLite\Treatment.cs" />
  219. <Compile Include="SQLite\UserSelection.cs" />
  220. <Compile Include="SQLite\QuestionAnswerPair.cs" />
  221. <Compile Include="SQLite\Question.cs" />
  222. <Compile Include="Toolkits\Config.cs" />
  223. <Compile Include="Exceptions\ExpressionCalculateExpression.cs" />
  224. <Compile Include="Exceptions\ExpressionFindFailedException.cs" />
  225. <Compile Include="Exceptions\ExpressionUnformattedException.cs" />
  226. <Compile Include="Toolkits\DogOperator.cs" />
  227. <Compile Include="Toolkits\ET99_API.cs" />
  228. <Compile Include="Toolkits\ReportGenerater.cs" />
  229. <Compile Include="SmallDialogs\AddDoctor.xaml.cs">
  230. <DependentUpon>AddDoctor.xaml</DependentUpon>
  231. </Compile>
  232. <Compile Include="SmallDialogs\AddPatient.xaml.cs">
  233. <DependentUpon>AddPatient.xaml</DependentUpon>
  234. </Compile>
  235. <Compile Include="SmallDialogs\ModifyDoctor.xaml.cs">
  236. <DependentUpon>ModifyDoctor.xaml</DependentUpon>
  237. </Compile>
  238. <Compile Include="SmallDialogs\ModifyDoctorPWD.xaml.cs">
  239. <DependentUpon>ModifyDoctorPWD.xaml</DependentUpon>
  240. </Compile>
  241. <Compile Include="SmallDialogs\ModifyUser.xaml.cs">
  242. <DependentUpon>ModifyUser.xaml</DependentUpon>
  243. </Compile>
  244. <Compile Include="selectUser.xaml.cs">
  245. <DependentUpon>selectUser.xaml</DependentUpon>
  246. </Compile>
  247. <Compile Include="SQLite\doctor.cs" />
  248. <Compile Include="SQLite\Expression.cs" />
  249. <Compile Include="SQLite\Patient.cs" />
  250. <Compile Include="SQLite\Record.cs" />
  251. <Compile Include="SQLite\SQLiteHelper.cs" />
  252. <Compile Include="SQLite\SQLiteLogic.cs" />
  253. <Compile Include="SQLite\SQLiteModel.cs" />
  254. <Compile Include="Toolkits\ComputeHash.cs" />
  255. <Compile Include="Toolkits\Constants.cs" />
  256. <Compile Include="Toolkits\FilterDangerousCharacter.cs" />
  257. <Compile Include="Toolkits\OtherSmallFunction.cs" />
  258. <Compile Include="Toolkits\StringToPY.cs" />
  259. <Page Include="TreatmentRecordsPageSelectUser.xaml">
  260. <Generator>MSBuild:Compile</Generator>
  261. <SubType>Designer</SubType>
  262. </Page>
  263. <Page Include="SmallDialogs\AboutBox.xaml">
  264. <SubType>Designer</SubType>
  265. <Generator>MSBuild:Compile</Generator>
  266. </Page>
  267. <Page Include="SmallDialogs\Debug\SerialPortLogWindow.xaml">
  268. <SubType>Designer</SubType>
  269. <Generator>MSBuild:Compile</Generator>
  270. </Page>
  271. <Page Include="SmallDialogs\Debug\SerialPortSetup.xaml">
  272. <SubType>Designer</SubType>
  273. <Generator>MSBuild:Compile</Generator>
  274. </Page>
  275. <Page Include="SmallDialogs\LoginWindow.xaml">
  276. <SubType>Designer</SubType>
  277. <Generator>MSBuild:Compile</Generator>
  278. </Page>
  279. <Page Include="SmallDialogs\AddDoctor.xaml">
  280. <SubType>Designer</SubType>
  281. <Generator>MSBuild:Compile</Generator>
  282. </Page>
  283. <Page Include="SmallDialogs\AddPatient.xaml">
  284. <SubType>Designer</SubType>
  285. <Generator>MSBuild:Compile</Generator>
  286. </Page>
  287. <Page Include="MainWindow.xaml">
  288. <Generator>MSBuild:Compile</Generator>
  289. <SubType>Designer</SubType>
  290. </Page>
  291. <Compile Include="App.xaml.cs">
  292. <DependentUpon>App.xaml</DependentUpon>
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Compile Include="MainWindow.xaml.cs">
  296. <DependentUpon>MainWindow.xaml</DependentUpon>
  297. <SubType>Code</SubType>
  298. </Compile>
  299. <Page Include="SmallDialogs\ModifyDoctor.xaml">
  300. <SubType>Designer</SubType>
  301. <Generator>MSBuild:Compile</Generator>
  302. </Page>
  303. <Page Include="SmallDialogs\ModifyDoctorPWD.xaml">
  304. <SubType>Designer</SubType>
  305. <Generator>MSBuild:Compile</Generator>
  306. </Page>
  307. <Page Include="SmallDialogs\ModifyUser.xaml">
  308. <SubType>Designer</SubType>
  309. <Generator>MSBuild:Compile</Generator>
  310. </Page>
  311. <Page Include="Resources\Icons.xaml">
  312. <Generator>MSBuild:Compile</Generator>
  313. <SubType>Designer</SubType>
  314. </Page>
  315. <Page Include="Resources\IconsNonShared.xaml">
  316. <Generator>MSBuild:Compile</Generator>
  317. <SubType>Designer</SubType>
  318. </Page>
  319. <Page Include="selectUser.xaml">
  320. <SubType>Designer</SubType>
  321. <Generator>MSBuild:Compile</Generator>
  322. </Page>
  323. <Page Include="TreatmentPlan.xaml">
  324. <SubType>Designer</SubType>
  325. <Generator>MSBuild:Compile</Generator>
  326. </Page>
  327. </ItemGroup>
  328. <ItemGroup>
  329. <Compile Include="Properties\AssemblyInfo.cs">
  330. <SubType>Code</SubType>
  331. </Compile>
  332. <Compile Include="Properties\Resources.Designer.cs">
  333. <AutoGen>True</AutoGen>
  334. <DesignTime>True</DesignTime>
  335. <DependentUpon>Resources.resx</DependentUpon>
  336. </Compile>
  337. <Compile Include="Properties\Settings.Designer.cs">
  338. <AutoGen>True</AutoGen>
  339. <DependentUpon>Settings.settings</DependentUpon>
  340. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  341. </Compile>
  342. <EmbeddedResource Include="Properties\Resources.resx">
  343. <Generator>ResXFileCodeGenerator</Generator>
  344. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  345. </EmbeddedResource>
  346. <None Include="packages.config">
  347. <SubType>Designer</SubType>
  348. </None>
  349. <None Include="Properties\Settings.settings">
  350. <Generator>SettingsSingleFileGenerator</Generator>
  351. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  352. </None>
  353. <AppDesigner Include="Properties\" />
  354. <Resource Include="Resources\Entypo.ttf" />
  355. </ItemGroup>
  356. <ItemGroup>
  357. <None Include="App.config" />
  358. </ItemGroup>
  359. <ItemGroup>
  360. <Resource Include="Resources\WindowsIcons-license.txt" />
  361. </ItemGroup>
  362. <ItemGroup>
  363. <Resource Include="Resources\Entypo-license.txt" />
  364. </ItemGroup>
  365. <ItemGroup>
  366. <Resource Include="Resources\loginpage.jpg" />
  367. <Resource Include="Resources\homepage.jpg" />
  368. <Resource Include="Resources\jdmedlogo.jpg" />
  369. <Resource Include="jdmed_logo.ico" />
  370. <Resource Include="Resources\question_title_bg.png" />
  371. <Content Include="SQLite\System.Data.SQLite.dll" />
  372. </ItemGroup>
  373. <ItemGroup>
  374. <WCFMetadata Include="Service References\" />
  375. </ItemGroup>
  376. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  377. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  378. Other similar extension points exist, see Microsoft.Common.targets.
  379. <Target Name="BeforeBuild">
  380. </Target>
  381. <Target Name="AfterBuild">
  382. </Target>
  383. -->
  384. </Project>