OHV.Module.Interactivity.csproj 12 KB

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