File tree 2 files changed +80
-0
lines changed
2 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Microsoft Visual Studio Solution File, Format Version 12.00
3
+ # Visual Studio 14
4
+ VisualStudioVersion = 14.0.25123.0
5
+ MinimumVisualStudioVersion = 10.0.40219.1
6
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "CodeJam.Main" , "Main\src\CodeJam.Main.csproj" , "{2F2046CC-FB47-4318-B335-5A82B04B6C40}"
7
+ EndProject
8
+ Project ("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}" ) = "CodeJamDoc" , "CodeJamDoc.shfbproj" , "{383368D3-567C-4BF6-96D4-7A292DA5D486}"
9
+ EndProject
10
+ Global
11
+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
12
+ Debug| Any CPU = Debug| Any CPU
13
+ Release| Any CPU = Release| Any CPU
14
+ EndGlobalSection
15
+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
16
+ {2F2046CC-FB47-4318-B335-5A82B04B6C40} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
17
+ {2F2046CC-FB47-4318-B335-5A82B04B6C40} .Debug| Any CPU .Build .0 = Debug| Any CPU
18
+ {2F2046CC-FB47-4318-B335-5A82B04B6C40} .Release| Any CPU .ActiveCfg = Release| Any CPU
19
+ {2F2046CC-FB47-4318-B335-5A82B04B6C40} .Release| Any CPU .Build .0 = Release| Any CPU
20
+ {383368D3-567C-4BF6-96D4-7A292DA5D486} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
21
+ {383368D3-567C-4BF6-96D4-7A292DA5D486} .Debug| Any CPU .Build .0 = Debug| Any CPU
22
+ {383368D3-567C-4BF6-96D4-7A292DA5D486} .Release| Any CPU .ActiveCfg = Release| Any CPU
23
+ {383368D3-567C-4BF6-96D4-7A292DA5D486} .Release| Any CPU .Build .0 = Release| Any CPU
24
+ EndGlobalSection
25
+ GlobalSection (SolutionProperties ) = preSolution
26
+ HideSolutionNode = FALSE
27
+ EndGlobalSection
28
+ EndGlobal
Original file line number Diff line number Diff line change
1
+ <GhostDoc >
2
+ <IgnoreFilePatterns >
3
+ <IgnoreFilePattern >*.min.js</IgnoreFilePattern >
4
+ <IgnoreFilePattern >jquery*.js</IgnoreFilePattern >
5
+ </IgnoreFilePatterns >
6
+ <SpellChecker >
7
+ <IncludeExtensions >
8
+ </IncludeExtensions >
9
+ <IgnoreExtensions >
10
+ </IgnoreExtensions >
11
+ <IgnoreFiles >
12
+ </IgnoreFiles >
13
+ </SpellChecker >
14
+ <HelpConfigurations selected =" HelpFile" >
15
+ <HelpConfiguration name =" HelpFile" >
16
+ <OutputPath >.\Help</OutputPath >
17
+ <CleanupOutputPath >true</CleanupOutputPath >
18
+ <HelpFileName >CodeJamDoc</HelpFileName >
19
+ <ImageFolderPath />
20
+ <Theme />
21
+ <HtmlFormats >
22
+ <HtmlHelp >true</HtmlHelp >
23
+ <MSHelpViewer >false</MSHelpViewer >
24
+ <MSHelp2 >false</MSHelp2 >
25
+ <Website >false</Website >
26
+ </HtmlFormats >
27
+ <IncludeScopes >
28
+ <Public >true</Public >
29
+ <Internal >false</Internal >
30
+ <Protected >false</Protected >
31
+ <Private >false</Private >
32
+ <Inherited >true</Inherited >
33
+ <InheritedFromReferences >true</InheritedFromReferences >
34
+ <EnableTags >false</EnableTags >
35
+ <TagList />
36
+ <AutoGeneratedDocs />
37
+ <DocsThatRequireEditing />
38
+ </IncludeScopes >
39
+ <SyntaxLanguages >
40
+ <CSharp >true</CSharp >
41
+ <VisualBasic >true</VisualBasic >
42
+ <CPlusPlus >true</CPlusPlus >
43
+ </SyntaxLanguages >
44
+ <ResolveCrefLinks >true</ResolveCrefLinks >
45
+ <HeaderText />
46
+ <FooterText />
47
+ <SelectedProjects />
48
+ </HelpConfiguration >
49
+ </HelpConfigurations >
50
+ <GeneralProperties >
51
+ </GeneralProperties >
52
+ </GhostDoc >
You can’t perform that action at this time.
0 commit comments