|
|
@@ -17,6 +17,8 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<Utf8Output>true</Utf8Output>
|
|
|
<ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
|
|
|
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CSharp\</SolutionDir>
|
|
|
+ <RestorePackages>true</RestorePackages>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
@@ -87,7 +89,7 @@
|
|
|
</ProjectReference>
|
|
|
<ProjectReference Include="..\Modules\BehaviorTree\BehaviorTree.csproj">
|
|
|
<Project>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</Project>
|
|
|
- <Name>TreeCanvas</Name>
|
|
|
+ <Name>BehaviorTree</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
@@ -98,8 +100,10 @@
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
- <PreBuildEvent>Nuget.exe install $(ProjectDir)Packages.config -o $(SolutionDir)Packages</PreBuildEvent>
|
|
|
+ <PreBuildEvent>
|
|
|
+ </PreBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
+ <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
<Target Name="BeforeBuild">
|