Fietsclient.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Windows.Forms.DataVisualization" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="AppGlobal.cs" />
  54. <Compile Include="KettlerBikeComm.cs" />
  55. <Compile Include="MainForm.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="MainForm.Designer.cs">
  59. <DependentUpon>MainForm.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="User Controls\UcChat.cs">
  64. <SubType>UserControl</SubType>
  65. </Compile>
  66. <Compile Include="User Controls\UcChat.Designer.cs">
  67. <DependentUpon>UcChat.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="User Controls\UcConsole.cs">
  70. <SubType>UserControl</SubType>
  71. </Compile>
  72. <Compile Include="User Controls\UcConsole.Designer.cs">
  73. <DependentUpon>UcConsole.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="User Controls\UcGraph.cs">
  76. <SubType>UserControl</SubType>
  77. </Compile>
  78. <Compile Include="User Controls\UcGraph.Designer.cs">
  79. <DependentUpon>UcGraph.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="User Controls\UcSettings.cs">
  82. <SubType>UserControl</SubType>
  83. </Compile>
  84. <Compile Include="User Controls\UcSettings.Designer.cs">
  85. <DependentUpon>UcSettings.cs</DependentUpon>
  86. </Compile>
  87. <EmbeddedResource Include="MainForm.resx">
  88. <DependentUpon>MainForm.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Properties\Resources.resx">
  91. <Generator>ResXFileCodeGenerator</Generator>
  92. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  93. <SubType>Designer</SubType>
  94. </EmbeddedResource>
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DependentUpon>Resources.resx</DependentUpon>
  98. </Compile>
  99. <EmbeddedResource Include="User Controls\ucChat.resx">
  100. <DependentUpon>UcChat.cs</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="User Controls\ucConsole.resx">
  103. <DependentUpon>UcConsole.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="User Controls\ucGraph.resx">
  106. <DependentUpon>UcGraph.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="User Controls\ucSettings.resx">
  109. <DependentUpon>UcSettings.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. <Compile Include="Properties\Settings.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config" />
  123. </ItemGroup>
  124. <ItemGroup />
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  127. Other similar extension points exist, see Microsoft.Common.targets.
  128. <Target Name="BeforeBuild">
  129. </Target>
  130. <Target Name="AfterBuild">
  131. </Target>
  132. -->
  133. </Project>