1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4- <Import Project =" ..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
5- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
63 <PropertyGroup >
7- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9- <ProductVersion >
10- </ProductVersion >
11- <SchemaVersion >2.0</SchemaVersion >
12- <ProjectGuid >{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}</ProjectGuid >
13- <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
14- <OutputType >Library</OutputType >
15- <AppDesignerFolder >Properties</AppDesignerFolder >
16- <RootNamespace >WebApplication1</RootNamespace >
17- <AssemblyName >WebApplication1</AssemblyName >
18- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
19- <UseIISExpress >true</UseIISExpress >
20- <IISExpressSSLPort />
21- <IISExpressAnonymousAuthentication />
22- <IISExpressWindowsAuthentication />
23- <IISExpressUseClassicPipelineMode />
24- <UseGlobalApplicationHostFile />
25- <NuGetPackageImportStamp >
26- </NuGetPackageImportStamp >
27- <Use64BitIISExpress />
4+ <TargetFrameworks >netstandard2</TargetFrameworks >
285 </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
30- <DebugSymbols >true</DebugSymbols >
31- <DebugType >full</DebugType >
32- <Optimize >false</Optimize >
33- <OutputPath >bin\</OutputPath >
34- <DefineConstants >DEBUG;TRACE</DefineConstants >
35- <ErrorReport >prompt</ErrorReport >
36- <WarningLevel >4</WarningLevel >
37- </PropertyGroup >
38- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
39- <DebugType >pdbonly</DebugType >
40- <Optimize >true</Optimize >
41- <OutputPath >bin\</OutputPath >
42- <DefineConstants >TRACE</DefineConstants >
43- <ErrorReport >prompt</ErrorReport >
44- <WarningLevel >4</WarningLevel >
45- </PropertyGroup >
46- <ItemGroup >
47- <Reference Include =" BouncyCastle.Crypto, Version=1.8.3.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL" >
48- <HintPath >..\packages\Portable.BouncyCastle.1.8.3.37\lib\net40\BouncyCastle.Crypto.dll</HintPath >
49- </Reference >
50- <Reference Include =" Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL" >
51- <HintPath >..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath >
52- </Reference >
53- <Reference Include =" Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL" >
54- <HintPath >..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath >
55- </Reference >
56- <Reference Include =" Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL" >
57- <HintPath >..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath >
58- </Reference >
59- <Reference Include =" Ipfs.Core, Version=0.36.0.0, Culture=neutral, processorArchitecture=MSIL" >
60- <HintPath >..\packages\Ipfs.Core.0.36.0\lib\net45\Ipfs.Core.dll</HintPath >
61- </Reference >
62- <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63- <HintPath >..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
64- <Private >True</Private >
65- </Reference >
66- <Reference Include =" Microsoft.CSharp" />
67- <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
68- <HintPath >..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
69- </Reference >
70- <Reference Include =" SimpleBase, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL" >
71- <HintPath >..\packages\SimpleBase.1.3.1\lib\net45\SimpleBase.dll</HintPath >
72- </Reference >
73- <Reference Include =" System.Web.DynamicData" />
74- <Reference Include =" System.Web.Entity" />
75- <Reference Include =" System.Web.ApplicationServices" />
76- <Reference Include =" System.ComponentModel.DataAnnotations" />
77- <Reference Include =" System" />
78- <Reference Include =" System.Data" />
79- <Reference Include =" System.Core" />
80- <Reference Include =" System.Data.DataSetExtensions" />
81- <Reference Include =" System.Web.Extensions" />
82- <Reference Include =" System.Xml.Linq" />
83- <Reference Include =" System.Drawing" />
84- <Reference Include =" System.Web" />
85- <Reference Include =" System.Xml" />
86- <Reference Include =" System.Configuration" />
87- <Reference Include =" System.Web.Services" />
88- <Reference Include =" System.EnterpriseServices" />
89- </ItemGroup >
90- <ItemGroup >
91- <Content Include =" articles\toc.yml" />
92- <Content Include =" images\docs-latest-green.svg" />
93- <Content Include =" images\ipfs-logo.svg" />
94- <Content Include =" packages.config" />
95- <Content Include =" template\fonts\glyphicons-halflings-regular.svg" />
96- <Content Include =" template\styles\main.css" />
97- <Content Include =" toc.yml" />
98- <Content Include =" index.md" />
99- <Content Include =" docfx.json" />
100- <Content Include =" articles\intro.md" />
101- <Content Include =" template\partials\class.header.tmpl.partial" />
102- <Content Include =" template\partials\class.tmpl.partial" />
103- <Content Include =" template\partials\classSubtitle.tmpl.partial" />
104- <Content Include =" template\fonts\glyphicons-halflings-regular.eot" />
105- <Content Include =" template\fonts\glyphicons-halflings-regular.ttf" />
106- <Content Include =" template\fonts\glyphicons-halflings-regular.woff" />
107- <Content Include =" template\fonts\glyphicons-halflings-regular.woff2" />
108- <Content Include =" template\fonts\Lato-Regular.eot" />
109- <Content Include =" template\fonts\Lato-Regular.ttf" />
110- <Content Include =" template\fonts\Lato-Regular.woff" />
111- <Content Include =" template\fonts\Lato-Regular.woff2" />
112- <Content Include =" articles\async.md" />
113- <Content Include =" articles\envvars.md" />
114- <Content Include =" articles\client.md" />
115- <Content Include =" articles\daemon.md" />
116- <Content Include =" articles\filesystem.md" />
117- <None Include =" Web.Debug.config" >
118- <DependentUpon >Web.config</DependentUpon >
119- </None >
120- <None Include =" Web.Release.config" >
121- <DependentUpon >Web.config</DependentUpon >
122- </None >
123- </ItemGroup >
124- <ItemGroup >
125- <Content Include =" Web.config" />
126- </ItemGroup >
127- <ItemGroup >
128- <Compile Include =" Properties\AssemblyInfo.cs" />
129- </ItemGroup >
130- <ItemGroup >
131- <Folder Include =" apidoc\" />
132- <Folder Include =" api\" />
133- </ItemGroup >
134- <PropertyGroup >
135- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
136- <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
137- </PropertyGroup >
138- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
139- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
140- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
141- <ProjectExtensions >
142- <VisualStudio >
143- <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
144- <WebProjectProperties >
145- <UseIIS >True</UseIIS >
146- <AutoAssignPort >True</AutoAssignPort >
147- <DevelopmentServerPort >52138</DevelopmentServerPort >
148- <DevelopmentServerVPath >/</DevelopmentServerVPath >
149- <IISUrl >http://localhost:52138/</IISUrl >
150- <NTLMAuthentication >False</NTLMAuthentication >
151- <UseCustomServer >False</UseCustomServer >
152- <CustomServerUrl >
153- </CustomServerUrl >
154- <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
155- </WebProjectProperties >
156- </FlavorProperties >
157- </VisualStudio >
158- </ProjectExtensions >
159- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
160- <PropertyGroup >
161- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
162- </PropertyGroup >
163- <Error Condition =" !Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
164- <Error Condition =" !Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
165- <Error Condition =" !Exists('..\packages\docfx.console.2.9.3\build\docfx.console.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\docfx.console.2.9.3\build\docfx.console.targets'))" />
166- </Target >
167- <Import Project =" ..\packages\docfx.console.2.9.3\build\docfx.console.targets" Condition =" Exists('..\packages\docfx.console.2.9.3\build\docfx.console.targets')" />
168- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169- Other similar extension points exist, see Microsoft.Common.targets.
170- <Target Name="BeforeBuild">
171- </Target>
172- <Target Name="AfterBuild">
173- </Target>
174- -->
6+
1757</Project >
0 commit comments