Editor.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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.5</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <Utf8Output>true</Utf8Output>
  20. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  21. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CSharp\</SolutionDir>
  22. <RestorePackages>true</RestorePackages>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  36. <PlatformTarget>x86</PlatformTarget>
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Expression.Interactions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Prism">
  50. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  53. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  56. <HintPath>..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Practices.ServiceLocation">
  59. <HintPath>..\..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.ComponentModel.Composition" />
  63. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\..\packages\Prism.4.1.0.0\lib\NET40\System.Windows.Interactivity.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Xml" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xaml">
  69. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ApplicationDefinition Include="App.xaml">
  77. <Generator>MSBuild:Compile</Generator>
  78. <SubType>Designer</SubType>
  79. </ApplicationDefinition>
  80. <Compile Include="Bootstrapper.cs" />
  81. <Compile Include="Shell.xaml.cs">
  82. <DependentUpon>Shell.xaml</DependentUpon>
  83. </Compile>
  84. <Compile Include="ShellViewModel.cs" />
  85. <Compile Include="App.xaml.cs">
  86. <DependentUpon>App.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Page Include="Shell.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </Page>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <AppDesigner Include="Properties\" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="Properties\" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\Modules\BehaviorTree\BehaviorTree.csproj">
  102. <Project>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</Project>
  103. <Name>BehaviorTree</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Platform\Infrastructure\Infrastructure.csproj">
  106. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  107. <Name>Infrastructure</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Modules\Robot\Robot.csproj">
  110. <Project>{5D6ECBCD-BE14-4DCB-BAEC-57089748B164}</Project>
  111. <Name>Robot</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="app.config" />
  116. <None Include="NLog.config">
  117. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  118. </None>
  119. <None Include="Packages.config" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <PropertyGroup>
  123. <PreBuildEvent>
  124. </PreBuildEvent>
  125. </PropertyGroup>
  126. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>