-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlyweight Project.sln
More file actions
43 lines (43 loc) · 2.54 KB
/
Copy pathFlyweight Project.sln
File metadata and controls
43 lines (43 loc) · 2.54 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Execution", "Execution\Execution.csproj", "{A6083F12-9EED-4D8A-A27C-1EA9B36B378B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlyweightFactory", "FlyweightFactory\FlyweightFactory.csproj", "{7B63C21C-BCFA-4900-A0BB-46434D2C1FA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flyweights", "Flyweights\Flyweights.csproj", "{856AB954-8910-49BE-A341-3DBAF3B7F81C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameTest", "GameTest\GameTest.csproj", "{AD015DFE-DEB7-4731-A2A0-FA792F4AA1F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6083F12-9EED-4D8A-A27C-1EA9B36B378B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6083F12-9EED-4D8A-A27C-1EA9B36B378B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6083F12-9EED-4D8A-A27C-1EA9B36B378B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6083F12-9EED-4D8A-A27C-1EA9B36B378B}.Release|Any CPU.Build.0 = Release|Any CPU
{7B63C21C-BCFA-4900-A0BB-46434D2C1FA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B63C21C-BCFA-4900-A0BB-46434D2C1FA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B63C21C-BCFA-4900-A0BB-46434D2C1FA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B63C21C-BCFA-4900-A0BB-46434D2C1FA8}.Release|Any CPU.Build.0 = Release|Any CPU
{856AB954-8910-49BE-A341-3DBAF3B7F81C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{856AB954-8910-49BE-A341-3DBAF3B7F81C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{856AB954-8910-49BE-A341-3DBAF3B7F81C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{856AB954-8910-49BE-A341-3DBAF3B7F81C}.Release|Any CPU.Build.0 = Release|Any CPU
{AD015DFE-DEB7-4731-A2A0-FA792F4AA1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD015DFE-DEB7-4731-A2A0-FA792F4AA1F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD015DFE-DEB7-4731-A2A0-FA792F4AA1F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD015DFE-DEB7-4731-A2A0-FA792F4AA1F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26F144E2-0888-4DD9-9BE0-380F7CFF64C5}
EndGlobalSection
EndGlobal