123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <NoStdLib>true</NoStdLib>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{115E8CEB-87DB-4781-B8A0-9A02C2853C9D}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LearnBridgeNet</RootNamespace>
- <AssemblyName>LearnBridgeNet</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="App.cs" />
- <Compile Include="Components\AceEditor.cs" />
- <Compile Include="Components\AceEditorMode.cs" />
- <Compile Include="Components\AceEditorTheme.cs" />
- <Compile Include="Components\CssUnit.cs" />
- <Compile Include="Components\NavigateBar.cs" />
- <Compile Include="Components\NavigateBarItem.cs" />
- <Compile Include="DebugSupport.cs" />
- <Compile Include="HtmlExtensionMethods.cs" />
- <Compile Include="LodashTypeDefine.cs" />
- <Compile Include="Views\Basic\AuthRequiredViewBase.cs" />
- <Compile Include="Views\EditorView.cs" />
- <Compile Include="Views\DemoView.cs" />
- <Compile Include="Views\HomeView.cs" />
- <Compile Include="Views\LogonView.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Views\LogoffView.cs" />
- <Compile Include="XState.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="bridge.release.json" />
- <None Include="bridge.debug.json" />
- <None Include="bridge.json" />
- <None Include="compilerconfig.json" />
- <None Include="compilerconfig.json.defaults">
- <DependentUpon>compilerconfig.json</DependentUpon>
- </None>
- <None Include="packages.config" />
- <None Include="phr-build.bat">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Bridge, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Bridge.Core.17.3.0\lib\net40\Bridge.dll</HintPath>
- </Reference>
- <Reference Include="Bridge.Html5, Version=17.3.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Bridge.Html5.17.3.0\lib\net40\Bridge.Html5.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Bridge.Newtonsoft.Json.1.10.0\lib\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.ace, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.ace.0.1.6733\lib\net40\Retyped.ace.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.Core, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.Core.1.6.6733\lib\net40\Retyped.Core.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.dom, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.dom.2.8.6733\lib\net40\Retyped.dom.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.es2015.collection, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.es2015.collection.2.8.6733\lib\net40\Retyped.es2015.collection.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.es5, Version=2.8.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.es5.2.8.6733\lib\net40\Retyped.es5.dll</HintPath>
- </Reference>
- <Reference Include="Retyped.lodash, Version=4.14.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Retyped.lodash.4.14.6733\lib\net40\Retyped.lodash.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FrontendRouting\FrontendRouting.csproj">
- <Project>{f676cad0-4448-461d-ab4f-9c7047079455}</Project>
- <Name>FrontendRouting</Name>
- </ProjectReference>
- <ProjectReference Include="..\Logging\Logging.csproj">
- <Project>{b4f24f38-1b60-4079-9cd9-1e23230f7b77}</Project>
- <Name>Logging</Name>
- </ProjectReference>
- <ProjectReference Include="..\PseudoHotReload\PseudoHotReload.csproj">
- <Project>{9ee7c709-3075-4f07-a4db-bf912507b757}</Project>
- <Name>PseudoHotReload</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.17.3.0\build\Bridge.Min.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <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'))" />
- </Target>
- </Project>
|