OHV.Module.Monitoring.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>{CF748E61-69C2-4DEC-A9EC-755B6999077E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OHV.Module.Monitoring</RootNamespace>
  11. <AssemblyName>OHV.Module.Monitoring</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote|AnyCPU'">
  36. <DebugSymbols>true</DebugSymbols>
  37. <OutputPath>bin\Remote\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DebugType>full</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <LangVersion>7.3</LangVersion>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  47. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  48. </Reference>
  49. <Reference Include="GSG.NET.WPF">
  50. <HintPath>..\Assambly\GSG.NET.WPF.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  57. </Reference>
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  71. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Windows.Forms" />
  74. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Xaml" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Net.Http" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Telerik.Windows.Controls">
  85. <HintPath>..\Assambly\Telerik.Windows.Controls.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Telerik.Windows.Controls.Data">
  88. <HintPath>..\Assambly\Telerik.Windows.Controls.Data.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Telerik.Windows.Controls.Docking">
  91. <HintPath>..\Assambly\Telerik.Windows.Controls.Docking.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Telerik.Windows.Controls.GridView">
  94. <HintPath>..\Assambly\Telerik.Windows.Controls.GridView.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Telerik.Windows.Controls.Input">
  97. <HintPath>..\Assambly\Telerik.Windows.Controls.Input.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Telerik.Windows.Controls.Navigation">
  100. <HintPath>..\Assambly\Telerik.Windows.Controls.Navigation.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Telerik.Windows.Data">
  103. <HintPath>..\Assambly\Telerik.Windows.Data.dll</HintPath>
  104. </Reference>
  105. <Reference Include="WindowsBase" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Interactivity\InOutIOView.xaml.cs">
  109. <DependentUpon>InOutIOView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Interactivity\InOutIOViewModel.cs">
  112. <DependentUpon>InOutIOView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="MonitoringModules.cs" />
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Page Include="Interactivity\InOutIOView.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </Page>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  125. <Project>{0D1F7FBC-BFB0-4EE4-852D-E2A8D62C5708}</Project>
  126. <Name>OHV.Common</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\VehicleControlSystem\VehicleControlSystem.csproj">
  129. <Project>{73BAB40E-FC7D-4AB5-85CA-B4CF221DFBD1}</Project>
  130. <Name>VehicleControlSystem</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="packages.config" />
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
  138. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  139. <PropertyGroup>
  140. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  141. </PropertyGroup>
  142. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
  143. </Target>
  144. </Project>