-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVisualPinball.Engine.PinMAME.sln
More file actions
37 lines (37 loc) · 1.95 KB
/
VisualPinball.Engine.PinMAME.sln
File metadata and controls
37 lines (37 loc) · 1.95 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
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{01E8D158-30BE-440B-A346-5CB693A550DE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{D729F172-9D27-4E6B-A539-268DA9C6E46F}") = "VisualPinball.Engine.PinMAME", "VisualPinball.Engine.PinMAME\VisualPinball.Engine.PinMAME.csproj", "{955FDB0C-B402-4884-B93A-99E15FC7386B}"
EndProject
#Project("{D729F172-9D27-4E6B-A539-268DA9C6E46F}") = "VisualPinball.Engine.PinMAME.Test", "VisualPinball.Engine.PinMAME.Test\VisualPinball.Engine.PinMAME.Test.csproj", "{B97B9FE2-DACD-4094-8AB7-2659025FA06C}"
#EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{955FDB0C-B402-4884-B93A-99E15FC7386B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{955FDB0C-B402-4884-B93A-99E15FC7386B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{955FDB0C-B402-4884-B93A-99E15FC7386B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{955FDB0C-B402-4884-B93A-99E15FC7386B}.Release|Any CPU.Build.0 = Release|Any CPU
{B97B9FE2-DACD-4094-8AB7-2659025FA06C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97B9FE2-DACD-4094-8AB7-2659025FA06C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97B9FE2-DACD-4094-8AB7-2659025FA06C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97B9FE2-DACD-4094-8AB7-2659025FA06C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D94AACC8-B22E-4F21-87E3-C63CA7E9B51E}
EndGlobalSection
EndGlobal