-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZXSpectrum.sln
More file actions
61 lines (61 loc) · 3.66 KB
/
Copy pathZXSpectrum.sln
File metadata and controls
61 lines (61 loc) · 3.66 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZXSpectrum", "ZXSpectrum\ZXSpectrum\ZXSpectrum.csproj", "{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZXSpectrumContent", "ZXSpectrum\ZXSpectrumContent\ZXSpectrumContent.contentproj", "{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject2", "TestProject2\TestProject2.csproj", "{6AF87CD1-C72D-4B9C-9496-923559D1783B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42A3B4F7-52FA-4B62-91C8-A7399EB62903}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
ZXSpectrum1.vsmdi = ZXSpectrum1.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ZXSpectrum1.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Debug|Any CPU.ActiveCfg = Debug|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Debug|Mixed Platforms.Build.0 = Debug|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Debug|x86.ActiveCfg = Debug|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Debug|x86.Build.0 = Debug|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Release|Any CPU.ActiveCfg = Release|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Release|Mixed Platforms.ActiveCfg = Release|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Release|Mixed Platforms.Build.0 = Release|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Release|x86.ActiveCfg = Release|x86
{CC9C1A33-E17C-4CBC-A525-5196FC25AB83}.Release|x86.Build.0 = Release|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Debug|Any CPU.ActiveCfg = Debug|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Debug|x86.ActiveCfg = Debug|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Release|Any CPU.ActiveCfg = Release|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C89F4FC8-6F58-4CC6-9F25-473AA594A8D7}.Release|x86.ActiveCfg = Release|x86
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Debug|x86.ActiveCfg = Debug|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Release|Any CPU.Build.0 = Release|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6AF87CD1-C72D-4B9C-9496-923559D1783B}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal