-
Notifications
You must be signed in to change notification settings - Fork 17
/
ExodusDocumentation.sln
26 lines (26 loc) · 1.2 KB
/
ExodusDocumentation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildDocs", "_Documentation\BuildDocs.csproj", "{89CD5A4A-357E-44EB-BBEF-B629F0839EEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompileCHM", "_Documentation\CompileCHM.csproj", "{241703DF-B6B1-48C8-984C-588245E5E33A}"
ProjectSection(ProjectDependencies) = postProject
{89CD5A4A-357E-44EB-BBEF-B629F0839EEC} = {89CD5A4A-357E-44EB-BBEF-B629F0839EEC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89CD5A4A-357E-44EB-BBEF-B629F0839EEC}.Debug|x86.ActiveCfg = Debug|x86
{89CD5A4A-357E-44EB-BBEF-B629F0839EEC}.Debug|x86.Build.0 = Debug|x86
{241703DF-B6B1-48C8-984C-588245E5E33A}.Debug|x86.ActiveCfg = Debug|x86
{241703DF-B6B1-48C8-984C-588245E5E33A}.Debug|x86.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal