TreeCanvas.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6CD185D1-08E0-4729-A999-2D5B57BA8193}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TreeCanvas</RootNamespace>
  12. <AssemblyName>TreeCanvas</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <Utf8Output>true</Utf8Output>
  16. <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Google.ProtocolBuffers, Version=2.4.1.473, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Google.ProtocolBuffers.Serialization, Version=2.4.1.473, Culture=neutral, PublicKeyToken=55f7125234beb589, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.Serialization.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Expression.Drawing" />
  43. <Reference Include="Microsoft.Expression.Interactions" />
  44. <Reference Include="Microsoft.Practices.Prism">
  45. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Practices.Prism.Interactivity">
  48. <HintPath>..\..\Packages\Prism.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.Interactivity.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  51. <HintPath>..\..\Packages\Prism.MEFExtensions.4.0.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NLog">
  54. <HintPath>..\..\Packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.Composition" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Windows.Interactivity" />
  62. <Reference Include="System.Xaml" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="WindowsBase" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Person.pb.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>Person.proto</DependentUpon>
  75. </Compile>
  76. <Compile Include="TreeCanvasModule.cs" />
  77. <Compile Include="TreeCanvasView.xaml.cs">
  78. <DependentUpon>TreeCanvasView.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="TreeCanvasViewModel.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Folder Include="Properties\" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Page Include="TreeCanvasView.xaml">
  87. <SubType>Designer</SubType>
  88. <Generator>MSBuild:Compile</Generator>
  89. </Page>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\..\Controls\BehaviorTree\BehaviorTree.csproj">
  93. <Project>{88A0D086-1C51-466C-9123-793FFB5714B8}</Project>
  94. <Name>BehaviorTree</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  97. <Project>{48A2E149-0DAC-41B4-BB54-DFBCCD6D42B3}</Project>
  98. <Name>Infrastructure</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="google\protobuf\csharp_options.proto" />
  103. <None Include="google\protobuf\descriptor.proto" />
  104. <None Include="Packages.config" />
  105. <None Include="Person.proto">
  106. <Generator>CmdTool</Generator>
  107. <LastGenOutput>Person.pb.cs</LastGenOutput>
  108. </None>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <PropertyGroup>
  112. <PreBuildEvent>$(SolutionDir)\Tools\Nuget.exe install $(ProjectDir)Packages.config -o $(SolutionDir)Packages</PreBuildEvent>
  113. </PropertyGroup>
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>