OHV.Vehicle.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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. <PublishUrl>게시\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote|AnyCPU'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>\\192.168.127.20\vcs\</OutputPath>
  58. <DefineConstants>TRACE;DEBUG</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <LangVersion>7.3</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote1|AnyCPU'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>\\192.168.127.10\vcs\</OutputPath>
  69. <DefineConstants>TRACE;DEBUG</DefineConstants>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <LangVersion>7.3</LangVersion>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. <Prefer32Bit>true</Prefer32Bit>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  79. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  80. </Reference>
  81. <Reference Include="DynamicExpresso.Core, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\Assambly\DynamicExpresso.Core.dll</HintPath>
  84. </Reference>
  85. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  86. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  87. </Reference>
  88. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  89. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  90. </Reference>
  91. <Reference Include="FluentResults, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\Assambly\FluentResults.dll</HintPath>
  94. </Reference>
  95. <Reference Include="GSG.NET">
  96. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  97. </Reference>
  98. <Reference Include="GSG.NET.WPF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\Assambly\GSG.NET.WPF.dll</HintPath>
  101. </Reference>
  102. <Reference Include="log4net">
  103. <HintPath>..\Assambly\log4net.dll</HintPath>
  104. </Reference>
  105. <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
  106. <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
  107. </Reference>
  108. <Reference Include="MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL">
  109. <HintPath>..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="Prism.Unity.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Prism.Unity.7.2.0.1422\lib\net45\Prism.Unity.Wpf.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="Quartz, Version=1.0.3.2, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\Assambly\Quartz.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System" />
  128. <Reference Include="System.ComponentModel.DataAnnotations" />
  129. <Reference Include="System.Configuration" />
  130. <Reference Include="System.Data" />
  131. <Reference Include="System.Data.SQLite, Version=1.0.112.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  132. <HintPath>..\packages\System.Data.SQLite.Core.1.0.112.2\lib\net40\System.Data.SQLite.dll</HintPath>
  133. <Private>True</Private>
  134. </Reference>
  135. <Reference Include="System.Data.SQLite.EF6, Version=1.0.112.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  136. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.112.2\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  137. <Private>True</Private>
  138. </Reference>
  139. <Reference Include="System.Data.SQLite.Linq, Version=1.0.112.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  140. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.112.2\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  141. <Private>True</Private>
  142. </Reference>
  143. <Reference Include="System.Management" />
  144. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  146. <Private>True</Private>
  147. </Reference>
  148. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  149. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  150. <Private>True</Private>
  151. </Reference>
  152. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  153. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  154. <Private>True</Private>
  155. </Reference>
  156. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  157. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  158. <Private>True</Private>
  159. </Reference>
  160. <Reference Include="System.Xml" />
  161. <Reference Include="Microsoft.CSharp" />
  162. <Reference Include="System.Core" />
  163. <Reference Include="System.Xml.Linq" />
  164. <Reference Include="System.Data.DataSetExtensions" />
  165. <Reference Include="System.Net.Http" />
  166. <Reference Include="System.Xaml">
  167. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  168. </Reference>
  169. <Reference Include="Unity.Abstractions, Version=5.11.1.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  170. <HintPath>..\packages\Unity.Abstractions.5.11.1\lib\net45\Unity.Abstractions.dll</HintPath>
  171. <Private>True</Private>
  172. </Reference>
  173. <Reference Include="Unity.Container, Version=5.11.1.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  174. <HintPath>..\packages\Unity.Container.5.11.1\lib\net45\Unity.Container.dll</HintPath>
  175. <Private>True</Private>
  176. </Reference>
  177. <Reference Include="WindowsBase" />
  178. <Reference Include="PresentationCore" />
  179. <Reference Include="PresentationFramework" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <ApplicationDefinition Include="App.xaml">
  183. <Generator>MSBuild:Compile</Generator>
  184. <SubType>Designer</SubType>
  185. </ApplicationDefinition>
  186. <Page Include="Concept\AnimatedSplashScreenWindow.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="Concept\D_MainWindow.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="MainWindow.xaml">
  195. <Generator>MSBuild:Compile</Generator>
  196. <SubType>Designer</SubType>
  197. </Page>
  198. <Compile Include="App.xaml.cs">
  199. <DependentUpon>App.xaml</DependentUpon>
  200. <SubType>Code</SubType>
  201. </Compile>
  202. <Compile Include="Concept\AnimatedSplashScreenWindow.xaml.cs">
  203. <DependentUpon>AnimatedSplashScreenWindow.xaml</DependentUpon>
  204. </Compile>
  205. <Compile Include="Concept\D_MainWindow.xaml.cs">
  206. <DependentUpon>D_MainWindow.xaml</DependentUpon>
  207. </Compile>
  208. <Compile Include="Concept\D_MainWindowViewModel.cs">
  209. <DependentUpon>D_MainWindow.xaml</DependentUpon>
  210. </Compile>
  211. <Compile Include="Helper\AssemblyInfo.cs" />
  212. <Compile Include="Helper\DeskTopInfo.cs" />
  213. <Compile Include="Logger.cs" />
  214. <Compile Include="MainWindow.xaml.cs">
  215. <DependentUpon>MainWindow.xaml</DependentUpon>
  216. <SubType>Code</SubType>
  217. </Compile>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <Compile Include="MainWindowViewModel.cs">
  221. <DependentUpon>MainWindow.xaml</DependentUpon>
  222. </Compile>
  223. <Compile Include="Properties\AssemblyInfo.cs">
  224. <SubType>Code</SubType>
  225. </Compile>
  226. <Compile Include="Properties\Resources.Designer.cs">
  227. <AutoGen>True</AutoGen>
  228. <DesignTime>True</DesignTime>
  229. <DependentUpon>Resources.resx</DependentUpon>
  230. </Compile>
  231. <Compile Include="Properties\Settings.Designer.cs">
  232. <AutoGen>True</AutoGen>
  233. <DependentUpon>Settings.settings</DependentUpon>
  234. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  235. </Compile>
  236. <EmbeddedResource Include="Properties\Resources.resx">
  237. <Generator>ResXFileCodeGenerator</Generator>
  238. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  239. </EmbeddedResource>
  240. <None Include="Config\AlarmDefind.xlsx">
  241. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  242. </None>
  243. <None Include="Config\IO.xlsx">
  244. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  245. </None>
  246. <None Include="DB\OHVDb.sqlite" />
  247. <None Include="packages.config" />
  248. <None Include="Properties\Settings.settings">
  249. <Generator>SettingsSingleFileGenerator</Generator>
  250. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  251. </None>
  252. </ItemGroup>
  253. <ItemGroup>
  254. <None Include="App.config" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  258. <Visible>False</Visible>
  259. <ProductName>.NET Framework 3.5 SP1</ProductName>
  260. <Install>false</Install>
  261. </BootstrapperPackage>
  262. </ItemGroup>
  263. <ItemGroup>
  264. <None Include="Config\log4net.xml">
  265. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  266. </None>
  267. </ItemGroup>
  268. <ItemGroup>
  269. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  270. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  271. <Name>OHV.Common</Name>
  272. </ProjectReference>
  273. <ProjectReference Include="..\OHV.LanguageHalper\OHV.LanguageHelper.csproj">
  274. <Project>{712d75b5-89dd-4064-bc4b-2f9d9f157604}</Project>
  275. <Name>OHV.LanguageHelper</Name>
  276. </ProjectReference>
  277. <ProjectReference Include="..\OHV.Module.Interactivity\OHV.Module.Interactivity.csproj">
  278. <Project>{d6402d97-2206-4d55-8097-8da9a01568cb}</Project>
  279. <Name>OHV.Module.Interactivity</Name>
  280. </ProjectReference>
  281. <ProjectReference Include="..\OHV.Module.ListViews\OHV.Module.ListViews.csproj">
  282. <Project>{0043b4ec-a651-401c-9845-57a7c7576e28}</Project>
  283. <Name>OHV.Module.ListViews</Name>
  284. </ProjectReference>
  285. <ProjectReference Include="..\OHV.Module.MainViews\OHV.Module.MainViews.csproj">
  286. <Project>{eafdb5ff-20f9-4172-9a11-ec8cf3ab6edc}</Project>
  287. <Name>OHV.Module.MainViews</Name>
  288. </ProjectReference>
  289. <ProjectReference Include="..\OHV.Module.Monitoring\OHV.Module.Monitoring.csproj">
  290. <Project>{cf748e61-69c2-4dec-a9ec-755b6999077e}</Project>
  291. <Name>OHV.Module.Monitoring</Name>
  292. </ProjectReference>
  293. <ProjectReference Include="..\OHV.Module.Status\OHV.Module.Status.csproj">
  294. <Project>{d00450d6-de54-4584-a377-7aa5d5964d2c}</Project>
  295. <Name>OHV.Module.Status</Name>
  296. </ProjectReference>
  297. <ProjectReference Include="..\OHV.SqliteDAL\OHV.SqliteDAL.csproj">
  298. <Project>{122d81c8-9ab9-4ced-80d2-9c4f2f9deb4c}</Project>
  299. <Name>OHV.SqliteDAL</Name>
  300. </ProjectReference>
  301. <ProjectReference Include="..\VehicleControlSystem\VehicleControlSystem.csproj">
  302. <Project>{73bab40e-fc7d-4ab5-85ca-b4cf221dfbd1}</Project>
  303. <Name>VehicleControlSystem</Name>
  304. </ProjectReference>
  305. </ItemGroup>
  306. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  307. <PropertyGroup>
  308. <PostBuildEvent>copy "$(SolutionDir)\Assambly\EzPlus2\*.*" "$(TargetDir)"
  309. copy "$(SolutionDir)\Assambly\OHVDrive\*.*" "$(TargetDir)"
  310. copy "$(SolutionDir)\Assambly\CanDll\*.*" "$(TargetDir)"</PostBuildEvent>
  311. </PropertyGroup>
  312. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  313. <PropertyGroup>
  314. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  315. </PropertyGroup>
  316. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  317. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  318. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
  319. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.112.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.112.2\build\net40\System.Data.SQLite.Core.targets'))" />
  320. </Target>
  321. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  322. <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
  323. <Import Project="..\packages\System.Data.SQLite.Core.1.0.112.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.112.2\build\net40\System.Data.SQLite.Core.targets')" />
  324. </Project>