-
Notifications
You must be signed in to change notification settings - Fork 7
/
AMFParser.sln
36 lines (36 loc) · 1.85 KB
/
AMFParser.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AMFParser", "AMFParser\AMFParser.csproj", "{E5F7D503-60EE-4809-9132-D92B3ADFCD10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAMFDataParser", "TestAMFDataParser\TestAMFDataParser.csproj", "{C81EC965-1E7D-442B-A427-542747234AD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7547235-A634-41CB-90AE-E4A2EDD2A613}"
ProjectSection(SolutionItems) = preProject
AMFParser.vsmdi = AMFParser.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AMFParser.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5F7D503-60EE-4809-9132-D92B3ADFCD10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5F7D503-60EE-4809-9132-D92B3ADFCD10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5F7D503-60EE-4809-9132-D92B3ADFCD10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5F7D503-60EE-4809-9132-D92B3ADFCD10}.Release|Any CPU.Build.0 = Release|Any CPU
{C81EC965-1E7D-442B-A427-542747234AD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C81EC965-1E7D-442B-A427-542747234AD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C81EC965-1E7D-442B-A427-542747234AD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C81EC965-1E7D-442B-A427-542747234AD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal