OHV.Module.Interactivity.csproj 12 KB

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