Ignore:
Timestamp:
Jul 23, 2015, 3:21:02 PM (9 years ago)
Author:
coas-nagasima
Message:

ECHONET Lite規格に準拠していない動作を修正。
WebSocketの接続先URLを/webapi.ashxから/webapiに変更。
DHCPのリトライ処理が行われていなかったのを修正。
DHCPの有効/無効設定を追加し、固定IPアドレスを設定できるよう変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/EcnlCtrlUI.csproj

    r101 r125  
    2020    <IISExpressWindowsAuthentication />
    2121    <IISExpressUseClassicPipelineMode />
     22    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
     23    <RestorePackages>true</RestorePackages>
    2224  </PropertyGroup>
    2325  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3941  </PropertyGroup>
    4042  <ItemGroup>
     43    <Reference Include="Intelligencia.UrlRewriter">
     44      <HintPath>..\packages\Intelligencia.UrlRewriter.2.0.0.9\lib\net40\Intelligencia.UrlRewriter.dll</HintPath>
     45    </Reference>
    4146    <Reference Include="Microsoft.CSharp" />
    4247    <Reference Include="System.Runtime.Serialization" />
     
    6166    <Content Include="css\ecn_gen.css" />
    6267    <Content Include="imgs\core-s.svg" />
    63     <Content Include="imgs\logo.gif" />
     68    <Content Include="imgs\logo.png" />
    6469    <Content Include="js\ctrlui.js" />
    6570    <Content Include="js\ctrlui.min.js" />
     
    529534    </VisualStudio>
    530535  </ProjectExtensions>
     536  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
    531537  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    532538       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.