ln.skyspot/skyspot.csproj

214 lines
9.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{9BE712E3-2C78-4BDD-9CF8-7C1F8376D073}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>skyspot</RootNamespace>
<AssemblyName>skyspot</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="users\HotspotUser.cs" />
<Compile Include="users\RegistrationType.cs" />
<Compile Include="users\TrafficProfile.cs" />
<Compile Include="session\HotspotVolume.cs" />
<Compile Include="http\DHCP.cs" />
<Compile Include="http\SkySpotApplication.cs" />
<Compile Include="session\SessionManager.cs" />
<Compile Include="hotspot\HotspotNetwork.cs" />
<Compile Include="hotspot\HotspotSession.cs" />
<Compile Include="hotspot\HotspotManager.cs" />
<Compile Include="hotspot\locator\MACLocation.cs" />
<Compile Include="radius\RadiusSecretsStore.cs" />
<Compile Include="session\ClientSession.cs" />
<Compile Include="hotspot\HotspotUser.cs" />
<Compile Include="hotspot\ClientProfile.cs" />
<Compile Include="ip\IPPool.cs" />
<Compile Include="hotspot\HotspotNetworkRuntime.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ln.http\ln.http.csproj">
<Project>{CEEEEB41-3059-46A2-A871-2ADE22C013D9}</Project>
<Name>ln.http</Name>
</ProjectReference>
<ProjectReference Include="..\ln.http.resources\ln.http.resources.csproj">
<Project>{F9086FE4-8925-42FF-A59C-607341604293}</Project>
<Name>ln.http.resources</Name>
</ProjectReference>
<ProjectReference Include="..\ln.logging\ln.logging.csproj">
<Project>{D471A566-9FB6-41B2-A777-3C32874ECD0E}</Project>
<Name>ln.logging</Name>
</ProjectReference>
<ProjectReference Include="..\ln.radius\ln.radius.csproj">
<Project>{100C21CD-1E24-499E-88FF-C17431FC9D2A}</Project>
<Name>ln.radius</Name>
</ProjectReference>
<ProjectReference Include="..\ln.types\ln.types.csproj">
<Project>{8D9AB9A5-E513-4BA7-A450-534F6456BF28}</Project>
<Name>ln.types</Name>
</ProjectReference>
<ProjectReference Include="..\ln.dhcp\ln.dhcp.csproj">
<Project>{13869452-1A9D-4652-9B51-F9D1A9F7919F}</Project>
<Name>ln.dhcp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="session\" />
<Folder Include="users\" />
<Folder Include="http\" />
<Folder Include="www\" />
<Folder Include="www\dhcp\" />
<Folder Include="www\css\" />
<Folder Include="www\dist\" />
<Folder Include="www\system\" />
<Folder Include="www\js\" />
<Folder Include="hotspot\" />
<Folder Include="hotspot\locator\" />
<Folder Include="radius\" />
<Folder Include="doc\" />
<Folder Include="ip\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="www\css\Chart.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\datatables.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_444444_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_555555_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_6495ED_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_777620_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_777777_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_cc0000_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\images\ui-icons_ffffff_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\jquery-ui.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\select.jqueryui.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\style.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\Chart.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\datatables.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\dataTables.select.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\jquery.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\jquery-ui.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\moment-with-locales.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\percentageBars.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dist\select.jqueryui.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\frame.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\topnav.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dhcp\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\system\log.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\system\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dhcp\serverInterfaces.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dhcp\DHCPLeases.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dhcp\IPPools.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\dhcp\IPPool.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\css\bootstrap-reboot.min.css" />
<None Include="www\js\popper.min.js" />
<None Include="www\js\bootstrap.bundle.min.js" />
<None Include="www\js\sky.dhcp.js" />
<None Include="www\js\sky.base.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\js\chosen.jquery.min.js" />
<None Include="www\css\chosen.min.css" />
<None Include="www\js\jquery.input-ip-address-control-1.0.min.js" />
<None Include="www\js\sky.form.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="www\js\sky.controls.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="doc\radius.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>