-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMALParser.sln
More file actions
34 lines (34 loc) · 1.9 KB
/
MALParser.sln
File metadata and controls
34 lines (34 loc) · 1.9 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MALParser", "MALParser\MALParser.csproj", "{FA40712E-9FF2-4BE3-AB86-E8364B96DC93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestMALParser", "..\TestMALParser\TestMALParser.csproj", "{C84FCA70-6822-4D65-BC5D-4F3E64C787A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTesting", "UnitTesting\UnitTesting.csproj", "{D4F5D401-43BA-4B52-AD31-15240A0D3F19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA40712E-9FF2-4BE3-AB86-E8364B96DC93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA40712E-9FF2-4BE3-AB86-E8364B96DC93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA40712E-9FF2-4BE3-AB86-E8364B96DC93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA40712E-9FF2-4BE3-AB86-E8364B96DC93}.Release|Any CPU.Build.0 = Release|Any CPU
{C84FCA70-6822-4D65-BC5D-4F3E64C787A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C84FCA70-6822-4D65-BC5D-4F3E64C787A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C84FCA70-6822-4D65-BC5D-4F3E64C787A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C84FCA70-6822-4D65-BC5D-4F3E64C787A6}.Release|Any CPU.Build.0 = Release|Any CPU
{D4F5D401-43BA-4B52-AD31-15240A0D3F19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4F5D401-43BA-4B52-AD31-15240A0D3F19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4F5D401-43BA-4B52-AD31-15240A0D3F19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4F5D401-43BA-4B52-AD31-15240A0D3F19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal