FietsClient.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>FietsClientV2</RootNamespace>
  11. <AssemblyName>FietsClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Windows.Forms.DataVisualization" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Deployment" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="DataHandler.cs" />
  55. <Compile Include="Forms\Login.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="Forms\Login.Designer.cs">
  59. <DependentUpon>Login.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Forms\DoctorForm.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Forms\DoctorForm.Designer.cs">
  65. <DependentUpon>DoctorForm.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="JSONObjecten\Session.cs" />
  68. <Compile Include="JSONObjecten\Measurement.cs" />
  69. <Compile Include="Forms\PatientForm.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Forms\PatientForm.Designer.cs">
  73. <DependentUpon>PatientForm.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="PatientModel.cs" />
  76. <Compile Include="Program.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="TcpConnection.cs" />
  79. <EmbeddedResource Include="Forms\Login.resx">
  80. <DependentUpon>Login.cs</DependentUpon>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Forms\DoctorForm.resx">
  83. <DependentUpon>DoctorForm.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <EmbeddedResource Include="Forms\PatientForm.resx">
  86. <DependentUpon>PatientForm.cs</DependentUpon>
  87. </EmbeddedResource>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. <SubType>Designer</SubType>
  92. </EmbeddedResource>
  93. <Compile Include="Properties\Resources.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. <DesignTime>True</DesignTime>
  97. </Compile>
  98. <None Include="lib\packages.config" />
  99. <None Include="Properties\Settings.settings">
  100. <Generator>SettingsSingleFileGenerator</Generator>
  101. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  102. </None>
  103. <Compile Include="Properties\Settings.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Settings.settings</DependentUpon>
  106. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  107. </Compile>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="lib\App.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="Resources\FeatureIconRebootMachines.png" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>