BehaviorTreeModule.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Modules.BehaviorTreeModule</RootNamespace>
  12. <AssemblyName>BehaviorTreeModule</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Utf8Output>true</Utf8Output>
  16. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\CSharp\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\..\Bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\..\..\Bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Practices.Prism.Composition">
  42. <HintPath>..\..\..\packages\Prism.Composition.5.0.0\lib\NET45\Microsoft.Practices.Prism.Composition.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  46. <HintPath>..\..\..\packages\Prism.Interactivity.5.0.0\lib\NET45\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  50. <HintPath>..\..\..\packages\Prism.MEFExtensions.5.0.0\lib\NET45\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Prism.Mvvm, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Prism.Mvvm.Desktop, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.Mvvm.Desktop.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Practices.Prism.PubSubEvents, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\..\packages\Prism.PubSubEvents.1.1.2\lib\portable-sl5+windowsphone8+windows8+net40+wpa81\Microsoft.Practices.Prism.PubSubEvents.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Practices.Prism.SharedInterfaces, Version=1.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\..\packages\Prism.Mvvm.1.1.1\lib\net45\Microsoft.Practices.Prism.SharedInterfaces.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="MongoDB.Bson, Version=2.0.1.27, Culture=neutral, processorArchitecture=MSIL">
  75. <HintPath>..\..\..\packages\MongoDB.Bson.2.0.1\lib\net45\MongoDB.Bson.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. <Reference Include="System" />
  81. <Reference Include="System.ComponentModel.Composition" />
  82. <Reference Include="System.configuration" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Runtime.Serialization" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xaml" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="WindowsBase" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="AllTreeViewModel.cs" />
  94. <Compile Include="TreeLayout.cs" />
  95. <Compile Include="TreeView.xaml.cs">
  96. <DependentUpon>TreeView.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="TreeViewModel.cs" />
  99. <Compile Include="BehaviorTreeModule.cs" />
  100. <Compile Include="AllTreeView.xaml.cs">
  101. <DependentUpon>AllTreeView.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="FolderVisiableConverter.cs" />
  104. <Compile Include="NodeTypeToStringConverter.cs" />
  105. <Compile Include="NodeTypeColorConverter.cs" />
  106. <Compile Include="ListToStringConverter.cs" />
  107. <Compile Include="NodeDataEditor.xaml.cs">
  108. <DependentUpon>NodeDataEditor.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="TreeNodeViewModel.cs" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Folder Include="Properties\" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="app.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Page Include="AllTreeView.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Page Include="NodeDataEditor.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="TreeView.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\..\..\Game\Model\Model.csproj">
  134. <Project>{0608c0c1-f584-4092-aaf9-1e99a78e3703}</Project>
  135. <Name>Model</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\..\..\Platform\Common\Common.csproj">
  138. <Project>{f06b995e-6508-4c5c-a396-554316c9215d}</Project>
  139. <Name>Common</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  142. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  143. <Name>Infrastructure</Name>
  144. </ProjectReference>
  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>