-
Notifications
You must be signed in to change notification settings - Fork 241
/
InternalMonologue.sln
38 lines (38 loc) · 2.2 KB
/
InternalMonologue.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InternalMonologueExe", "InternalMonologueExe\InternalMonologueExe.csproj", "{0C0333DB-8F00-4B68-B1DB-18A9CACC1486}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "InternalMonologue", "InternalMonologue\InternalMonologue.shproj", "{1E4CF34F-887B-4D47-8EC8-AD1EC6FEDA88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InternalMonologueDll", "InternalMonologueDll\InternalMonologueDll.csproj", "{84701ACE-C584-4886-A3CF-76C57F6E801A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
InternalMonologue\InternalMonologue.projitems*{0c0333db-8f00-4b68-b1db-18a9cacc1486}*SharedItemsImports = 4
InternalMonologue\InternalMonologue.projitems*{1e4cf34f-887b-4d47-8ec8-ad1ec6feda88}*SharedItemsImports = 13
InternalMonologue\InternalMonologue.projitems*{84701ace-c584-4886-a3cf-76c57f6e801a}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C0333DB-8F00-4B68-B1DB-18A9CACC1486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C0333DB-8F00-4B68-B1DB-18A9CACC1486}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C0333DB-8F00-4B68-B1DB-18A9CACC1486}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C0333DB-8F00-4B68-B1DB-18A9CACC1486}.Release|Any CPU.Build.0 = Release|Any CPU
{84701ACE-C584-4886-A3CF-76C57F6E801A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84701ACE-C584-4886-A3CF-76C57F6E801A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84701ACE-C584-4886-A3CF-76C57F6E801A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84701ACE-C584-4886-A3CF-76C57F6E801A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54B2C995-B775-4961-BAF0-D2BD4CF07B91}
EndGlobalSection
EndGlobal