-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWSOFTConfig.sln
46 lines (46 loc) · 2.42 KB
/
WSOFTConfig.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WSOFTConfig", "WSOFTConfig\WSOFTConfig.csproj", "{99BACE25-C1C0-4469-AF1B-C112A6115CDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WSOFTConfig.UI", "WSOFTConfig.UI\WSOFTConfig.UI.csproj", "{D86B450D-0A9D-47E6-9914-FB45896633B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ソリューション項目", "ソリューション項目", "{F8BB8B79-B5A4-4C1D-B424-4E1251D008F1}"
ProjectSection(SolutionItems) = preProject
LICENCE.md = LICENCE.md
README-ja.md = README-ja.md
README.md = README.md
Screenshot.jpg = Screenshot.jpg
WSOFTConfig.svg = WSOFTConfig.svg
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WSOFTConfigEditor", "WSOFTConfigEditor\WSOFTConfigEditor.csproj", "{8BA6461B-93EE-41DB-BCF2-27B995AFDCC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99BACE25-C1C0-4469-AF1B-C112A6115CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99BACE25-C1C0-4469-AF1B-C112A6115CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99BACE25-C1C0-4469-AF1B-C112A6115CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99BACE25-C1C0-4469-AF1B-C112A6115CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{D86B450D-0A9D-47E6-9914-FB45896633B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D86B450D-0A9D-47E6-9914-FB45896633B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D86B450D-0A9D-47E6-9914-FB45896633B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D86B450D-0A9D-47E6-9914-FB45896633B3}.Release|Any CPU.Build.0 = Release|Any CPU
{8BA6461B-93EE-41DB-BCF2-27B995AFDCC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BA6461B-93EE-41DB-BCF2-27B995AFDCC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BA6461B-93EE-41DB-BCF2-27B995AFDCC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BA6461B-93EE-41DB-BCF2-27B995AFDCC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46A2C693-6FEA-4900-AF83-AFC53C2BD73A}
EndGlobalSection
EndGlobal