135 строки
7.9 KiB
XML
135 строки
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.props')" />
|
|
<PropertyGroup Label="Globals">
|
|
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.Default.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectTypeGuids>{11A8DD76-328B-46DF-9F39-F559912D0360};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectGuid>9d8a2d18-8036-4880-b46b-d5218247257d</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<FileAlignment>512</FileAlignment>
|
|
<RootNamespace>nanoFramework.WebServer</RootNamespace>
|
|
<AssemblyName>nanoFramework.WebServer</AssemblyName>
|
|
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
|
|
<DocumentationFile>bin\$(Configuration)\nanoFramework.WebServer.xml</DocumentationFile>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
<RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode>
|
|
<DefineConstants>FILESYSTEM;</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<DelaySign>false</DelaySign>
|
|
</PropertyGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="..\nanoFramework.WebServer\Authentication.cs">
|
|
<Link>Authentication.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\AuthenticationAttirbute.cs">
|
|
<Link>AuthenticationAttirbute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\AuthenticationType.cs">
|
|
<Link>AuthenticationType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\CallbackRoutes.cs">
|
|
<Link>CallbackRoutes.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\CaseSensitiveAttribute.cs">
|
|
<Link>CaseSensitiveAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\HttpProtocol.cs">
|
|
<Link>HttpProtocol.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\WebServerEventArgs.cs">
|
|
<Link>WebServerEventArgs.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\Header.cs">
|
|
<Link>Header.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\MethodAttribute.cs">
|
|
<Link>MethodAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\RouteAttribute.cs">
|
|
<Link>RouteAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\UrlParameter.cs">
|
|
<Link>UrlParameter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\WebServer.cs">
|
|
<Link>WebServer.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\WebServerStatus.cs">
|
|
<Link>WebServerStatus.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\nanoFramework.WebServer\WebServerStatusEventArgs.cs">
|
|
<Link>WebServerStatusEventArgs.cs</Link>
|
|
</Compile>
|
|
<None Include="..\key.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="nanoFramework.System.Collections, Version=1.5.45.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Collections.1.5.45\lib\nanoFramework.System.Collections.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="nanoFramework.System.Runtime, Version=1.0.27.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Runtime.1.0.27\lib\nanoFramework.System.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO">
|
|
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.23\lib\System.IO.FileSystem.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.FileSystem, Version=1.1.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.54\lib\System.IO.FileSystem.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net, Version=1.11.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Net.1.11.1\lib\System.Net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http, Version=1.5.150.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Net.Http.Server.1.5.150\lib\System.Net.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
|
|
<HintPath>..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.lock.json" />
|
|
</ItemGroup>
|
|
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
|
|
<ProjectExtensions>
|
|
<ProjectCapabilities>
|
|
<ProjectConfigurationsDeclaredAsItems />
|
|
</ProjectCapabilities>
|
|
</ProjectExtensions>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.props'))" />
|
|
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.targets'))" />
|
|
</Target>
|
|
<Import Project="..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.6.146\build\Nerdbank.GitVersioning.targets')" />
|
|
</Project> |