-
Notifications
You must be signed in to change notification settings - Fork 4
/
ShowReportsInGame.sln
31 lines (31 loc) · 1.66 KB
/
ShowReportsInGame.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowReportsInGameExiled", "ShowReportsInGameExiled\ShowReportsInGameExiled.csproj", "{A72AFBCB-7858-433A-BF85-8CC73C572612}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowReportsInGameNwAPI", "ShowReportsInGameNwAPI\ShowReportsInGameNwAPI.csproj", "{BF1BB9DF-94C8-4CEB-A1C5-D431CC094167}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A72AFBCB-7858-433A-BF85-8CC73C572612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A72AFBCB-7858-433A-BF85-8CC73C572612}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A72AFBCB-7858-433A-BF85-8CC73C572612}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A72AFBCB-7858-433A-BF85-8CC73C572612}.Release|Any CPU.Build.0 = Release|Any CPU
{BF1BB9DF-94C8-4CEB-A1C5-D431CC094167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF1BB9DF-94C8-4CEB-A1C5-D431CC094167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF1BB9DF-94C8-4CEB-A1C5-D431CC094167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF1BB9DF-94C8-4CEB-A1C5-D431CC094167}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED867C5B-B54D-4C06-9069-4FB1FFBCD2BB}
EndGlobalSection
EndGlobal