This repository was archived by the owner on Aug 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathModComponent.sln
More file actions
32 lines (32 loc) · 1.36 KB
/
ModComponent.sln
File metadata and controls
32 lines (32 loc) · 1.36 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModComponent", "ModComponent\ModComponent.csproj", "{B809C688-2A3F-4573-821F-FB90EA433DAD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8050C64C-E317-4EE5-A693-DF9A8284B867}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B809C688-2A3F-4573-821F-FB90EA433DAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80809B13-DF2D-43FC-80AD-1202500C4F98}
EndGlobalSection
EndGlobal