|
@@ -76,7 +76,10 @@
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
|
|
|
+ <Reference Include="System.Data" />
|
|
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
+ <Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xaml" />
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsBase" />
|
|
@@ -88,6 +91,9 @@
|
|
|
<Compile Include="BehaviorTreeView.xaml.cs">
|
|
<Compile Include="BehaviorTreeView.xaml.cs">
|
|
|
<DependentUpon>BehaviorTreeView.xaml</DependentUpon>
|
|
<DependentUpon>BehaviorTreeView.xaml</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Compile Include="NodeDataEditor.xaml.cs">
|
|
|
|
|
+ <DependentUpon>NodeDataEditor.xaml</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
<Compile Include="TreeNodeData.cs" />
|
|
<Compile Include="TreeNodeData.cs" />
|
|
|
<Compile Include="TreeNodeDataArray.cs" />
|
|
<Compile Include="TreeNodeDataArray.cs" />
|
|
|
<Compile Include="TreeNodeViewModel.cs" />
|
|
<Compile Include="TreeNodeViewModel.cs" />
|
|
@@ -104,6 +110,10 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
</Page>
|
|
</Page>
|
|
|
|
|
+ <Page Include="NodeDataEditor.xaml">
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
|
|
<ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
|