OHV.SqliteDAL.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>{122D81C8-9AB9-4CED-80D2-9C4F2F9DEB4C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>OHV.SqliteDAL</RootNamespace>
  12. <AssemblyName>OHV.SqliteDAL</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote|AnyCPU'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\Remote\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote1|AnyCPU'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\Remote1\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  58. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  59. </Reference>
  60. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  61. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  62. </Reference>
  63. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  65. </Reference>
  66. <Reference Include="GSG.NET">
  67. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SQLite.CodeFirst, Version=1.5.3.29, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  76. <HintPath>..\packages\SQLite.CodeFirst.1.5.3.29\lib\net45\SQLite.CodeFirst.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.ComponentModel.DataAnnotations" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Net.Http" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="CustomHistory.cs" />
  97. <Compile Include="DAL\AbstractDAL.cs" />
  98. <Compile Include="DAL\AlarmDAL.cs" />
  99. <Compile Include="DAL\AxisConfigDAL.cs" />
  100. <Compile Include="DAL\AxisPositionDataDAL.cs" />
  101. <Compile Include="DAL\AxisVelocityDataDAL.cs" />
  102. <Compile Include="DAL\CommandDAL.cs" />
  103. <Compile Include="DAL\ConfigDAL.cs" />
  104. <Compile Include="DAL\HisAlarmDAL.cs" />
  105. <Compile Include="DAL\RouteDAL.cs" />
  106. <Compile Include="DAL\SubCmdDAL.cs" />
  107. <Compile Include="DAL\VehicleInfoDAL.cs" />
  108. <Compile Include="ModelConfiguration.cs" />
  109. <Compile Include="OHVDbContext.cs" />
  110. <Compile Include="OHVDbInitializer.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="SqliteManager.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config" />
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  120. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  121. <Name>OHV.Common</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  126. <PropertyGroup>
  127. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  128. </PropertyGroup>
  129. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  130. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  131. </Target>
  132. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  133. </Project>