Robot.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{5D6ECBCD-BE14-4DCB-BAEC-57089748B164}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Modules.Robot</RootNamespace>
  11. <AssemblyName>Robot</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\..\..\Bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="ICSharpCode.SharpZipLib">
  36. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Microsoft.Practices.Prism.Composition">
  39. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  51. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  54. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  57. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  60. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.Practices.ServiceLocation">
  64. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="NPOI, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.dll</HintPath>
  70. </Reference>
  71. <Reference Include="NPOI.OOXML">
  72. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OOXML.dll</HintPath>
  73. </Reference>
  74. <Reference Include="NPOI.OpenXml4Net">
  75. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="NPOI.OpenXmlFormats">
  79. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="PresentationCore" />
  83. <Reference Include="PresentationFramework" />
  84. <Reference Include="System" />
  85. <Reference Include="System.ComponentModel.Composition" />
  86. <Reference Include="System.ComponentModel.DataAnnotations" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Data.Entity" />
  89. <Reference Include="System.Runtime.Serialization" />
  90. <Reference Include="System.Xaml" />
  91. <Reference Include="System.Xml" />
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="Xceed.Wpf.AvalonDock, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
  100. <Private>True</Private>
  101. </Reference>
  102. <Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Xceed.Wpf.DataGrid, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Xceed.Wpf.Toolkit, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
  118. </Reference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Compile Include="ComboBoxForbiddenType.cs" />
  122. <Compile Include="NumValidation.cs" />
  123. <Compile Include="Robot.cs" />
  124. <Compile Include="RobotModule.cs" />
  125. <Compile Include="RobotViewModel.cs" />
  126. <Compile Include="RobotView.xaml.cs">
  127. <DependentUpon>RobotView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="ServerViewModel.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Page Include="RobotView.xaml">
  133. <SubType>Designer</SubType>
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  139. <Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
  140. <Name>Helper</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\..\Platform\Logger\Logger.csproj">
  143. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  144. <Name>Logger</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\..\BossBase\BossBase.csproj">
  147. <Project>{999910d3-4e7d-45b1-bd2c-47289cd4d1ab}</Project>
  148. <Name>BossBase</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  151. <Project>{8650195A-7904-4EBC-9D81-B392A7E9B9B3}</Project>
  152. <Name>BossClient</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\..\BossCommand\BossCommand.csproj">
  155. <Project>{6c16281f-5550-4024-9504-295c63889e4f}</Project>
  156. <Name>BossCommand</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  159. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  160. <Name>Infrastructure</Name>
  161. </ProjectReference>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Folder Include="Properties\" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="App.config" />
  168. <None Include="Packages.config" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  175. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  176. Other similar extension points exist, see Microsoft.Common.targets.
  177. <Target Name="BeforeBuild">
  178. </Target>
  179. <Target Name="AfterBuild">
  180. </Target>
  181. -->
  182. </Project>