blob: d96d017b9f4e1c7c707f3bdce52b02948e7fc15b (
plain) (
blame)
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
|
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "windows 95", "windows 95\windows 95.vbproj", "{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{43814C49-A001-4FA7-819C-FE07C0AE84DE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E99EDA-35D4-4BB0-80E9-A0CCFE0D76FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|