FietsClient.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{96E4194B-1E09-42EA-AF10-09FC7B4444F8}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FietsClient</RootNamespace>
  11. <AssemblyName>FietsClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Newtonsoft.Json">
  52. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Windows.Forms.DataVisualization" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="CurrentData.cs" />
  69. <Compile Include="DataHandler.cs" />
  70. <Compile Include="Forms\DoctorSessionUC.cs">
  71. <SubType>UserControl</SubType>
  72. </Compile>
  73. <Compile Include="Forms\DoctorSessionUC.Designer.cs">
  74. <DependentUpon>DoctorSessionUC.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Forms\DoctorSummaryUC.cs">
  77. <SubType>UserControl</SubType>
  78. </Compile>
  79. <Compile Include="Forms\DoctorSummaryUC.Designer.cs">
  80. <DependentUpon>DoctorSummaryUC.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Forms\Login.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="Forms\Login.Designer.cs">
  86. <DependentUpon>Login.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="Forms\DoctorForm.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Forms\DoctorForm.Designer.cs">
  92. <DependentUpon>DoctorForm.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Forms\NewPatientForm.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Forms\NewPatientForm.Designer.cs">
  98. <DependentUpon>NewPatientForm.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Forms\PatientForm.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="Forms\PatientForm.Designer.cs">
  104. <DependentUpon>PatientForm.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="DoctorModel.cs" />
  107. <Compile Include="PatientModel.cs" />
  108. <Compile Include="Program.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="TcpConnection.cs" />
  111. <EmbeddedResource Include="Forms\DoctorSessionUC.resx">
  112. <DependentUpon>DoctorSessionUC.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Forms\DoctorSummaryUC.resx">
  115. <DependentUpon>DoctorSummaryUC.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Forms\Login.resx">
  118. <DependentUpon>Login.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Forms\DoctorForm.resx">
  121. <DependentUpon>DoctorForm.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Forms\NewPatientForm.resx">
  124. <DependentUpon>NewPatientForm.cs</DependentUpon>
  125. </EmbeddedResource>
  126. <EmbeddedResource Include="Forms\PatientForm.resx">
  127. <DependentUpon>PatientForm.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="Properties\Resources.resx">
  130. <Generator>ResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  132. <SubType>Designer</SubType>
  133. </EmbeddedResource>
  134. <Compile Include="Properties\Resources.Designer.cs">
  135. <AutoGen>True</AutoGen>
  136. <DependentUpon>Resources.resx</DependentUpon>
  137. <DesignTime>True</DesignTime>
  138. </Compile>
  139. <None Include="Properties\Settings.settings">
  140. <Generator>SettingsSingleFileGenerator</Generator>
  141. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  142. </None>
  143. <Compile Include="Properties\Settings.Designer.cs">
  144. <AutoGen>True</AutoGen>
  145. <DependentUpon>Settings.settings</DependentUpon>
  146. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  147. </Compile>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\FeatureIconRebootMachines.png" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  154. <Visible>False</Visible>
  155. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  156. <Install>true</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 3.5 SP1</ProductName>
  161. <Install>false</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ProjectReference Include="..\FietsLibrary\FietsLibrary.csproj">
  166. <Project>{bfc5d226-a81e-4990-a46f-f59ab541fa6a}</Project>
  167. <Name>FietsLibrary</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>