Editor.csproj 6.4 KB

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