-
Notifications
You must be signed in to change notification settings - Fork 16
/
WorkshopTool.sln
57 lines (57 loc) · 3.36 KB
/
WorkshopTool.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
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SEWorkshopTool", "SEWorkshopTool\SEWorkshopTool.csproj", "{B45A96AB-94B8-46C2-813A-32FD0E1D8390}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "WorkshopToolCommon", "WorkshopToolCommon\WorkshopToolCommon.shproj", "{F854B41F-D141-467D-A009-74BB31E7A873}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MEWorkshopTool", "MEWorkshopTool\MEWorkshopTool.csproj", "{951AC7F6-8487-428E-8BFF-B26D689FD259}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{C8E85CFE-78CA-4450-A23D-55FAC0D16BD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5CC96C1-5376-475B-BE32-68C46111C94C}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Tools\LinkBinaries.ps1 = Tools\LinkBinaries.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Updater", "Updater\Updater.shproj", "{D50C7559-DF0E-477A-9AE7-0B5927530CAE}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Updater\Updater.projitems*{951ac7f6-8487-428e-8bff-b26d689fd259}*SharedItemsImports = 4
WorkshopToolCommon\WorkshopToolCommon.projitems*{951ac7f6-8487-428e-8bff-b26d689fd259}*SharedItemsImports = 4
Updater\Updater.projitems*{b45a96ab-94b8-46c2-813a-32fd0e1d8390}*SharedItemsImports = 4
WorkshopToolCommon\WorkshopToolCommon.projitems*{b45a96ab-94b8-46c2-813a-32fd0e1d8390}*SharedItemsImports = 4
Updater\Updater.projitems*{d50c7559-df0e-477a-9ae7-0b5927530cae}*SharedItemsImports = 13
WorkshopToolCommon\WorkshopToolCommon.projitems*{f854b41f-d141-467d-a009-74bb31e7a873}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B45A96AB-94B8-46C2-813A-32FD0E1D8390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B45A96AB-94B8-46C2-813A-32FD0E1D8390}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B45A96AB-94B8-46C2-813A-32FD0E1D8390}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B45A96AB-94B8-46C2-813A-32FD0E1D8390}.Release|Any CPU.Build.0 = Release|Any CPU
{951AC7F6-8487-428E-8BFF-B26D689FD259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{951AC7F6-8487-428E-8BFF-B26D689FD259}.Debug|Any CPU.Build.0 = Debug|Any CPU
{951AC7F6-8487-428E-8BFF-B26D689FD259}.Release|Any CPU.ActiveCfg = Release|Any CPU
{951AC7F6-8487-428E-8BFF-B26D689FD259}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E85CFE-78CA-4450-A23D-55FAC0D16BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E85CFE-78CA-4450-A23D-55FAC0D16BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E85CFE-78CA-4450-A23D-55FAC0D16BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E85CFE-78CA-4450-A23D-55FAC0D16BD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E9E16C0-916C-4768-8FE1-A39AB0A67AE5}
EndGlobalSection
EndGlobal