-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAccountDownloader.sln
46 lines (46 loc) · 2.84 KB
/
AccountDownloader.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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountOperationUtilities.Generators", "AccountDownloader.Generators\AccountOperationUtilities.Generators.csproj", "{172677B2-0C40-4C10-B669-61DFB09178F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ResoniteAccountDownloader", "ResoniteAccountDownloader\ResoniteAccountDownloader.csproj", "{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccountOperationUtilities", "AccountOperationUtilities\AccountOperationUtilities.csproj", "{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseNative|Any CPU = ReleaseNative|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{172677B2-0C40-4C10-B669-61DFB09178F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{172677B2-0C40-4C10-B669-61DFB09178F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{172677B2-0C40-4C10-B669-61DFB09178F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{172677B2-0C40-4C10-B669-61DFB09178F4}.Release|Any CPU.Build.0 = Release|Any CPU
{172677B2-0C40-4C10-B669-61DFB09178F4}.ReleaseNative|Any CPU.ActiveCfg = ReleaseNative|Any CPU
{172677B2-0C40-4C10-B669-61DFB09178F4}.ReleaseNative|Any CPU.Build.0 = ReleaseNative|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.Release|Any CPU.Build.0 = Release|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.ReleaseNative|Any CPU.ActiveCfg = ReleaseNative|Any CPU
{1A1C9DAA-0F98-43BD-B38D-23CF16380C88}.ReleaseNative|Any CPU.Build.0 = ReleaseNative|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.ReleaseNative|Any CPU.ActiveCfg = Release|Any CPU
{4FA364CF-CF2A-43BC-8D44-FBB19FDB48B3}.ReleaseNative|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_TaskErrorCategory = Message
RESX_ShowErrorsInErrorList = True
SolutionGuid = {4C014776-AE96-49A1-BF44-4BBE21144407}
EndGlobalSection
EndGlobal