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" >
4
2
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{653FF172-0DC5-4D81-91AE-3CE09D8CF7C1}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Synergy.Contracts</RootNamespace >
3
+ <TargetFramework >netstandard1.0</TargetFramework >
11
4
<AssemblyName >Synergy.Contracts</AssemblyName >
12
- <TargetFrameworkVersion >v4.5.2</ TargetFrameworkVersion >
13
- <FileAlignment >512</ FileAlignment >
5
+ <RootNamespace >Synergy.Contracts</ RootNamespace >
6
+ <GenerateAssemblyInfo >false</ GenerateAssemblyInfo >
14
7
</PropertyGroup >
15
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
9
<DebugSymbols >true</DebugSymbols >
35
28
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
36
29
</PropertyGroup >
37
30
<ItemGroup >
38
- <Reference Include =" JetBrains.Annotations, Version=10.2.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL" >
39
- <HintPath >..\packages\JetBrains.Annotations.10.2.1\lib\net\JetBrains.Annotations.dll</HintPath >
40
- <Private >True</Private >
41
- </Reference >
42
- <Reference Include =" System" />
43
- <Reference Include =" System.Core" />
44
- </ItemGroup >
45
- <ItemGroup >
46
- <Compile Include =" ..\SynergyAssemblyInfo.cs" >
47
- <Link >Properties\SynergyAssemblyInfo.cs</Link >
48
- </Compile >
49
- <Compile Include =" Extensions\StringFormatExtensions.cs" />
50
- <Compile Include =" Failures\DesignByContractViolationException.cs" />
51
- <Compile Include =" Failures\Fail.cs" />
52
- <Compile Include =" Failures\FailEnum.cs" />
53
- <Compile Include =" Failures\FailString.cs" />
54
- <Compile Include =" Failures\FailBoolean.cs" />
55
- <Compile Include =" Failures\FailCastable.cs" />
56
- <Compile Include =" Failures\FailCollection.cs" />
57
- <Compile Include =" Failures\FailDateTime.cs" />
58
- <Compile Include =" Failures\FailEquality.cs" />
59
- <Compile Include =" Failures\FailGuid.cs" />
60
- <Compile Include =" Failures\FailNullability.cs" />
61
- <Compile Include =" Pooling\Pool.cs" />
62
- <Compile Include =" Properties\AssemblyInfo.cs" />
63
- </ItemGroup >
64
- <ItemGroup >
65
- <None Include =" packages.config" />
66
- <None Include =" Synergy.Contracts.nuspec" />
31
+ <PackageReference Include =" Microsoft.NETCore.Portable.Compatibility" Version =" 1.0.1" />
32
+ <PackageReference Include =" JetBrains.Annotations" Version =" 10.2.1" />
67
33
</ItemGroup >
68
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70
- Other similar extension points exist, see Microsoft.Common.targets.
71
- <Target Name="BeforeBuild">
72
- </Target>
73
- <Target Name="AfterBuild">
74
- </Target>
75
- -->
76
34
</Project >
0 commit comments