Ignore:
Timestamp:
May 29, 2020, 10:45:52 PM (4 years ago)
Author:
coas-nagasima
Message:

Visual Studio 2019 と Bridge.NET でビルドできるよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/webapp/webmrbc/webmrbc.csproj

    r273 r425  
    2323    <NuGetPackageImportStamp>
    2424    </NuGetPackageImportStamp>
     25    <Use64BitIISExpress />
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4344    <NoStdLib>true</NoStdLib>
    4445  </PropertyGroup>
    45   <ItemGroup>
    46     <Reference Include="Bridge, Version=15.7.0.0, Culture=neutral, processorArchitecture=MSIL">
    47       <HintPath>..\packages\Bridge.Core.15.7.0\lib\net40\Bridge.dll</HintPath>
    48       <Private>True</Private>
    49     </Reference>
    50     <Reference Include="Bridge.Bootstrap3, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
    51       <HintPath>..\packages\Bridge.Bootstrap.3.9.4\lib\net40\Bridge.Bootstrap3.dll</HintPath>
    52       <Private>True</Private>
    53     </Reference>
    54     <Reference Include="Bridge.Html5, Version=15.7.0.0, Culture=neutral, processorArchitecture=MSIL">
    55       <HintPath>..\packages\Bridge.Html5.15.7.0\lib\net40\Bridge.Html5.dll</HintPath>
    56       <Private>True</Private>
    57     </Reference>
    58     <Reference Include="Bridge.jQuery2, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
    59       <HintPath>..\packages\Bridge.jQuery.2.9.3\lib\net40\Bridge.jQuery2.dll</HintPath>
    60       <Private>True</Private>
    61     </Reference>
    62     <Reference Include="Bridge.WebGL, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
    63       <HintPath>..\packages\Bridge.WebGL.1.8.3\lib\net40\Bridge.WebGL.dll</HintPath>
    64       <Private>True</Private>
    65     </Reference>
    66   </ItemGroup>
    6746  <ItemGroup>
    6847    <Content Include="ace\ace.js" />
     
    8968    <Content Include="xterm\src\xterm.css" />
    9069    <Content Include="xterm\src\xterm.js" />
    91     <Content Include="packages.config" />
    9270    <Content Include="Bridge\bridge.json" />
    9371    <Content Include="bootstrap\fonts\glyphicons-halflings-regular.eot" />
     
    9775    <Content Include="echonet_objects.json" />
    9876    <Content Include="information.json" />
     77    <Content Include="bridge.json" />
     78    <None Include="packages.config" />
    9979    <None Include="Web.Debug.config">
    10080      <DependentUpon>Web.config</DependentUpon>
     
    171151    <Compile Include="XTerm.cs" />
    172152  </ItemGroup>
     153  <ItemGroup>
     154    <Reference Include="Bridge, Version=17.10.0.0, Culture=neutral, processorArchitecture=MSIL">
     155      <HintPath>..\packages\Bridge.Core.17.10.1\lib\net40\Bridge.dll</HintPath>
     156    </Reference>
     157    <Reference Include="Bridge.Bootstrap3, Version=3.24.0.0, Culture=neutral, processorArchitecture=MSIL">
     158      <HintPath>..\packages\Bridge.Bootstrap.3.24.0\lib\net40\Bridge.Bootstrap3.dll</HintPath>
     159    </Reference>
     160    <Reference Include="Bridge.Html5, Version=17.10.0.0, Culture=neutral, processorArchitecture=MSIL">
     161      <HintPath>..\packages\Bridge.Html5.17.10.0\lib\net40\Bridge.Html5.dll</HintPath>
     162    </Reference>
     163    <Reference Include="Bridge.jQuery2, Version=2.24.0.0, Culture=neutral, processorArchitecture=MSIL">
     164      <HintPath>..\packages\Bridge.jQuery.2.24.0\lib\net40\Bridge.jQuery2.dll</HintPath>
     165    </Reference>
     166    <Reference Include="Bridge.WebGL, Version=1.23.0.0, Culture=neutral, processorArchitecture=MSIL">
     167      <HintPath>..\packages\Bridge.WebGL.1.23.0\lib\net40\Bridge.WebGL.dll</HintPath>
     168    </Reference>
     169  </ItemGroup>
    173170  <PropertyGroup>
    174171    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
     
    196193    </VisualStudio>
    197194  </ProjectExtensions>
    198   <Import Project="..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets')" />
     195  <PropertyGroup>
     196    <PostBuildEvent>cd $(ProjectDir)
     197call copy.bat</PostBuildEvent>
     198  </PropertyGroup>
     199  <Import Project="..\packages\Bridge.Min.17.10.1\build\Bridge.Min.targets" Condition="Exists('..\packages\Bridge.Min.17.10.1\build\Bridge.Min.targets')" />
    199200  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
    200201    <PropertyGroup>
    201202      <ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
    202203    </PropertyGroup>
    203     <Error Condition="!Exists('..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Bridge.Min.15.7.0\build\Bridge.Min.targets'))" />
     204    <Error Condition="!Exists('..\packages\Bridge.Min.17.10.1\build\Bridge.Min.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Bridge.Min.17.10.1\build\Bridge.Min.targets'))" />
    204205  </Target>
    205   <PropertyGroup>
    206     <PostBuildEvent>cd $(ProjectDir)
    207 call copy.bat</PostBuildEvent>
    208   </PropertyGroup>
    209206  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    210207       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.