Editor.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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\</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\</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.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Practices.Prism">
  65. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  68. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  71. <HintPath>..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.Practices.ServiceLocation">
  74. <HintPath>..\..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.ComponentModel.Composition" />
  78. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Xml" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Xaml">
  84. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="WindowsBase" />
  87. <Reference Include="PresentationCore" />
  88. <Reference Include="PresentationFramework" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ApplicationDefinition Include="App.xaml">
  92. <Generator>MSBuild:Compile</Generator>
  93. <SubType>Designer</SubType>
  94. </ApplicationDefinition>
  95. <Compile Include="Bootstrapper.cs" />
  96. <Compile Include="Shell.xaml.cs">
  97. <DependentUpon>Shell.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="ShellViewModel.cs" />
  100. <Compile Include="App.xaml.cs">
  101. <DependentUpon>App.xaml</DependentUpon>
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Page Include="Shell.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <AppDesigner Include="Properties\" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Folder Include="Properties\" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
  117. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  118. <Name>Infrastructure</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\Modules\BehaviorTree\BehaviorTree.csproj">
  121. <Project>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</Project>
  122. <Name>BehaviorTree</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\Modules\Robot\Robot.csproj">
  125. <Project>{5d6ecbcd-be14-4dcb-baec-57089748b164}</Project>
  126. <Name>Robot</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\Modules\WaiGua\WaiGua.csproj">
  129. <Project>{5AA48F9A-455D-4CD8-A605-A3AC38283E60}</Project>
  130. <Name>WaiGua</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="app.config" />
  135. <None Include="NLog.config">
  136. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  137. <SubType>Designer</SubType>
  138. </None>
  139. <None Include="Packages.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  143. <Visible>False</Visible>
  144. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  145. <Install>true</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  150. <Install>false</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.5 SP1</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. </ItemGroup>
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. <PropertyGroup>
  160. <PreBuildEvent>
  161. </PreBuildEvent>
  162. </PropertyGroup>
  163. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. </Project>