Editor.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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.1</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. <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, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Practices.Prism.PubSubEvents, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\packages\Prism.PubSubEvents.1.1.2\lib\portable-sl5+windowsphone8+windows8+net40+wpa81\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System" />
  94. <Reference Include="System.ComponentModel.Composition" />
  95. <Reference Include="System.Configuration" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Runtime.Serialization" />
  98. <Reference Include="System.ServiceModel" />
  99. <Reference Include="System.Web.Extensions" />
  100. <Reference Include="System.Xml" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.Xaml">
  103. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  104. </Reference>
  105. <Reference Include="System.Xml.Linq" />
  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\BehaviorTreeModule\BehaviorTreeModule.csproj">
  143. <Project>{6cd185d1-08e0-4729-a999-2d5b57ba8193}</Project>
  144. <Name>BehaviorTreeModule</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="App.config">
  149. <SubType>Designer</SubType>
  150. </None>
  151. <None Include="NLog.config">
  152. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  153. <SubType>Designer</SubType>
  154. </None>
  155. <None Include="Packages.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  159. <Visible>False</Visible>
  160. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  169. <Visible>False</Visible>
  170. <ProductName>.NET Framework 3.5 SP1</ProductName>
  171. <Install>false</Install>
  172. </BootstrapperPackage>
  173. </ItemGroup>
  174. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  175. <PropertyGroup>
  176. <PreBuildEvent>
  177. </PreBuildEvent>
  178. </PropertyGroup>
  179. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  180. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  181. Other similar extension points exist, see Microsoft.Common.targets.
  182. <Target Name="BeforeBuild">
  183. </Target>
  184. <Target Name="AfterBuild">
  185. </Target>
  186. -->
  187. </Project>