OxfordTest.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{7566397D-632B-4939-8EB6-9AC620EE44F3}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>OxfordTest</RootNamespace>
  11. <AssemblyName>OxfordTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x64\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <LangVersion>7.3</LangVersion>
  45. <ErrorReport>prompt</ErrorReport>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  49. <OutputPath>bin\x64\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <LangVersion>7.3</LangVersion>
  55. <ErrorReport>prompt</ErrorReport>
  56. <Prefer32Bit>true</Prefer32Bit>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  60. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  61. </Reference>
  62. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  63. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  64. </Reference>
  65. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\bin\Debug\NLog.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.Configuration" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Data.SQLite.EF6, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.113.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Data.SQLite.Linq, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  80. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Windows.Forms.DataVisualization" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Deployment" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Xml" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Form1.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Form1.Designer.cs">
  102. <DependentUpon>Form1.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="OTSMeasureOutputNlog.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="OTSMeasureOutputNlog.Designer.cs">
  108. <DependentUpon>OTSMeasureOutputNlog.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Program.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <EmbeddedResource Include="Form1.resx">
  113. <DependentUpon>Form1.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="OTSMeasureOutputNlog.resx" />
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. <SubType>Designer</SubType>
  120. </EmbeddedResource>
  121. <Compile Include="Properties\Resources.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. </Compile>
  125. <None Include="app.manifest" />
  126. <None Include="packages.config" />
  127. <None Include="Properties\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  130. </None>
  131. <Compile Include="Properties\Settings.Designer.cs">
  132. <AutoGen>True</AutoGen>
  133. <DependentUpon>Settings.settings</DependentUpon>
  134. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  135. </Compile>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="App.config">
  139. <SubType>Designer</SubType>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\DBManager\DBManager.csproj">
  144. <Project>{5674dd32-3a9f-4d74-b177-a693a75a0255}</Project>
  145. <Name>DBManager</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\ExtenderControl\HOZExtender.csproj">
  148. <Project>{f5092f52-1fbd-4882-bb9c-399809d87779}</Project>
  149. <Name>HOZExtender</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\MeasureData\MeasureData.csproj">
  152. <Project>{12617585-8d9a-4ad4-b6c4-6894a48cee9e}</Project>
  153. <Name>MeasureData</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\MeasureThread\MeasureThread.csproj">
  156. <Project>{9a5851e4-73fd-48e1-876c-68bed40a0512}</Project>
  157. <Name>MeasureThread</Name>
  158. </ProjectReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <WCFMetadata Include="Connected Services\" />
  162. </ItemGroup>
  163. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  164. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  165. <PropertyGroup>
  166. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  167. </PropertyGroup>
  168. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  169. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  170. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  171. </Target>
  172. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  173. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  174. </Project>