Robot.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5D6ECBCD-BE14-4DCB-BAEC-57089748B164}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Robot</RootNamespace>
  11. <AssemblyName>Robot</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\..\..\Bin\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Google.ProtocolBuffers">
  36. <HintPath>..\..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Google.ProtocolBuffers.Serialization">
  39. <HintPath>..\..\..\packages\Google.ProtocolBuffers.2.4.1.473\lib\net40\Google.ProtocolBuffers.Serialization.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Practices.Prism">
  42. <HintPath>..\..\..\packages\Prism.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Practices.Prism.MefExtensions">
  45. <HintPath>..\..\..\packages\Prism.MEFExtensions.4.1.0.0\lib\NET40\Microsoft.Practices.Prism.MefExtensions.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. <Reference Include="protobuf-net, Version=2.0.0.612, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\..\packages\protobuf-net.2.0.0.612\lib\net40\protobuf-net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.ComponentModel.Composition" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xaml" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="WindowsBase" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Protos\Messages.cs" />
  62. <Compile Include="Robot.cs" />
  63. <Compile Include="RobotModule.cs" />
  64. <Compile Include="RobotViewModel.cs" />
  65. <Compile Include="RobotView.xaml.cs">
  66. <DependentUpon>RobotView.xaml</DependentUpon>
  67. </Compile>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Page Include="RobotView.xaml">
  71. <SubType>Designer</SubType>
  72. <Generator>MSBuild:Compile</Generator>
  73. </Page>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\..\Platform\ENet\ENet.csproj">
  77. <Project>{d0b4cfac-a368-4742-9863-68776cfa9938}</Project>
  78. <Name>ENet</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\..\Platform\Helper\Helper.csproj">
  81. <Project>{24233cd5-a5df-484b-a482-b79cb7a0d9cb}</Project>
  82. <Name>Helper</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\..\Platform\Log\Log.csproj">
  85. <Project>{72e16572-fc1f-4a9e-bc96-035417239298}</Project>
  86. <Name>Log</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj">
  89. <Project>{48a2e149-0dac-41b4-bb54-dfbccd6d42b3}</Project>
  90. <Name>Infrastructure</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Folder Include="Properties\" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="Packages.config" />
  98. <None Include="google\protobuf\csharp_options.proto" />
  99. <None Include="google\protobuf\descriptor.proto" />
  100. <None Include="Protos\Person.proto">
  101. <Generator>ProtobufTool</Generator>
  102. </None>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>