Editor.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C46F3337-0F48-4A72-84AD-8FDD1F159BB0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Editor</RootNamespace>
  12. <AssemblyName>Editor</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <Utf8Output>true</Utf8Output>
  20. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  21. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CSharp\</SolutionDir>
  22. <RestorePackages>true</RestorePackages>
  23. <PublishUrl>发布\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  40. <PlatformTarget>x86</PlatformTarget>
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>..\..\Bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  51. <PlatformTarget>x86</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>..\..\Bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <Prefer32Bit>false</Prefer32Bit>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="Microsoft.Practices.Prism.Composition">
  62. <HintPath>..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="Microsoft.Practices.Prism.Mvvm">
  74. <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop">
  77. <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Practices.Prism.PubSubEvents">
  80. <HintPath>..\..\packages\Prism.PubSubEvents.1.0.0\lib\portable-sl4+wp7+windows8+net40\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces">
  83. <HintPath>..\..\packages\Prism.Mvvm.1.0.0\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.ComponentModel.Composition" />
  91. <Reference Include="System.Configuration" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Runtime.Serialization" />
  94. <Reference Include="System.ServiceModel" />
  95. <Reference Include="System.Xml" />
  96. <Reference Include="System.Core" />
  97. <Reference Include="System.Xaml">
  98. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  99. </Reference>
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="Telerik.Windows.Controls, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  102. <Reference Include="Telerik.Windows.Controls.Chart, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  103. <Reference Include="Telerik.Windows.Controls.DataVisualization, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  104. <Reference Include="Telerik.Windows.Controls.Navigation, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  105. <Reference Include="Telerik.Windows.Data, Version=2013.3.1016.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
  106. <Reference Include="UIAutomationProvider" />
  107. <Reference Include="UIAutomationTypes" />
  108. <Reference Include="WindowsBase" />
  109. <Reference Include="PresentationCore" />
  110. <Reference Include="PresentationFramework" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ApplicationDefinition Include="App.xaml">
  114. <Generator>MSBuild:Compile</Generator>
  115. <SubType>Designer</SubType>
  116. </ApplicationDefinition>
  117. <Compile Include="Bootstrapper.cs" />
  118. <Compile Include="Shell.xaml.cs">
  119. <DependentUpon>Shell.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="ShellViewModel.cs" />
  122. <Compile Include="App.xaml.cs">
  123. <DependentUpon>App.xaml</DependentUpon>
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Page Include="Shell.xaml">
  127. <Generator>MSBuild:Compile</Generator>
  128. <SubType>Designer</SubType>
  129. </Page>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <AppDesigner Include="Properties\" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="Properties\" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
  139. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  140. <Name>Infrastructure</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\Modules\Login\Login.csproj">
  143. <Project>{5aa48f9a-455d-4cd8-a605-a3ac38283e60}</Project>
  144. <Name>Login</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\Modules\Robot\Robot.csproj">
  147. <Project>{5d6ecbcd-be14-4dcb-baec-57089748b164}</Project>
  148. <Name>Robot</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\Modules\Tree\Tree.csproj">
  151. <Project>{6cd185d1-08e0-4729-a999-2d5b57ba8193}</Project>
  152. <Name>Tree</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\Modules\WCFClient\WCFClient.csproj">
  155. <Project>{B07D70E7-F902-4F67-A486-B7AF27D6B813}</Project>
  156. <Name>WCFClient</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="App.config">
  161. <SubType>Designer</SubType>
  162. </None>
  163. <None Include="NLog.config">
  164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  165. <SubType>Designer</SubType>
  166. </None>
  167. <None Include="Packages.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  171. <Visible>False</Visible>
  172. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  173. <Install>true</Install>
  174. </BootstrapperPackage>
  175. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  176. <Visible>False</Visible>
  177. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  178. <Install>false</Install>
  179. </BootstrapperPackage>
  180. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  181. <Visible>False</Visible>
  182. <ProductName>.NET Framework 3.5 SP1</ProductName>
  183. <Install>false</Install>
  184. </BootstrapperPackage>
  185. </ItemGroup>
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. <PropertyGroup>
  188. <PreBuildEvent>
  189. </PreBuildEvent>
  190. </PropertyGroup>
  191. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  192. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  193. Other similar extension points exist, see Microsoft.Common.targets.
  194. <Target Name="BeforeBuild">
  195. </Target>
  196. <Target Name="AfterBuild">
  197. </Target>
  198. -->
  199. </Project>