Editor.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>App.Editor</RootNamespace>
  12. <AssemblyName>Editor</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</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. <IsWebBootstrapper>false</IsWebBootstrapper>
  24. <PublishUrl>发布\</PublishUrl>
  25. <Install>true</Install>
  26. <InstallFrom>Disk</InstallFrom>
  27. <UpdateEnabled>false</UpdateEnabled>
  28. <UpdateMode>Foreground</UpdateMode>
  29. <UpdateInterval>7</UpdateInterval>
  30. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  31. <UpdatePeriodically>false</UpdatePeriodically>
  32. <UpdateRequired>false</UpdateRequired>
  33. <MapFileExtensions>true</MapFileExtensions>
  34. <ApplicationRevision>0</ApplicationRevision>
  35. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  40. <PlatformTarget>AnyCPU</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>true</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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>bin\x64\Debug\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  71. <OutputPath>bin\x64\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  80. <DebugSymbols>true</DebugSymbols>
  81. <OutputPath>..\..\Bin\Debug\</OutputPath>
  82. <DefineConstants>DEBUG;TRACE</DefineConstants>
  83. <DebugType>full</DebugType>
  84. <PlatformTarget>AnyCPU</PlatformTarget>
  85. <ErrorReport>prompt</ErrorReport>
  86. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  87. <Prefer32Bit>false</Prefer32Bit>
  88. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  91. <OutputPath>..\..\Bin\Release\</OutputPath>
  92. <DefineConstants>TRACE</DefineConstants>
  93. <Optimize>true</Optimize>
  94. <DebugType>pdbonly</DebugType>
  95. <PlatformTarget>AnyCPU</PlatformTarget>
  96. <ErrorReport>prompt</ErrorReport>
  97. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="Microsoft.Practices.Prism.Composition">
  101. <HintPath>..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Microsoft.Practices.Prism.Interactivity, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Practices.Prism.MefExtensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="Microsoft.Practices.Prism.Mvvm, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  119. </Reference>
  120. <Reference Include="Microsoft.Practices.Prism.PubSubEvents, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>..\..\packages\Prism.PubSubEvents.1.1.2\lib\portable-sl5+windowsphone8+windows8+net40+wpa81\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  131. </Reference>
  132. <Reference Include="NLog, Version=4.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  133. <HintPath>..\..\packages\NLog.4.1.0\lib\net45\NLog.dll</HintPath>
  134. <Private>True</Private>
  135. </Reference>
  136. <Reference Include="System" />
  137. <Reference Include="System.ComponentModel.Composition" />
  138. <Reference Include="System.Configuration" />
  139. <Reference Include="System.Data" />
  140. <Reference Include="System.Runtime.Serialization" />
  141. <Reference Include="System.ServiceModel" />
  142. <Reference Include="System.Web.Extensions" />
  143. <Reference Include="System.Xml" />
  144. <Reference Include="System.Core" />
  145. <Reference Include="System.Xaml">
  146. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  147. </Reference>
  148. <Reference Include="System.Xml.Linq" />
  149. <Reference Include="UIAutomationProvider" />
  150. <Reference Include="UIAutomationTypes" />
  151. <Reference Include="WindowsBase" />
  152. <Reference Include="PresentationCore" />
  153. <Reference Include="PresentationFramework" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <ApplicationDefinition Include="App.xaml">
  157. <Generator>MSBuild:Compile</Generator>
  158. <SubType>Designer</SubType>
  159. </ApplicationDefinition>
  160. <Compile Include="Bootstrapper.cs" />
  161. <Compile Include="Shell.xaml.cs">
  162. <DependentUpon>Shell.xaml</DependentUpon>
  163. </Compile>
  164. <Compile Include="ShellViewModel.cs" />
  165. <Compile Include="App.xaml.cs">
  166. <DependentUpon>App.xaml</DependentUpon>
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Page Include="Shell.xaml">
  170. <Generator>MSBuild:Compile</Generator>
  171. <SubType>Designer</SubType>
  172. </Page>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <AppDesigner Include="Properties\" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <Folder Include="Properties\" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
  182. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  183. <Name>Infrastructure</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\Modules\BehaviorTreeModule\BehaviorTreeModule.csproj">
  186. <Project>{6cd185d1-08e0-4729-a999-2d5b57ba8193}</Project>
  187. <Name>BehaviorTreeModule</Name>
  188. </ProjectReference>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="App.config">
  192. <SubType>Designer</SubType>
  193. </None>
  194. <None Include="NLog.config">
  195. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  196. <SubType>Designer</SubType>
  197. </None>
  198. <None Include="Packages.config" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  202. <Visible>False</Visible>
  203. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  209. <Install>false</Install>
  210. </BootstrapperPackage>
  211. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  212. <Visible>False</Visible>
  213. <ProductName>.NET Framework 3.5 SP1</ProductName>
  214. <Install>false</Install>
  215. </BootstrapperPackage>
  216. </ItemGroup>
  217. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  218. <PropertyGroup>
  219. <PreBuildEvent>
  220. </PreBuildEvent>
  221. </PropertyGroup>
  222. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  223. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  224. Other similar extension points exist, see Microsoft.Common.targets.
  225. <Target Name="BeforeBuild">
  226. </Target>
  227. <Target Name="AfterBuild">
  228. </Target>
  229. -->
  230. </Project>