FrontendRouting.csproj 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. </PropertyGroup>
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>{F676CAD0-4448-461D-AB4F-9C7047079455}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>FrontendRouting</RootNamespace>
  17. <AssemblyName>FrontendRouting</AssemblyName>
  18. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="DefaultPageNoFoundView.cs" />
  40. <Compile Include="FeRoutingManager.cs" />
  41. <Compile Include="FeRoutingView.cs" />
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. <Compile Include="FeRouteAttribute.cs" />
  44. <Compile Include="FeRoutingViewsFinder.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <None Include="bridge.debug.json" />
  48. <None Include="bridge.json" />
  49. <None Include="packages.config" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Reference Include="Bridge, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Bridge.Core.17.3.0\lib\net40\Bridge.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Bridge.Html5, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Bridge.Html5.17.3.0\lib\net40\Bridge.Html5.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Bridge.Newtonsoft.Json.1.10.0\lib\net40\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\Logging\Logging.csproj">
  64. <Project>{b4f24f38-1b60-4079-9cd9-1e23230f7b77}</Project>
  65. <Name>Logging</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  69. <Import Project="..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets')" />
  70. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  71. <PropertyGroup>
  72. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  73. </PropertyGroup>
  74. <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'))" />
  75. </Target>
  76. </Project>