|
@@ -2,22 +2,21 @@
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
- <ProjectGuid>{FA1C18E4-C928-4900-A77B-6944B3443B7E}</ProjectGuid>
|
|
|
|
|
|
|
+ <ProjectGuid>{8C049112-56BF-42E3-8E91-30EABDB86B16}</ProjectGuid>
|
|
|
<OutputType>WinExe</OutputType>
|
|
<OutputType>WinExe</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>Egametang</RootNamespace>
|
|
|
|
|
- <AssemblyName>View</AssemblyName>
|
|
|
|
|
|
|
+ <RootNamespace>Editor</RootNamespace>
|
|
|
|
|
+ <AssemblyName>Editor</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
<Optimize>false</Optimize>
|
|
@@ -25,9 +24,9 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
+ <RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
- <PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
@@ -36,6 +35,22 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Reference Include="GalaSoft.MvvmLight.WPF4">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\GalaSoft.MvvmLight.WPF4.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="Microsoft.Practices.ServiceLocation">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
|
|
+ <Reference Include="System.Windows.Interactivity">
|
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
|
+ <HintPath>C:\Program Files\Laurent Bugnion (GalaSoft)\Mvvm Light Toolkit\Binaries\WPF4\System.Windows.Interactivity.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
@@ -55,14 +70,13 @@
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
|
- <Page Include="BehaviorNodeDialog.xaml">
|
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
- </Page>
|
|
|
|
|
- <Page Include="BehaviorTreeView.xaml">
|
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
- </Page>
|
|
|
|
|
|
|
+ <Compile Include="Design\DesignDataService.cs" />
|
|
|
|
|
+ <Compile Include="Model\BehaviorNode.cs" />
|
|
|
|
|
+ <Compile Include="Model\DataItem.cs" />
|
|
|
|
|
+ <Compile Include="Model\DataService.cs" />
|
|
|
|
|
+ <Compile Include="Model\IDataService.cs" />
|
|
|
|
|
+ <Compile Include="ViewModel\MainViewModel.cs" />
|
|
|
|
|
+ <Compile Include="ViewModel\ViewModelLocator.cs" />
|
|
|
<Page Include="MainWindow.xaml">
|
|
<Page Include="MainWindow.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
@@ -71,33 +85,40 @@
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
- <Compile Include="BehaviorNodeDialog.xaml.cs">
|
|
|
|
|
- <DependentUpon>BehaviorNodeDialog.xaml</DependentUpon>
|
|
|
|
|
- </Compile>
|
|
|
|
|
- <Compile Include="BehaviorTreeView.xaml.cs">
|
|
|
|
|
- <DependentUpon>BehaviorTreeView.xaml</DependentUpon>
|
|
|
|
|
- </Compile>
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
<SubType>Code</SubType>
|
|
<SubType>Code</SubType>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
|
|
+ <Page Include="Skins\MainSkin.xaml">
|
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
+ <SubType>Code</SubType>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
|
|
+ <DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
|
|
+ <DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
+ </Compile>
|
|
|
|
|
+ <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
+ <Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
+ </EmbeddedResource>
|
|
|
|
|
+ <None Include="Properties\Settings.settings">
|
|
|
|
|
+ <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
+ </None>
|
|
|
<AppDesigner Include="Properties\" />
|
|
<AppDesigner Include="Properties\" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
|
|
- <Folder Include="Properties\" />
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
- <ItemGroup>
|
|
|
|
|
- <ProjectReference Include="..\Model\Model.csproj">
|
|
|
|
|
- <Project>{3978E513-87FA-44EC-893A-DBD90A5A8808}</Project>
|
|
|
|
|
- <Name>Model</Name>
|
|
|
|
|
- </ProjectReference>
|
|
|
|
|
- <ProjectReference Include="..\ViewModel\ViewModel.csproj">
|
|
|
|
|
- <Project>{E55C43C7-4CE2-4384-AE8A-39E074F2FC0B}</Project>
|
|
|
|
|
- <Name>ViewModel</Name>
|
|
|
|
|
- </ProjectReference>
|
|
|
|
|
- </ItemGroup>
|
|
|
|
|
|
|
+ <ItemGroup />
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|