Skip to content

Commit 61facf2

Browse files
committed
Fix project reference
1 parent fd8c96b commit 61facf2

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

IPBanProSDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<ProjectReference Include="..\..\IPBan\IPBanCore\IPBanCore.csproj" />
27+
<ProjectReference Include="..\IPBan\IPBanCore\IPBanCore.csproj" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

IPBanProSDK.sln

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30011.22
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPBanProSDK", "IPBanProSDK.csproj", "{840E8C88-8513-4E1F-B8E5-FF91AEE177A8}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPBanCore", "..\IPBan\IPBanCore\IPBanCore.csproj", "{03ACB194-3401-419F-9A47-3C5EAD42CDA1}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{840E8C88-8513-4E1F-B8E5-FF91AEE177A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{840E8C88-8513-4E1F-B8E5-FF91AEE177A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{840E8C88-8513-4E1F-B8E5-FF91AEE177A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{840E8C88-8513-4E1F-B8E5-FF91AEE177A8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{03ACB194-3401-419F-9A47-3C5EAD42CDA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{03ACB194-3401-419F-9A47-3C5EAD42CDA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{03ACB194-3401-419F-9A47-3C5EAD42CDA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{03ACB194-3401-419F-9A47-3C5EAD42CDA1}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {30B44741-395C-41CC-A3EF-591CAB668313}
30+
EndGlobalSection
31+
EndGlobal

0 commit comments

Comments
 (0)