Editor.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C46F3337-0F48-4A72-84AD-8FDD1F159BB0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Editor</RootNamespace>
  12. <AssemblyName>Editor</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <WarningLevel>4</WarningLevel>
  18. <Utf8Output>true</Utf8Output>
  19. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  22. <PlatformTarget>x86</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  32. <PlatformTarget>x86</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Expression.Drawing" />
  42. <Reference Include="Microsoft.Expression.Interactions" />
  43. <Reference Include="Microsoft.Practices.Prism">
  44. <HintPath>..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  47. <HintPath>..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  50. <HintPath>..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Practices.ServiceLocation">
  53. <HintPath>..\Packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.Composition" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Windows.Interactivity" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Xaml">
  65. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="WindowsBase" />
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="Bootstrapper.cs" />
  77. <Compile Include="Shell.xaml.cs">
  78. <DependentUpon>Shell.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="ShellViewModel.cs" />
  81. <Compile Include="App.xaml.cs">
  82. <DependentUpon>App.xaml</DependentUpon>
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Page Include="Shell.xaml">
  86. <Generator>MSBuild:Compile</Generator>
  87. <SubType>Designer</SubType>
  88. </Page>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <AppDesigner Include="Properties\" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Folder Include="Properties\" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\Infrastructure\Infrastructure.csproj">
  98. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  99. <Name>Infrastructure</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\Modules\BehaviorTree\BehaviorTree.csproj">
  102. <Project>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</Project>
  103. <Name>TreeCanvas</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="NLog.config">
  108. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  109. </None>
  110. <None Include="Packages.config" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <PropertyGroup>
  114. <PreBuildEvent>$(SolutionDir)\Tools\Nuget.exe install $(ProjectDir)Packages.config -o $(SolutionDir)Packages</PreBuildEvent>
  115. </PropertyGroup>
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>