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)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{43D91877-7988-4C60-90A9-6E6281464D99}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >AIBehaviorTree</RootNamespace >
12+ <AssemblyName >AIBehaviorTree</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >True</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >False</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >True</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" System" />
35+ </ItemGroup >
36+ <ItemGroup >
37+ <Compile Include =" ActionNode\BNodeActionNothing.cs" />
38+ <Compile Include =" AIManager.cs" />
39+ <Compile Include =" Base\BNodeAction.cs" />
40+ <Compile Include =" Base\BNode.cs" />
41+ <Compile Include =" Base\BNodeComposite.cs" />
42+ <Compile Include =" Base\BNodeCondition.cs" />
43+ <Compile Include =" Base\BNodeDecorator.cs" />
44+ <Compile Include =" Base\BTree.cs" />
45+ <Compile Include =" CompositeNode\BNodeParallel.cs" />
46+ <Compile Include =" CompositeNode\Parallel\BNodeParallelHybird.cs" />
47+ <Compile Include =" CompositeNode\Parallel\BNodeParallelSucceedOnAll.cs" />
48+ <Compile Include =" CompositeNode\BNodeSelector.cs" />
49+ <Compile Include =" CompositeNode\BNodeSequence.cs" />
50+ <Compile Include =" CompositeNode\Parallel\BNodeParallelFallOnAll.cs" />
51+ <Compile Include =" CompositeNode\Parallel\BNodeParallelSelector.cs" />
52+ <Compile Include =" CompositeNode\Parallel\BNodeParallelSequence.cs" />
53+ <Compile Include =" ConditionNode\BNodeConditionNothing.cs" />
54+ <Compile Include =" DecoratorNode\BNodeDecoratorNothing.cs" />
55+ <Compile Include =" Input\BInput.cs" />
56+ <Compile Include =" Properties\AssemblyInfo.cs" />
57+ </ItemGroup >
58+ <ItemGroup />
59+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
61+ Other similar extension points exist, see Microsoft.Common.targets.
62+ <Target Name="BeforeBuild">
63+ </Target>
64+ <Target Name="AfterBuild">
65+ </Target>
66+ -->
67+ </Project >
0 commit comments