BehaviorTree.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BehaviorTree</RootNamespace>
  12. <AssemblyName>BehaviorTree</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Utf8Output>true</Utf8Output>
  16. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Google.ProtocolBuffers, Version=2.4.1.473, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Google.ProtocolBuffers.Serialization, Version=2.4.1.473, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.Serialization.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Expression.Drawing" />
  43. <Reference Include="Microsoft.Expression.Interactions" />
  44. <Reference Include="Microsoft.Practices.Prism">
  45. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  48. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  51. <HintPath>..\..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NLog">
  54. <HintPath>..\..\Packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.Composition" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Windows.Interactivity" />
  62. <Reference Include="System.Xaml" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="WindowsBase" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="BehaviorTreeLayout.cs" />
  72. <Compile Include="BehaviorTreeViewModel.cs" />
  73. <Compile Include="BehaviorTreeModule.cs" />
  74. <Compile Include="BehaviorTreeView.xaml.cs">
  75. <DependentUpon>BehaviorTreeView.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="Person.pb.cs">
  78. <AutoGen>True</AutoGen>
  79. <DesignTime>True</DesignTime>
  80. <DependentUpon>Person.proto</DependentUpon>
  81. </Compile>
  82. <Compile Include="TreeNode.cs" />
  83. <Compile Include="TreeNodeViewModel.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Folder Include="Properties\" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  90. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  91. <Name>Infrastructure</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="google\protobuf\csharp_options.proto" />
  96. <None Include="google\protobuf\descriptor.proto" />
  97. <None Include="Packages.config" />
  98. <None Include="Person.proto">
  99. <Generator>CmdTool</Generator>
  100. <LastGenOutput>Person.pb.cs</LastGenOutput>
  101. </None>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Page Include="BehaviorTreeView.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. <SubType>Designer</SubType>
  107. </Page>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. <PropertyGroup>
  111. <PreBuildEvent>Nuget.exe install $(ProjectDir)Packages.config -o $(SolutionDir)Packages</PreBuildEvent>
  112. </PropertyGroup>
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>