This repository was archived by the owner on Sep 13, 2024. It is now read-only.
forked from Sniper677/ASF_ItemDropper
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathASFItemDropper.sln
40 lines (40 loc) · 1.98 KB
/
ASFItemDropper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ASFItemDropper", "ASFItemDropper\ASFItemDropper.csproj", "{D0352FDB-487E-488A-9B07-2D4F19425A39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchiSteamFarm", "ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj", "{930573F9-3DA0-41E8-8E4E-C0476BA8F99C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{C7B0D013-87A1-4295-93B7-821B18927381}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0352FDB-487E-488A-9B07-2D4F19425A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0352FDB-487E-488A-9B07-2D4F19425A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0352FDB-487E-488A-9B07-2D4F19425A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0352FDB-487E-488A-9B07-2D4F19425A39}.Release|Any CPU.Build.0 = Release|Any CPU
{930573F9-3DA0-41E8-8E4E-C0476BA8F99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{930573F9-3DA0-41E8-8E4E-C0476BA8F99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{930573F9-3DA0-41E8-8E4E-C0476BA8F99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{930573F9-3DA0-41E8-8E4E-C0476BA8F99C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70D1C70D-BB39-4CB7-A050-F26B57CE3721}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.3.1
EndGlobalSection
EndGlobal