VTExperiment1.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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>{A2A7B7AD-3FEA-4E70-8EEF-29DE7C488C06}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>VTExperiment1</RootNamespace>
  10. <AssemblyName>VTExperiment1</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</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. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="ActuBoardInterface">
  38. <HintPath>..\..\..\..\Documents\actuboard\ActuBoard_API\ActuBoardInterface\ActuBoardInterface\bin\Debug\ActuBoardInterface.dll</HintPath>
  39. </Reference>
  40. <Reference Include="CommandMessenger">
  41. <HintPath>..\..\WpfApp2\WpfApp2\CommandMessenger.dll</HintPath>
  42. </Reference>
  43. <Reference Include="CommandMessenger.Transport.Serial">
  44. <HintPath>..\..\WpfApp2\WpfApp2\CommandMessenger.Transport.Serial.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xaml">
  55. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="WindowsBase" />
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ApplicationDefinition Include="App.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </ApplicationDefinition>
  66. <Compile Include="Calibration.xaml.cs">
  67. <DependentUpon>Calibration.xaml</DependentUpon>
  68. </Compile>
  69. <Compile Include="Condition.xaml.cs">
  70. <DependentUpon>Condition.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="LogWriter.cs" />
  73. <Compile Include="Receive.cs" />
  74. <Page Include="Calibration.xaml">
  75. <SubType>Designer</SubType>
  76. <Generator>MSBuild:Compile</Generator>
  77. </Page>
  78. <Page Include="Condition.xaml">
  79. <SubType>Designer</SubType>
  80. <Generator>MSBuild:Compile</Generator>
  81. </Page>
  82. <Page Include="MainWindow.xaml">
  83. <Generator>MSBuild:Compile</Generator>
  84. <SubType>Designer</SubType>
  85. </Page>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="MainWindow.xaml.cs">
  91. <DependentUpon>MainWindow.xaml</DependentUpon>
  92. <SubType>Code</SubType>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Properties\AssemblyInfo.cs">
  97. <SubType>Code</SubType>
  98. </Compile>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DesignTime>True</DesignTime>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. <Compile Include="Properties\Settings.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DependentUpon>Settings.settings</DependentUpon>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. </Compile>
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. </EmbeddedResource>
  113. <None Include="Properties\Settings.settings">
  114. <Generator>SettingsSingleFileGenerator</Generator>
  115. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="App.config" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. </Project>