FietsClient.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Windows.Forms.DataVisualization" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Windows.Forms" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="CurrentData.cs" />
  70. <Compile Include="DataHandler.cs" />
  71. <Compile Include="Forms\Login.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="Forms\Login.Designer.cs">
  75. <DependentUpon>Login.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="Forms\DoctorForm.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="Forms\DoctorForm.Designer.cs">
  81. <DependentUpon>DoctorForm.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="JSONObjecten\Session.cs" />
  84. <Compile Include="JSONObjecten\Measurement.cs" />
  85. <Compile Include="Resources\PatientForm.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Resources\PatientForm.Designer.cs">
  89. <DependentUpon>PatientForm.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="lib\JsonConverter.cs" />
  92. <Compile Include="DoctorModel.cs" />
  93. <Compile Include="PatientModel.cs" />
  94. <Compile Include="Program.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. <Compile Include="TcpConnection.cs" />
  97. <EmbeddedResource Include="Forms\Login.resx">
  98. <DependentUpon>Login.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="Forms\DoctorForm.resx">
  101. <DependentUpon>DoctorForm.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Resources\PatientForm.resx">
  104. <DependentUpon>PatientForm.cs</DependentUpon>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="Properties\Resources.resx">
  107. <Generator>ResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. <Compile Include="Properties\Resources.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Resources.resx</DependentUpon>
  114. <DesignTime>True</DesignTime>
  115. </Compile>
  116. <None Include="lib\packages.config" />
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <Compile Include="Properties\Settings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <None Include="lib\App.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="Resources\FeatureIconRebootMachines.png" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  135. <Visible>False</Visible>
  136. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  140. <Visible>False</Visible>
  141. <ProductName>.NET Framework 3.5 SP1</ProductName>
  142. <Install>false</Install>
  143. </BootstrapperPackage>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>