1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{FF9E2637-8BD3-4F8D-B563-D105B10D5354}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Hjson</RootNamespace >
4+ <VersionPrefix >2.1.4</VersionPrefix >
5+ <TargetFramework >netstandard1.3</TargetFramework >
6+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
127 <AssemblyName >Hjson</AssemblyName >
13- <DefaultLanguage >en-US</DefaultLanguage >
14- <FileAlignment >512</FileAlignment >
15- <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16- <TargetFrameworkProfile >
17- </TargetFrameworkProfile >
18- <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
8+ <PackageId >Hjson</PackageId >
9+ <NetStandardImplicitPackageVersion >1.6.1</NetStandardImplicitPackageVersion >
10+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
11+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
12+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
13+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
14+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
15+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
1916 </PropertyGroup >
20- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21- <DebugSymbols >true</DebugSymbols >
22- <DebugType >full</DebugType >
23- <Optimize >false</Optimize >
24- <OutputPath >bin\Debug\</OutputPath >
25- <DefineConstants >DEBUG;TRACE</DefineConstants >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
36- <DocumentationFile >..\dist\Hjson.xml</DocumentationFile >
37- </PropertyGroup >
38- <ItemGroup >
39- <!-- A reference to the entire .NET Framework is automatically included -->
40- <None Include =" project.json" />
41- </ItemGroup >
17+
4218 <ItemGroup >
43- <Compile Include =" HjsonDsf.cs" />
44- <Compile Include =" HjsonOptions.cs" />
45- <Compile Include =" HjsonValue.cs" />
46- <Compile Include =" HjsonWsc.cs" />
47- <Compile Include =" IJsonReader.cs" />
48- <Compile Include =" JsonArray.cs" />
49- <Compile Include =" JsonObject.cs" />
50- <Compile Include =" JsonPrimitive.cs" />
51- <Compile Include =" HjsonReader.cs" />
52- <Compile Include =" BaseReader.cs" />
53- <Compile Include =" HjsonWriter.cs" />
54- <Compile Include =" JsonUtil.cs" />
55- <Compile Include =" JsonWriter.cs" />
56- <Compile Include =" JsonType.cs" />
57- <Compile Include =" JsonValue.cs" />
58- <Compile Include =" JsonReader.cs" />
59- <Compile Include =" Properties\AssemblyInfo.cs" />
19+ <PackageReference Include =" Microsoft.NETCore.Portable.Compatibility" Version =" 1.0.1" />
6020 </ItemGroup >
61- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
62- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
63- Other similar extension points exist, see Microsoft.Common.targets.
64- <Target Name="BeforeBuild">
65- </Target>
66- <Target Name="AfterBuild">
67- </Target>
68- -->
69- </Project >
21+
22+ </Project >
0 commit comments