OHV.Vehicle.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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>{12D8B660-6FC6-4228-9198-63E3E455CAAF}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>OHV.Vehicle</RootNamespace>
  11. <AssemblyName>OHV.Vehicle</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  41. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. </Reference>
  49. <Reference Include="GSG.NET">
  50. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  51. </Reference>
  52. <Reference Include="GSG.NET.WPF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\Assambly\GSG.NET.WPF.dll</HintPath>
  55. </Reference>
  56. <Reference Include="log4net">
  57. <HintPath>..\Assambly\log4net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
  61. </Reference>
  62. <Reference Include="MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL">
  63. <HintPath>..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  66. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Prism.Unity.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Prism.Unity.7.2.0.1422\lib\net45\Prism.Unity.Wpf.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.ComponentModel.DataAnnotations" />
  76. <Reference Include="System.Configuration" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Data.SQLite, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Data.SQLite.Core.1.0.112.0\lib\net45\System.Data.SQLite.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Data.SQLite.EF6, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.112.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Data.SQLite.Linq, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.112.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Xml" />
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="System.Data.DataSetExtensions" />
  104. <Reference Include="System.Net.Http" />
  105. <Reference Include="System.Xaml">
  106. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  107. </Reference>
  108. <Reference Include="Unity.Abstractions, Version=5.11.1.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  109. <HintPath>..\packages\Unity.Abstractions.5.11.1\lib\net45\Unity.Abstractions.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Unity.Container, Version=5.11.1.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Unity.Container.5.11.1\lib\net45\Unity.Container.dll</HintPath>
  113. </Reference>
  114. <Reference Include="WindowsBase" />
  115. <Reference Include="PresentationCore" />
  116. <Reference Include="PresentationFramework" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ApplicationDefinition Include="App.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </ApplicationDefinition>
  123. <Compile Include="Views\Shell.xaml.cs">
  124. <DependentUpon>Shell.xaml</DependentUpon>
  125. </Compile>
  126. <Page Include="MainWindow.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </Page>
  130. <Compile Include="App.xaml.cs">
  131. <DependentUpon>App.xaml</DependentUpon>
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="MainWindow.xaml.cs">
  135. <DependentUpon>MainWindow.xaml</DependentUpon>
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Page Include="Views\Shell.xaml">
  139. <SubType>Designer</SubType>
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Compile Include="MainWindowViewModel.cs">
  145. <DependentUpon>MainWindow.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Properties\AssemblyInfo.cs">
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="Properties\Resources.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DesignTime>True</DesignTime>
  153. <DependentUpon>Resources.resx</DependentUpon>
  154. </Compile>
  155. <Compile Include="Properties\Settings.Designer.cs">
  156. <AutoGen>True</AutoGen>
  157. <DependentUpon>Settings.settings</DependentUpon>
  158. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  159. </Compile>
  160. <EmbeddedResource Include="Properties\Resources.resx">
  161. <Generator>ResXFileCodeGenerator</Generator>
  162. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  163. </EmbeddedResource>
  164. <None Include="Config\IO.xlsx">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </None>
  167. <None Include="DB\OHVDb.sqlite">
  168. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  169. </None>
  170. <None Include="packages.config" />
  171. <None Include="Properties\Settings.settings">
  172. <Generator>SettingsSingleFileGenerator</Generator>
  173. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  174. </None>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="App.config" />
  178. </ItemGroup>
  179. <ItemGroup />
  180. <ItemGroup>
  181. <None Include="Config\log4net.xml">
  182. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  187. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  188. <Name>OHV.Common</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\OHV.Module.Monitoring\OHV.Module.Monitoring.csproj">
  191. <Project>{cf748e61-69c2-4dec-a9ec-755b6999077e}</Project>
  192. <Name>OHV.Module.Monitoring</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\VehicleControlSystem\VehicleControlSystem.csproj">
  195. <Project>{73BAB40E-FC7D-4AB5-85CA-B4CF221DFBD1}</Project>
  196. <Name>VehicleControlSystem</Name>
  197. </ProjectReference>
  198. </ItemGroup>
  199. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  200. <PropertyGroup>
  201. <PostBuildEvent>copy "$(SolutionDir)\Assambly\EzPlus2\*.*" "$(TargetDir)"</PostBuildEvent>
  202. </PropertyGroup>
  203. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  204. <PropertyGroup>
  205. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  206. </PropertyGroup>
  207. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  208. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  209. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.112.0\build\net45\System.Data.SQLite.Core.targets'))" />
  210. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
  211. </Target>
  212. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  213. <Import Project="..\packages\System.Data.SQLite.Core.1.0.112.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net45\System.Data.SQLite.Core.targets')" />
  214. <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
  215. </Project>