Robot.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <TargetFrameworkProfile />
  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="ICSharpCode.SharpZipLib">
  37. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Prism.Composition">
  40. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  52. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  55. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  58. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  61. <HintPath>..\..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="Microsoft.Practices.ServiceLocation">
  65. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="NPOI, Version=2.0.6.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.dll</HintPath>
  71. </Reference>
  72. <Reference Include="NPOI.OOXML">
  73. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OOXML.dll</HintPath>
  74. </Reference>
  75. <Reference Include="NPOI.OpenXml4Net">
  76. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="NPOI.OpenXmlFormats">
  80. <HintPath>..\..\..\packages\NPOI.2.0.6\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="PresentationCore" />
  84. <Reference Include="PresentationFramework" />
  85. <Reference Include="System" />
  86. <Reference Include="System.ComponentModel.Composition" />
  87. <Reference Include="System.ComponentModel.DataAnnotations" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Data.Entity" />
  90. <Reference Include="System.Runtime.Serialization" />
  91. <Reference Include="System.Xaml" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="WindowsBase" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="ComboBoxForbiddenType.cs" />
  97. <Compile Include="NumValidation.cs" />
  98. <Compile Include="Robot.cs" />
  99. <Compile Include="RobotModule.cs" />
  100. <Compile Include="RobotViewModel.cs" />
  101. <Compile Include="RobotView.xaml.cs">
  102. <DependentUpon>RobotView.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="ServerViewModel.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Page Include="RobotView.xaml">
  108. <SubType>Designer</SubType>
  109. <Generator>MSBuild:Compile</Generator>
  110. </Page>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  114. <Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
  115. <Name>Helper</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\..\Platform\Logger\Logger.csproj">
  118. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  119. <Name>Logger</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\BossBase\BossBase.csproj">
  122. <Project>{999910d3-4e7d-45b1-bd2c-47289cd4d1ab}</Project>
  123. <Name>BossBase</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\BossClient\BossClient.csproj">
  126. <Project>{8650195A-7904-4EBC-9D81-B392A7E9B9B3}</Project>
  127. <Name>BossClient</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\BossCommand\BossCommand.csproj">
  130. <Project>{6c16281f-5550-4024-9504-295c63889e4f}</Project>
  131. <Name>BossCommand</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  134. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  135. <Name>Infrastructure</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Folder Include="Properties\" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <None Include="App.config" />
  143. <None Include="Packages.config" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>