Skip to content

Commit e7d62bf

Browse files
committed
Updated to PostSharp 5.0.33 and Visual Studio 2017.
1 parent bbd6d0a commit e7d62bf

File tree

4 files changed

+40
-37
lines changed

4 files changed

+40
-37
lines changed

PostSharp.LicenseServer.sln

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26730.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostSharp.LicenseServer", "src\PostSharp.LicenseServer\PostSharp.LicenseServer.csproj", "{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}"
7-
EndProject
86
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostSharp.LicenseServer.Test", "test\PostSharp.LicenseServer.Test\PostSharp.LicenseServer.Test.csproj", "{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}"
97
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostSharp.LicenseServer", "src\PostSharp.LicenseServer\PostSharp.LicenseServer.csproj", "{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}"
9+
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1212
Debug|Any CPU = Debug|Any CPU
@@ -20,21 +20,6 @@ Global
2020
Release|x86 = Release|x86
2121
EndGlobalSection
2222
GlobalSection(ProjectConfigurationPlatforms) = postSolution
23-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Any CPU.Build.0 = Debug|Any CPU
25-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
26-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
27-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|x86.ActiveCfg = Debug|Any CPU
28-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
29-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Any CPU.Build.0 = Documentation|Any CPU
30-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Mixed Platforms.ActiveCfg = Documentation|Any CPU
31-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Mixed Platforms.Build.0 = Documentation|Any CPU
32-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|x86.ActiveCfg = Documentation|Any CPU
33-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Any CPU.ActiveCfg = Release|Any CPU
34-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Any CPU.Build.0 = Release|Any CPU
35-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
36-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
37-
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|x86.ActiveCfg = Release|Any CPU
3823
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Debug|Any CPU.ActiveCfg = Debug|x86
3924
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
4025
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Debug|Mixed Platforms.Build.0 = Debug|x86
@@ -50,8 +35,29 @@ Global
5035
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Release|Mixed Platforms.Build.0 = Release|x86
5136
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Release|x86.ActiveCfg = Release|x86
5237
{6A706191-B0A4-4B9A-A597-7A1DAF32EA50}.Release|x86.Build.0 = Release|x86
38+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
41+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
42+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|x86.ActiveCfg = Debug|Any CPU
43+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Debug|x86.Build.0 = Debug|Any CPU
44+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
45+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Any CPU.Build.0 = Documentation|Any CPU
46+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Mixed Platforms.ActiveCfg = Documentation|Any CPU
47+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|Mixed Platforms.Build.0 = Documentation|Any CPU
48+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|x86.ActiveCfg = Documentation|Any CPU
49+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Documentation|x86.Build.0 = Documentation|Any CPU
50+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
53+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
54+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|x86.ActiveCfg = Release|Any CPU
55+
{3B511E09-1CFD-43EB-978F-70FA3DFEC83B}.Release|x86.Build.0 = Release|Any CPU
5356
EndGlobalSection
5457
GlobalSection(SolutionProperties) = preSolution
5558
HideSolutionNode = FALSE
5659
EndGlobalSection
60+
GlobalSection(ExtensibilityGlobals) = postSolution
61+
SolutionGuid = {A33D862C-49E9-4001-BD4B-268BD053EE77}
62+
EndGlobalSection
5763
EndGlobal

src/PostSharp.LicenseServer/PostSharp.LicenseServer.csproj

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.props')" />
3+
<Import Project="..\..\packages\PostSharp.5.0.33\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.33\build\PostSharp.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -73,17 +73,14 @@
7373
<SkipPostSharp>True</SkipPostSharp>
7474
</PropertyGroup>
7575
<ItemGroup>
76-
<Reference Include="PostSharp, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
77-
<HintPath>..\..\packages\PostSharp.Redist.5.0.32\lib\net45\PostSharp.dll</HintPath>
78-
<Private>True</Private>
76+
<Reference Include="PostSharp, Version=5.0.33.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
77+
<HintPath>..\..\packages\PostSharp.Redist.5.0.33\lib\net45\PostSharp.dll</HintPath>
7978
</Reference>
80-
<Reference Include="PostSharp.Compiler.Common, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
81-
<HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.32\lib\net45\PostSharp.Compiler.Common.dll</HintPath>
82-
<Private>True</Private>
79+
<Reference Include="PostSharp.Compiler.Common, Version=5.0.33.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
80+
<HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.33\lib\net45\PostSharp.Compiler.Common.dll</HintPath>
8381
</Reference>
84-
<Reference Include="PostSharp.Compiler.Settings, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
85-
<HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.32\lib\net45\PostSharp.Compiler.Settings.dll</HintPath>
86-
<Private>True</Private>
82+
<Reference Include="PostSharp.Compiler.Settings, Version=5.0.33.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
83+
<HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.33\lib\net45\PostSharp.Compiler.Settings.dll</HintPath>
8784
</Reference>
8885
<Reference Include="System" />
8986
<Reference Include="System.Data" />
@@ -281,11 +278,11 @@
281278
<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>
282279
</PropertyGroup>
283280
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets'))" />
284-
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.props'))" />
285-
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.targets'))" />
281+
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.33\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.33\build\PostSharp.props'))" />
282+
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.33\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.33\build\PostSharp.targets'))" />
286283
</Target>
287284
<Import Project="..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets')" />
288-
<Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" />
285+
<Import Project="..\..\packages\PostSharp.5.0.33\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.33\build\PostSharp.targets')" />
289286
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
290287
Other similar extension points exist, see Microsoft.Common.targets.
291288
<Target Name="BeforeBuild">

src/PostSharp.LicenseServer/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
137137
<dependentAssembly>
138138
<assemblyIdentity name="PostSharp" publicKeyToken="b13fd38b8f9c99d7" culture="neutral" />
139-
<bindingRedirect oldVersion="0.0.0.0-5.0.23.0" newVersion="5.0.23.0" />
139+
<bindingRedirect oldVersion="0.0.0.0-5.0.33.0" newVersion="5.0.33.0" />
140140
</dependentAssembly>
141141
</assemblyBinding>
142142
</runtime>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="MSBuildTasks" version="1.4.0.88" targetFramework="net45" />
4-
<package id="PostSharp" version="5.0.32" targetFramework="net45" developmentDependency="true" />
5-
<package id="PostSharp.Compiler.Common" version="5.0.32" targetFramework="net45" />
6-
<package id="PostSharp.Compiler.Settings" version="5.0.32" targetFramework="net45" />
7-
<package id="PostSharp.Redist" version="5.0.32" targetFramework="net45" />
4+
<package id="PostSharp" version="5.0.33" targetFramework="net45" developmentDependency="true" />
5+
<package id="PostSharp.Compiler.Common" version="5.0.33" targetFramework="net45" />
6+
<package id="PostSharp.Compiler.Settings" version="5.0.33" targetFramework="net45" />
7+
<package id="PostSharp.Redist" version="5.0.33" targetFramework="net45" />
88
</packages>

0 commit comments

Comments
 (0)