LearnBridgeNet.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <NoStdLib>true</NoStdLib>
  6. <NuGetPackageImportStamp>
  7. </NuGetPackageImportStamp>
  8. <TargetFrameworkProfile />
  9. </PropertyGroup>
  10. <PropertyGroup>
  11. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  12. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  13. <SchemaVersion>2.0</SchemaVersion>
  14. <ProjectGuid>{115E8CEB-87DB-4781-B8A0-9A02C2853C9D}</ProjectGuid>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>LearnBridgeNet</RootNamespace>
  18. <AssemblyName>LearnBridgeNet</AssemblyName>
  19. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  20. <FileAlignment>512</FileAlignment>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="App.cs" />
  41. <Compile Include="Components\AceEditor.cs" />
  42. <Compile Include="Components\AceEditorMode.cs" />
  43. <Compile Include="Components\AceEditorTheme.cs" />
  44. <Compile Include="Components\CssUnit.cs" />
  45. <Compile Include="Components\NavigateBar.cs" />
  46. <Compile Include="Components\NavigateBarItem.cs" />
  47. <Compile Include="DebugSupport.cs" />
  48. <Compile Include="HtmlExtensionMethods.cs" />
  49. <Compile Include="LodashTypeDefine.cs" />
  50. <Compile Include="Views\Basic\AuthRequiredViewBase.cs" />
  51. <Compile Include="Views\EditorView.cs" />
  52. <Compile Include="Views\DemoView.cs" />
  53. <Compile Include="Views\HomeView.cs" />
  54. <Compile Include="Views\LogonView.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="Views\LogoffView.cs" />
  57. <Compile Include="XState.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <None Include="bridge.release.json" />
  61. <None Include="bridge.debug.json" />
  62. <None Include="bridge.json" />
  63. <None Include="compilerconfig.json" />
  64. <None Include="compilerconfig.json.defaults">
  65. <DependentUpon>compilerconfig.json</DependentUpon>
  66. </None>
  67. <None Include="packages.config" />
  68. <None Include="phr-build.bat">
  69. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  70. </None>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Reference Include="Bridge, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Bridge.Core.17.3.0\lib\net40\Bridge.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Bridge.Html5, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Bridge.Html5.17.3.0\lib\net40\Bridge.Html5.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Newtonsoft.Json, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Bridge.Newtonsoft.Json.1.10.0\lib\net40\Newtonsoft.Json.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Retyped.ace, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Retyped.ace.0.1.6733\lib\net40\Retyped.ace.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Retyped.Core, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Retyped.Core.1.6.6733\lib\net40\Retyped.Core.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Retyped.dom, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Retyped.dom.2.8.6733\lib\net40\Retyped.dom.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Retyped.es2015.collection, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Retyped.es2015.collection.2.8.6733\lib\net40\Retyped.es2015.collection.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Retyped.es5, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
  95. <HintPath>..\packages\Retyped.es5.2.8.6733\lib\net40\Retyped.es5.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Retyped.lodash, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Retyped.lodash.4.14.6733\lib\net40\Retyped.lodash.dll</HintPath>
  99. </Reference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\FrontendRouting\FrontendRouting.csproj">
  103. <Project>{f676cad0-4448-461d-ab4f-9c7047079455}</Project>
  104. <Name>FrontendRouting</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\Logging\Logging.csproj">
  107. <Project>{b4f24f38-1b60-4079-9cd9-1e23230f7b77}</Project>
  108. <Name>Logging</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\PseudoHotReload\PseudoHotReload.csproj">
  111. <Project>{9ee7c709-3075-4f07-a4db-bf912507b757}</Project>
  112. <Name>PseudoHotReload</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <Import Project="..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets')" />
  117. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  118. <PropertyGroup>
  119. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  120. </PropertyGroup>
  121. <Error Condition="!Exists('..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets'))" />
  122. </Target>
  123. </Project>