BLETool.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{74E347A3-CC73-4762-8336-B30A7B6EBDBB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>BLETool</RootNamespace>
  10. <AssemblyName>BLETool</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  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. <ApplicationIcon>bt.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>ble2\System.Runtime.WindowsRuntime.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="windows">
  55. <HintPath>.\ble2\windows.winmd</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="BLEInfo.cs" />
  60. <Compile Include="ClassSerialization.cs" />
  61. <Compile Include="ListviewSort.cs" />
  62. <Compile Include="MainForm.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="MainForm.Designer.cs">
  66. <DependentUpon>MainForm.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Model\BlueteechModel.cs" />
  69. <Compile Include="Program.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="Views\AboutUs.cs">
  72. <SubType>UserControl</SubType>
  73. </Compile>
  74. <Compile Include="Views\AboutUs.Designer.cs">
  75. <DependentUpon>AboutUs.cs</DependentUpon>
  76. </Compile>
  77. <EmbeddedResource Include="MainForm.resx">
  78. <DependentUpon>MainForm.cs</DependentUpon>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <EmbeddedResource Include="Views\AboutUs.resx">
  90. <DependentUpon>AboutUs.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <None Include="Properties\Settings.settings">
  93. <Generator>SettingsSingleFileGenerator</Generator>
  94. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  95. </None>
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="App.config" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Folder Include="Service\" />
  107. <Folder Include="Utils\" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Content Include="bt.ico" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <WCFMetadata Include="Connected Services\" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>