OHV.Module.Interactivity.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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>{D6402D97-2206-4D55-8097-8DA9A01568CB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>OHV.Module.Interactivity</RootNamespace>
  11. <AssemblyName>OHV.Module.Interactivity</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="DynamicExpresso.Core">
  50. <HintPath>..\Assambly\DynamicExpresso.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="FluentResults">
  53. <HintPath>..\Assambly\FluentResults.dll</HintPath>
  54. </Reference>
  55. <Reference Include="GSG.NET, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  58. </Reference>
  59. <Reference Include="GSG.NET.WPF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\Assambly\GSG.NET.WPF.dll</HintPath>
  62. </Reference>
  63. <Reference Include="MaterialDesignColors, Version=1.2.2.920, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\packages\MaterialDesignColors.1.2.2\lib\net45\MaterialDesignColors.dll</HintPath>
  65. </Reference>
  66. <Reference Include="MaterialDesignThemes.Wpf, Version=3.0.1.920, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>..\packages\MaterialDesignThemes.3.0.1\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
  68. </Reference>
  69. <Reference Include="PresentationCore" />
  70. <Reference Include="PresentationFramework" />
  71. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  75. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Windows.Forms" />
  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.Xaml" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Net.Http" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="WindowsBase" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="MessageController.cs" />
  99. <Compile Include="ConfirmationPopupView.xaml.cs">
  100. <DependentUpon>ConfirmationPopupView.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="ConfirmationPopupViewModel.cs">
  103. <DependentUpon>ConfirmationPopupView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="NotificatioinView.xaml.cs">
  106. <DependentUpon>NotificatioinView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="NotificationViewModel.cs">
  109. <DependentUpon>NotificatioinView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="PopUp\BatteryConfigView.xaml.cs">
  112. <DependentUpon>BatteryConfigView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="PopUp\BatteryConfigViewModel.cs">
  115. <DependentUpon>BatteryConfigView.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="PopUp\CalcuratorView.xaml.cs">
  118. <DependentUpon>CalcuratorView.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="PopUp\ConfigView.xaml.cs">
  121. <DependentUpon>ConfigView.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="PopUp\ConfigViewModel.cs">
  124. <DependentUpon>ConfigView.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="PopUp\ConveyorControlView.xaml.cs">
  127. <DependentUpon>ConveyorControlView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="PopUp\ConveyorControlViewModel.cs">
  130. <DependentUpon>ConveyorControlView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="PopUp\DriveServoView.xaml.cs">
  133. <DependentUpon>DriveServoView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="PopUp\DriveServoViewModel.cs">
  136. <DependentUpon>DriveServoView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="PopUp\InOutControlView.xaml.cs">
  139. <DependentUpon>InOutControlView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="PopUp\InOutControlViewModel.cs">
  142. <DependentUpon>InOutControlView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="PopUp\InOutView.xaml.cs">
  145. <DependentUpon>InOutView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="PopUp\InOutViewModel.cs">
  148. <DependentUpon>InOutView.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="PopUp\KeyPadView.cs">
  151. <DependentUpon>KeyPadView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="PopUp\LockServoView.xaml.cs">
  154. <DependentUpon>LockServoView.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="PopUp\LockServoViewModel.cs">
  157. <DependentUpon>LockServoView.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="PopUp\MapView.xaml.cs">
  160. <DependentUpon>MapView.xaml</DependentUpon>
  161. </Compile>
  162. <Compile Include="PopUp\MapViewModel.cs">
  163. <DependentUpon>MapView.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="PopUp\OpticalReadingConfigViewModel.cs">
  166. <DependentUpon>OpticalReadingConfigView.xaml</DependentUpon>
  167. </Compile>
  168. <Compile Include="PopUp\ServoConfigView.xaml.cs">
  169. <DependentUpon>ServoConfigView.xaml</DependentUpon>
  170. </Compile>
  171. <Compile Include="PopUp\ServoConfigViewModel.cs">
  172. <DependentUpon>ServoConfigView.xaml</DependentUpon>
  173. </Compile>
  174. <Compile Include="PopUp\OpticalReadingConfigView.xaml.cs">
  175. <DependentUpon>OpticalReadingConfigView.xaml</DependentUpon>
  176. </Compile>
  177. <Compile Include="Properties\AssemblyInfo.cs" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Page Include="ConfirmationPopupView.xaml">
  181. <Generator>MSBuild:Compile</Generator>
  182. <SubType>Designer</SubType>
  183. </Page>
  184. <Page Include="NotificatioinView.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="PopUp\BatteryConfigView.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="PopUp\CalcuratorView.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. <Page Include="PopUp\ConfigView.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="PopUp\ConveyorControlView.xaml">
  201. <Generator>MSBuild:Compile</Generator>
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Page Include="PopUp\DriveServoView.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="PopUp\InOutControlView.xaml">
  209. <SubType>Designer</SubType>
  210. <Generator>MSBuild:Compile</Generator>
  211. </Page>
  212. <Page Include="PopUp\InOutView.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="PopUp\KeyPadView.xaml">
  217. <Generator>MSBuild:Compile</Generator>
  218. <SubType>Designer</SubType>
  219. </Page>
  220. <Page Include="PopUp\LockServoView.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="PopUp\MapView.xaml">
  225. <SubType>Designer</SubType>
  226. <Generator>MSBuild:Compile</Generator>
  227. </Page>
  228. <Page Include="PopUp\ServoConfigView.xaml">
  229. <SubType>Designer</SubType>
  230. <Generator>MSBuild:Compile</Generator>
  231. </Page>
  232. <Page Include="PopUp\OpticalReadingConfigView.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. </ItemGroup>
  237. <ItemGroup>
  238. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  239. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  240. <Name>OHV.Common</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\OHV.LanguageHalper\OHV.LanguageHelper.csproj">
  243. <Project>{712d75b5-89dd-4064-bc4b-2f9d9f157604}</Project>
  244. <Name>OHV.LanguageHelper</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\OHV.Module.Monitoring\OHV.Module.Monitoring.csproj">
  247. <Project>{CF748E61-69C2-4DEC-A9EC-755B6999077E}</Project>
  248. <Name>OHV.Module.Monitoring</Name>
  249. </ProjectReference>
  250. <ProjectReference Include="..\OHV.SqliteDAL\OHV.SqliteDAL.csproj">
  251. <Project>{122D81C8-9AB9-4CED-80D2-9C4F2F9DEB4C}</Project>
  252. <Name>OHV.SqliteDAL</Name>
  253. </ProjectReference>
  254. <ProjectReference Include="..\VehicleControlSystem\VehicleControlSystem.csproj">
  255. <Project>{73BAB40E-FC7D-4AB5-85CA-B4CF221DFBD1}</Project>
  256. <Name>VehicleControlSystem</Name>
  257. </ProjectReference>
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="packages.config" />
  261. </ItemGroup>
  262. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  263. <Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
  264. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  265. <PropertyGroup>
  266. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  267. </PropertyGroup>
  268. <Error Condition="!Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets'))" />
  269. </Target>
  270. </Project>