|
|
@@ -55,6 +55,10 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
|
+ <Page Include="BehaviorNodeDialog.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="BehaviorTreeView.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
@@ -67,6 +71,9 @@
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
|
+ <Compile Include="BehaviorNodeDialog.xaml.cs">
|
|
|
+ <DependentUpon>BehaviorNodeDialog.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="BehaviorTreeView.xaml.cs">
|
|
|
<DependentUpon>BehaviorTreeView.xaml</DependentUpon>
|
|
|
</Compile>
|