-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTuchin.sln
More file actions
37 lines (37 loc) · 2 KB
/
Tuchin.sln
File metadata and controls
37 lines (37 loc) · 2 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 17
VisualStudioVersion = 17.14.36518.9 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TuchinC", "TuchinC\TuchinC.csproj", "{E731ECFD-763E-440F-B6C0-70271DF39DB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TuchinCLI", "TuchinCLI\TuchinCLI.csproj", "{47BBE5BF-279D-495D-B9F4-F471B3386B17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Heart", "Heart\Heart.csproj", "{C31C3C4C-4513-4637-94A1-FA9BC447B702}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E731ECFD-763E-440F-B6C0-70271DF39DB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E731ECFD-763E-440F-B6C0-70271DF39DB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E731ECFD-763E-440F-B6C0-70271DF39DB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E731ECFD-763E-440F-B6C0-70271DF39DB7}.Release|Any CPU.Build.0 = Release|Any CPU
{47BBE5BF-279D-495D-B9F4-F471B3386B17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47BBE5BF-279D-495D-B9F4-F471B3386B17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47BBE5BF-279D-495D-B9F4-F471B3386B17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47BBE5BF-279D-495D-B9F4-F471B3386B17}.Release|Any CPU.Build.0 = Release|Any CPU
{C31C3C4C-4513-4637-94A1-FA9BC447B702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C31C3C4C-4513-4637-94A1-FA9BC447B702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C31C3C4C-4513-4637-94A1-FA9BC447B702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C31C3C4C-4513-4637-94A1-FA9BC447B702}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DE22E7C-4F56-408C-B6D3-DFB7E1F4EA4A}
EndGlobalSection
EndGlobal