Skip to content

Commit a925cc1

Browse files
committed
Sync with current ReClass.NET project.
1 parent 02cd1bd commit a925cc1

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

HandleAbuserPlugin.sln

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.27004.2002
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HandleAbuserPlugin", "Plugin\HandleAbuserPlugin.csproj", "{CA79BA0B-0D80-476A-B793-FC7EF6DCEAD8}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET", "..\ReClass.NET\ReClass.NET.csproj", "{BFB8917D-E9B4-463F-A6E8-612C35728C78}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReClass.NET", "..\ReClass.NET\ReClass.NET\ReClass.NET.csproj", "{BFB8917D-E9B4-463F-A6E8-612C35728C78}"
99
EndProject
1010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PipeServer", "PipeServer\PipeServer.vcxproj", "{75CAA2A9-D512-40E0-8918-B7F87806805E}"
1111
EndProject
@@ -45,4 +45,7 @@ Global
4545
GlobalSection(SolutionProperties) = preSolution
4646
HideSolutionNode = FALSE
4747
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {531AB518-E675-4BC5-92E0-EA8CAACC76A5}
50+
EndGlobalSection
4851
EndGlobal

Plugin/HandleAbuserPlugin.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@
8080
<DependentUpon>Resources.resx</DependentUpon>
8181
</Compile>
8282
</ItemGroup>
83-
<ItemGroup>
84-
<ProjectReference Include="..\..\ReClass.NET\ReClass.NET.csproj">
85-
<Project>{BFB8917D-E9B4-463F-A6E8-612C35728C78}</Project>
86-
<Name>ReClass.NET</Name>
87-
</ProjectReference>
88-
</ItemGroup>
8983
<ItemGroup>
9084
<EmbeddedResource Include="Properties\Resources.resx">
9185
<Generator>ResXFileCodeGenerator</Generator>
@@ -96,6 +90,12 @@
9690
<ItemGroup>
9791
<None Include="Resources\logo.png" />
9892
</ItemGroup>
93+
<ItemGroup>
94+
<ProjectReference Include="..\..\ReClass.NET\ReClass.NET\ReClass.NET.csproj">
95+
<Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project>
96+
<Name>ReClass.NET</Name>
97+
</ProjectReference>
98+
</ItemGroup>
9999
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100100
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101101
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)