Fietsclient.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{49668592-ED5D-4907-9EA7-2DF70AB96271}</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. </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. <PropertyGroup>
  36. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Windows.Forms.DataVisualization" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Windows.Forms" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AppGlobal.cs" />
  58. <Compile Include="Meting.cs" />
  59. <Compile Include="Meetsessie.cs" />
  60. <Compile Include="KettlerBikeComm.cs" />
  61. <Compile Include="MainForm.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="MainForm.Designer.cs">
  65. <DependentUpon>MainForm.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="User Controls\UcChat.cs">
  70. <SubType>UserControl</SubType>
  71. </Compile>
  72. <Compile Include="User Controls\UcChat.Designer.cs">
  73. <DependentUpon>UcChat.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="User Controls\UcConsole.cs">
  76. <SubType>UserControl</SubType>
  77. </Compile>
  78. <Compile Include="User Controls\UcConsole.Designer.cs">
  79. <DependentUpon>UcConsole.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="User Controls\UcGraph.cs">
  82. <SubType>UserControl</SubType>
  83. </Compile>
  84. <Compile Include="User Controls\UcGraph.Designer.cs">
  85. <DependentUpon>UcGraph.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="User Controls\UcSettings.cs">
  88. <SubType>UserControl</SubType>
  89. </Compile>
  90. <Compile Include="User Controls\UcSettings.Designer.cs">
  91. <DependentUpon>UcSettings.cs</DependentUpon>
  92. </Compile>
  93. <EmbeddedResource Include="MainForm.resx">
  94. <DependentUpon>MainForm.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Properties\Resources.resx">
  97. <Generator>ResXFileCodeGenerator</Generator>
  98. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  99. <SubType>Designer</SubType>
  100. </EmbeddedResource>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. <EmbeddedResource Include="User Controls\ucChat.resx">
  106. <DependentUpon>UcChat.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="User Controls\ucConsole.resx">
  109. <DependentUpon>UcConsole.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="User Controls\ucGraph.resx">
  112. <DependentUpon>UcGraph.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="User Controls\ucSettings.resx">
  115. <DependentUpon>UcSettings.cs</DependentUpon>
  116. </EmbeddedResource>
  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="App.config" />
  129. </ItemGroup>
  130. <ItemGroup />
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  133. Other similar extension points exist, see Microsoft.Common.targets.
  134. <Target Name="BeforeBuild">
  135. </Target>
  136. <Target Name="AfterBuild">
  137. </Target>
  138. -->
  139. </Project>