Robot.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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="Microsoft.Practices.Prism">
  36. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  39. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  40. </Reference>
  41. <Reference Include="PresentationCore" />
  42. <Reference Include="PresentationFramework" />
  43. <Reference Include="System" />
  44. <Reference Include="System.ComponentModel.Composition" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.Entity" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Xaml" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="WindowsBase" />
  52. <Reference Include="Xceed.Wpf.DataGrid, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Xceed.Wpf.Toolkit, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\..\packages\Extended.Wpf.Toolkit.1.9.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Robot.cs" />
  63. <Compile Include="RobotModule.cs" />
  64. <Compile Include="RobotViewModel.cs" />
  65. <Compile Include="RobotView.xaml.cs">
  66. <DependentUpon>RobotView.xaml</DependentUpon>
  67. </Compile>
  68. <Compile Include="ServerViewModel.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Page Include="RobotView.xaml">
  72. <SubType>Designer</SubType>
  73. <Generator>MSBuild:Compile</Generator>
  74. </Page>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  78. <Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
  79. <Name>Helper</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  82. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  83. <Name>Log</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\BossBase\BossBase.csproj">
  86. <Project>{999910d3-4e7d-45b1-bd2c-47289cd4d1ab}</Project>
  87. <Name>BossBase</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  90. <Project>{8650195A-7904-4EBC-9D81-B392A7E9B9B3}</Project>
  91. <Name>BossClient</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\BossCommand\BossCommand.csproj">
  94. <Project>{6c16281f-5550-4024-9504-295c63889e4f}</Project>
  95. <Name>BossCommand</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  98. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  99. <Name>Infrastructure</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Folder Include="Properties\" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config" />
  107. <None Include="Packages.config" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>