Robot.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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="Microsoft.Practices.Prism">
  37. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  40. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  41. </Reference>
  42. <Reference Include="PresentationCore" />
  43. <Reference Include="PresentationFramework" />
  44. <Reference Include="PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  45. <Reference Include="ReachFramework" />
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.Composition" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Printing" />
  51. <Reference Include="System.Runtime.Serialization" />
  52. <Reference Include="System.Xaml" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="TreeViewEx">
  55. <HintPath>..\..\..\packages\treeviewex.0.1.0.1\lib\net40\TreeViewEx.dll</HintPath>
  56. </Reference>
  57. <Reference Include="UIAutomationProvider" />
  58. <Reference Include="UIAutomationTypes" />
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="Xceed.Wpf.DataGrid">
  61. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Xceed.Wpf.Toolkit">
  64. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
  65. </Reference>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Robot.cs" />
  69. <Compile Include="RobotModule.cs" />
  70. <Compile Include="RobotViewModel.cs" />
  71. <Compile Include="RobotView.xaml.cs">
  72. <DependentUpon>RobotView.xaml</DependentUpon>
  73. </Compile>
  74. <Compile Include="ServerConfig.cs" />
  75. <Compile Include="ServerViewModel.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Page Include="RobotView.xaml">
  79. <SubType>Designer</SubType>
  80. <Generator>MSBuild:Compile</Generator>
  81. </Page>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\..\..\Platform\ENet\ENet.csproj">
  85. <Project>{d0b4cfac-a368-4742-9863-68776cfa9938}</Project>
  86. <Name>ENet</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  89. <Project>{24233CD5-A5DF-484B-A482-B79CB7A0D9CB}</Project>
  90. <Name>Helper</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  93. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  94. <Name>Log</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  97. <Project>{8650195a-7904-4ebc-9d81-b392a7e9b9b3}</Project>
  98. <Name>BossClient</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  101. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  102. <Name>Infrastructure</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Folder Include="Properties\" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="Packages.config" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>