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- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{1F092A3D-E6A1-4215-9196-F94C3D1F7EC5}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >Gameloop.Vdf</RootNamespace >
11- <AssemblyName >Gameloop.Vdf</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
4+ <TargetFramework >netstandard1.0</TargetFramework >
5+ <Description >A high-performance framework for the Valve Data Format, also called KeyValues.</Description >
6+ <Copyright >Copyright © Shravan Rajinikanth 2016</Copyright >
7+ <Company >Gameloop</Company >
8+ <Authors >Shravan Rajinikanth</Authors >
9+ <Version >0.4.0</Version >
10+ <AssemblyVersion >0.4.0.0</AssemblyVersion >
11+ <FileVersion >0.4.0.0</FileVersion >
12+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13+ <Title >Vdf.NET</Title >
14+ <PackageId >Gameloop.Vdf</PackageId >
15+ <PackageLicenseUrl >https://raw.githubusercontent.com/shravan2x/Gameloop.Vdf/master/LICENSE</PackageLicenseUrl >
16+ <PackageTags >vdf keyvalue steam</PackageTags >
17+ <RepositoryUrl >https://github.com/shravan2x/Gameloop.Vdf</RepositoryUrl >
18+ <NeutralLanguage >en-US</NeutralLanguage >
19+ <PackageProjectUrl >https://github.com/shravan2x/Gameloop.Vdf</PackageProjectUrl >
20+ <RepositoryType >git</RepositoryType >
1521 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- <Prefer32Bit >false</Prefer32Bit >
22+
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
24+ <DefineConstants >NETSTANDARD1_0</DefineConstants >
25+ <Optimize >True</Optimize >
2526 </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- <DocumentationFile >bin\Release\Gameloop.Vdf.xml</DocumentationFile >
34- <NoWarn >1591</NoWarn >
35- <Prefer32Bit >false</Prefer32Bit >
27+
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
29+ <DocumentationFile >bin\Release\netstandard1.0\Gameloop.Vdf.xml</DocumentationFile >
30+ <DefineConstants >RELEASE;NETSTANDARD1_0</DefineConstants >
31+ <NoWarn >1591;1701;1702;1705</NoWarn >
3632 </PropertyGroup >
33+
3734 <ItemGroup >
38- <Reference Include =" System " />
39- <Reference Include =" System.Core " />
35+ <PackageReference Include =" Microsoft.CSharp " Version = " 4.3.0 " />
36+ <PackageReference Include =" System.ComponentModel.TypeConverter " Version = " 4.3.0 " />
4037 </ItemGroup >
41- <ItemGroup >
42- <Compile Include =" Properties\AssemblyInfo.cs" />
43- <Compile Include =" Utilities\CollectionUtils.cs" />
44- <Compile Include =" Utilities\DynamicProxy.cs" />
45- <Compile Include =" Utilities\DynamicProxyMetaObject.cs" />
46- <Compile Include =" Utilities\ReflectionUtils.cs" />
47- <Compile Include =" Utilities\TypeExtensions.cs" />
48- <Compile Include =" VContainer.cs" />
49- <Compile Include =" VdfConvert.cs" />
50- <Compile Include =" VdfReader.cs" />
51- <Compile Include =" VdfSerializer.cs" />
52- <Compile Include =" VdfSerializerSettings.cs" />
53- <Compile Include =" VdfStructure.cs" />
54- <Compile Include =" VdfTextReader.cs" />
55- <Compile Include =" VdfTextWriter.cs" />
56- <Compile Include =" VdfWriter.cs" />
57- <Compile Include =" VObject.cs" />
58- <Compile Include =" VProperty.cs" />
59- <Compile Include =" VPropertyDescriptor.cs" />
60- <Compile Include =" VToken.cs" />
61- <Compile Include =" VValue.cs" />
62- </ItemGroup >
63- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65- Other similar extension points exist, see Microsoft.Common.targets.
66- <Target Name="BeforeBuild">
67- </Target>
68- <Target Name="AfterBuild">
69- </Target>
70- -->
38+
7139</Project >
0 commit comments