-
Notifications
You must be signed in to change notification settings - Fork 1
/
SteamAchievementUnlocker.sln
37 lines (37 loc) · 1.99 KB
/
SteamAchievementUnlocker.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamAchievementUnlocker", "SteamAchievementUnlocker\SteamAchievementUnlocker.csproj", "{A6EADEC0-F81B-4E11-93C0-4F0487BF72AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SteamAchievementUnlockerAgent", "SteamAchievementUnlockerAgent\SteamAchievementUnlockerAgent.csproj", "{2EA39DB2-2FAB-453A-AC36-11D47E83FFAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{39F2999F-CADC-4AB1-923B-37121FF9715B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6EADEC0-F81B-4E11-93C0-4F0487BF72AD}.Debug|x64.ActiveCfg = Debug|x64
{A6EADEC0-F81B-4E11-93C0-4F0487BF72AD}.Debug|x64.Build.0 = Debug|x64
{A6EADEC0-F81B-4E11-93C0-4F0487BF72AD}.Release|x64.ActiveCfg = Release|x64
{A6EADEC0-F81B-4E11-93C0-4F0487BF72AD}.Release|x64.Build.0 = Release|x64
{2EA39DB2-2FAB-453A-AC36-11D47E83FFAF}.Debug|x64.ActiveCfg = Debug|x64
{2EA39DB2-2FAB-453A-AC36-11D47E83FFAF}.Debug|x64.Build.0 = Debug|x64
{2EA39DB2-2FAB-453A-AC36-11D47E83FFAF}.Release|x64.ActiveCfg = Release|x64
{2EA39DB2-2FAB-453A-AC36-11D47E83FFAF}.Release|x64.Build.0 = Release|x64
{39F2999F-CADC-4AB1-923B-37121FF9715B}.Debug|x64.ActiveCfg = Debug|x64
{39F2999F-CADC-4AB1-923B-37121FF9715B}.Debug|x64.Build.0 = Debug|x64
{39F2999F-CADC-4AB1-923B-37121FF9715B}.Release|x64.ActiveCfg = Release|x64
{39F2999F-CADC-4AB1-923B-37121FF9715B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D3073BD-F504-40A7-8586-469FD93DF065}
EndGlobalSection
EndGlobal