Skip to content

Commit 9c4e7d3

Browse files
committed
.net standard support
1 parent aaff6b2 commit 9c4e7d3

File tree

7 files changed

+97
-276
lines changed

7 files changed

+97
-276
lines changed

Advanced.Algorithms.Tests/Advanced.Algorithms.Tests.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
37+
<PropertyGroup>
38+
<SignAssembly>true</SignAssembly>
39+
</PropertyGroup>
40+
<PropertyGroup>
41+
<AssemblyOriginatorKeyFile>StrongNameKey.snk</AssemblyOriginatorKeyFile>
42+
</PropertyGroup>
3743
<ItemGroup>
3844
<Reference Include="System" />
3945
</ItemGroup>
@@ -255,7 +261,9 @@
255261
<Name>Advanced.Algorithms</Name>
256262
</ProjectReference>
257263
</ItemGroup>
258-
<ItemGroup />
264+
<ItemGroup>
265+
<None Include="StrongNameKey.snk" />
266+
</ItemGroup>
259267
<Choose>
260268
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
261269
<ItemGroup>
596 Bytes
Binary file not shown.

Advanced.Algorithms.sln

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26730.16
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38D8EAA1-EADF-4331-B0F8-2F94E0069334}"
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6FD3B84B-9283-4E9C-8C43-A234E9AA3EAA}"
77
ProjectSection(SolutionItems) = preProject
8+
.nuget\NuGet.Config = .nuget\NuGet.Config
9+
.nuget\NuGet.exe = .nuget\NuGet.exe
10+
.nuget\NuGet.targets = .nuget\NuGet.targets
11+
EndProjectSection
12+
EndProject
13+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{38EA62D0-D2CB-465D-AF4F-407C5B4D4A1E}"
14+
ProjectSection(SolutionItems) = preProject
15+
LICENSE = LICENSE
816
README.md = README.md
917
EndProjectSection
1018
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advanced.Algorithms", "Advanced.Algorithms\Advanced.Algorithms.csproj", "{0BCBF659-72A2-4F4C-A481-B40D78490C2F}"
19+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{AC9AE37A-3059-4FDB-9A5C-363AD86F2EEF}"
20+
ProjectSection(SolutionItems) = preProject
21+
.build\Bootstrap.ps1 = .build\Bootstrap.ps1
22+
.build\Common.psm1 = .build\Common.psm1
23+
.build\default.ps1 = .build\default.ps1
24+
EndProjectSection
25+
EndProject
26+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Advanced.Algorithms", "Advanced.Algorithms\Advanced.Algorithms.csproj", "{32E22D53-CECD-4E2D-ADAD-85DD79A8549F}"
1227
EndProject
1328
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advanced.Algorithms.Tests", "Advanced.Algorithms.Tests\Advanced.Algorithms.Tests.csproj", "{556705BD-1E64-426D-A9CA-08390156FB85}"
1429
EndProject
@@ -18,10 +33,10 @@ Global
1833
Release|Any CPU = Release|Any CPU
1934
EndGlobalSection
2035
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{0BCBF659-72A2-4F4C-A481-B40D78490C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{0BCBF659-72A2-4F4C-A481-B40D78490C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{0BCBF659-72A2-4F4C-A481-B40D78490C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{0BCBF659-72A2-4F4C-A481-B40D78490C2F}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{32E22D53-CECD-4E2D-ADAD-85DD79A8549F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{32E22D53-CECD-4E2D-ADAD-85DD79A8549F}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{32E22D53-CECD-4E2D-ADAD-85DD79A8549F}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{32E22D53-CECD-4E2D-ADAD-85DD79A8549F}.Release|Any CPU.Build.0 = Release|Any CPU
2540
{556705BD-1E64-426D-A9CA-08390156FB85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2641
{556705BD-1E64-426D-A9CA-08390156FB85}.Debug|Any CPU.Build.0 = Debug|Any CPU
2742
{556705BD-1E64-426D-A9CA-08390156FB85}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -30,4 +45,8 @@ Global
3045
GlobalSection(SolutionProperties) = preSolution
3146
HideSolutionNode = FALSE
3247
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
EnterpriseLibraryConfigurationToolBinariesPath = .1.505.2\lib\NET35
50+
SolutionGuid = {625C1EB5-44CF-47DE-A85A-B4C8C40ED90A}
51+
EndGlobalSection
3352
EndGlobal

0 commit comments

Comments
 (0)