-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathXstReader.sln
43 lines (43 loc) · 2.5 KB
/
XstReader.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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XstReader", "XstReader.csproj", "{BB8E0530-8EA6-4E02-9399-03A9AB13705F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XstReader.Base", "XstReader.Base\XstReader.Base.csproj", "{2C78D8BD-BB0C-41A0-8E55-23CA97D7FA68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XstExport", "XstExport\XstExport.csproj", "{C2753A62-A0BD-41AE-B029-59CE54BFC007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XstPortableExport", "XstPortableExport\XstPortableExport.csproj", "{7F44A6AA-0279-4CBC-8C15-414A591F39BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB8E0530-8EA6-4E02-9399-03A9AB13705F}.Release|Any CPU.Build.0 = Release|Any CPU
{2C78D8BD-BB0C-41A0-8E55-23CA97D7FA68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C78D8BD-BB0C-41A0-8E55-23CA97D7FA68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C78D8BD-BB0C-41A0-8E55-23CA97D7FA68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C78D8BD-BB0C-41A0-8E55-23CA97D7FA68}.Release|Any CPU.Build.0 = Release|Any CPU
{C2753A62-A0BD-41AE-B029-59CE54BFC007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2753A62-A0BD-41AE-B029-59CE54BFC007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2753A62-A0BD-41AE-B029-59CE54BFC007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2753A62-A0BD-41AE-B029-59CE54BFC007}.Release|Any CPU.Build.0 = Release|Any CPU
{7F44A6AA-0279-4CBC-8C15-414A591F39BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F44A6AA-0279-4CBC-8C15-414A591F39BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F44A6AA-0279-4CBC-8C15-414A591F39BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F44A6AA-0279-4CBC-8C15-414A591F39BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C361D6D2-A7F5-49EB-A23C-2A6A2CD54EC4}
EndGlobalSection
EndGlobal