-
Notifications
You must be signed in to change notification settings - Fork 1
/
tymake.sln
37 lines (37 loc) · 2 KB
/
tymake.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tymake", "tymake\tymake.csproj", "{B42873B2-F90C-4E19-A22E-508175B60573}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tymake_lib", "tymake_lib\tymake_lib.csproj", "{9CBEE575-3A3C-4E94-B2AF-A09FAEE968B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "typroject", "typroject\typroject.csproj", "{61DBA560-B9B0-4EFC-BCF1-391B2213D427}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B42873B2-F90C-4E19-A22E-508175B60573}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B42873B2-F90C-4E19-A22E-508175B60573}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B42873B2-F90C-4E19-A22E-508175B60573}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B42873B2-F90C-4E19-A22E-508175B60573}.Release|Any CPU.Build.0 = Release|Any CPU
{9CBEE575-3A3C-4E94-B2AF-A09FAEE968B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CBEE575-3A3C-4E94-B2AF-A09FAEE968B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CBEE575-3A3C-4E94-B2AF-A09FAEE968B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CBEE575-3A3C-4E94-B2AF-A09FAEE968B8}.Release|Any CPU.Build.0 = Release|Any CPU
{61DBA560-B9B0-4EFC-BCF1-391B2213D427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DBA560-B9B0-4EFC-BCF1-391B2213D427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DBA560-B9B0-4EFC-BCF1-391B2213D427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DBA560-B9B0-4EFC-BCF1-391B2213D427}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5CBDF0E-176E-4880-A76E-F36AAC19F02F}
EndGlobalSection
EndGlobal