Robot.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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\</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\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Accessibility" />
  36. <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.Practices.Prism">
  41. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  44. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\..\packages\MySql.Data.6.6.4\lib\net40\MySql.Data.dll</HintPath>
  49. </Reference>
  50. <Reference Include="MySql.Data.Entity, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\packages\MySQL.Data.Entities.6.5.4.0\lib\net40\MySql.Data.Entity.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  57. <Reference Include="ReachFramework" />
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.Composition" />
  60. <Reference Include="System.ComponentModel.DataAnnotations" />
  61. <Reference Include="System.Configuration" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Data.Entity" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Printing" />
  67. <Reference Include="System.Runtime.Serialization" />
  68. <Reference Include="System.Security" />
  69. <Reference Include="System.Xaml" />
  70. <Reference Include="System.Xml" />
  71. <Reference Include="UIAutomationProvider" />
  72. <Reference Include="UIAutomationTypes" />
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="Xceed.Wpf.DataGrid, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Xceed.Wpf.Toolkit, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="LoginView.xaml.cs">
  85. <DependentUpon>LoginView.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="Robot.cs" />
  88. <Compile Include="RobotModule.cs" />
  89. <Compile Include="RobotViewModel.cs" />
  90. <Compile Include="RobotView.xaml.cs">
  91. <DependentUpon>RobotView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="ServerViewModel.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Page Include="LoginView.xaml">
  97. <SubType>Designer</SubType>
  98. <Generator>MSBuild:Compile</Generator>
  99. </Page>
  100. <Page Include="RobotView.xaml">
  101. <SubType>Designer</SubType>
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ProjectReference Include="..\..\..\Platform\ENet\ENet.csproj">
  107. <Project>{d0b4cfac-a368-4742-9863-68776cfa9938}</Project>
  108. <Name>ENet</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  111. <Project>{24233CD5-A5DF-484B-A482-B79CB7A0D9CB}</Project>
  112. <Name>Helper</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  115. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  116. <Name>Log</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  119. <Project>{8650195a-7904-4ebc-9d81-b392a7e9b9b3}</Project>
  120. <Name>BossClient</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\..\DataCenter\DataCenter.csproj">
  123. <Project>{a829a025-5e90-4085-8dd4-e3b8c1282635}</Project>
  124. <Name>DataCenter</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  127. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  128. <Name>Infrastructure</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Folder Include="Properties\" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.config" />
  136. <None Include="Packages.config" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  143. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. </Project>