Newer
Older
TestStandRepository / Software / Arduino / libraries / Arduino-Libraries / CmdMessenger / CSharp / TemperatureControl / 7-TemperatureControl.csproj
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{78810760-E45A-4ACB-8D94-0E359E2F73FB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DataLogging</RootNamespace>
  12. <AssemblyName>DataLogging</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Externalconsole>true</Externalconsole>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="InTheHand.Net.Personal, Version=3.5.605.0, Culture=neutral, PublicKeyToken=ea38caa273134499, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\..\..\..\devel\BluetoothConnectorTest\BluetoothConnectorTest\InTheHand.Net.Personal.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="ZedGraph">
  53. <HintPath>..\ZedGraph\ZedGraph.dll</HintPath>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="ChartForm.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="ChartForm.Designer.cs">
  61. <DependentUpon>ChartForm.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="LoggingView.cs">
  64. <SubType>Component</SubType>
  65. </Compile>
  66. <Compile Include="LoggingView.Designer.cs">
  67. <DependentUpon>LoggingView.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="TemperatureControl.cs" />
  70. <Compile Include="Program.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <EmbeddedResource Include="ChartForm.resx">
  73. <DependentUpon>ChartForm.cs</DependentUpon>
  74. </EmbeddedResource>
  75. <EmbeddedResource Include="Properties\Resources.resx">
  76. <Generator>ResXFileCodeGenerator</Generator>
  77. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  78. <SubType>Designer</SubType>
  79. </EmbeddedResource>
  80. <Compile Include="Properties\Resources.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Resources.resx</DependentUpon>
  83. </Compile>
  84. <None Include="Properties\Settings.settings">
  85. <Generator>SettingsSingleFileGenerator</Generator>
  86. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  87. </None>
  88. <Compile Include="Properties\Settings.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Settings.settings</DependentUpon>
  91. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\CommandMessenger\CommandMessenger.csproj">
  96. <Project>{3CF8F8FC-6F5C-46F8-94DC-C2E4C505ECA4}</Project>
  97. <Name>CommandMessenger</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>