|
1 | | - |
2 | | -Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio 2013 |
4 | | -VisualStudioVersion = 12.0.30324.0 |
5 | | -MinimumVisualStudioVersion = 10.0.40219.1 |
6 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Linq", "Lucene.Net.Linq\Lucene.Net.Linq.csproj", "{77AD18CC-93A3-4BC9-9F31-2C16D873F088}" |
7 | | -EndProject |
8 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Linq.Tests", "Lucene.Net.Linq.Tests\Lucene.Net.Linq.Tests.csproj", "{40D157FA-178B-4906-9179-E5D623F5BA03}" |
9 | | -EndProject |
10 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{91DBBF52-CD3F-4737-91DC-CDB7564C32B9}" |
11 | | - ProjectSection(SolutionItems) = preProject |
12 | | - ..\IntegratedBuild.proj = ..\IntegratedBuild.proj |
13 | | - ..\LICENSE.txt = ..\LICENSE.txt |
14 | | - ..\README.markdown = ..\README.markdown |
15 | | - EndProjectSection |
16 | | -EndProject |
17 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{95CA6EE1-3FC1-466E-821F-E48BE7DCCA6E}" |
18 | | - ProjectSection(SolutionItems) = preProject |
19 | | - .nuget\packages.config = .nuget\packages.config |
20 | | - EndProjectSection |
21 | | -EndProject |
22 | | -Global |
23 | | - GlobalSection(SolutionConfigurationPlatforms) = preSolution |
24 | | - Debug|Any CPU = Debug|Any CPU |
25 | | - Release|Any CPU = Release|Any CPU |
26 | | - EndGlobalSection |
27 | | - GlobalSection(ProjectConfigurationPlatforms) = postSolution |
28 | | - {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
29 | | - {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Debug|Any CPU.Build.0 = Debug|Any CPU |
30 | | - {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Release|Any CPU.ActiveCfg = Release|Any CPU |
31 | | - {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Release|Any CPU.Build.0 = Release|Any CPU |
32 | | - {40D157FA-178B-4906-9179-E5D623F5BA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
33 | | - {40D157FA-178B-4906-9179-E5D623F5BA03}.Debug|Any CPU.Build.0 = Debug|Any CPU |
34 | | - {40D157FA-178B-4906-9179-E5D623F5BA03}.Release|Any CPU.ActiveCfg = Release|Any CPU |
35 | | - EndGlobalSection |
36 | | - GlobalSection(SolutionProperties) = preSolution |
37 | | - HideSolutionNode = FALSE |
38 | | - EndGlobalSection |
39 | | - GlobalSection(MonoDevelopProperties) = preSolution |
40 | | - StartupItem = Lucene.Net.Linq\Lucene.Net.Linq.csproj |
41 | | - Policies = $0 |
42 | | - $0.DotNetNamingPolicy = $1 |
43 | | - $1.DirectoryNamespaceAssociation = None |
44 | | - $1.ResourceNamePolicy = FileFormatDefault |
45 | | - $0.TextStylePolicy = $2 |
46 | | - $2.NoTabsAfterNonTabs = True |
47 | | - $2.EolMarker = Windows |
48 | | - $2.inheritsSet = VisualStudio |
49 | | - $2.inheritsScope = text/plain |
50 | | - $2.scope = text/x-csharp |
51 | | - $0.CSharpFormattingPolicy = $3 |
52 | | - $3.IndentSwitchBody = True |
53 | | - $3.AnonymousMethodBraceStyle = NextLine |
54 | | - $3.PropertyBraceStyle = NextLine |
55 | | - $3.PropertyGetBraceStyle = NextLine |
56 | | - $3.PropertySetBraceStyle = NextLine |
57 | | - $3.EventBraceStyle = NextLine |
58 | | - $3.EventAddBraceStyle = NextLine |
59 | | - $3.EventRemoveBraceStyle = NextLine |
60 | | - $3.StatementBraceStyle = NextLine |
61 | | - $3.ArrayInitializerBraceStyle = NextLine |
62 | | - $3.BeforeMethodDeclarationParentheses = False |
63 | | - $3.BeforeMethodCallParentheses = False |
64 | | - $3.BeforeConstructorDeclarationParentheses = False |
65 | | - $3.BeforeDelegateDeclarationParentheses = False |
66 | | - $3.NewParentheses = False |
67 | | - $3.inheritsSet = Mono |
68 | | - $3.inheritsScope = text/x-csharp |
69 | | - $3.scope = text/x-csharp |
70 | | - EndGlobalSection |
71 | | -EndGlobal |
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 2013 |
| 4 | +VisualStudioVersion = 12.0.30324.0 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Linq", "source\Lucene.Net.Linq\Lucene.Net.Linq.csproj", "{77AD18CC-93A3-4BC9-9F31-2C16D873F088}" |
| 7 | +EndProject |
| 8 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Linq.Tests", "source\Lucene.Net.Linq.Tests\Lucene.Net.Linq.Tests.csproj", "{40D157FA-178B-4906-9179-E5D623F5BA03}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{91DBBF52-CD3F-4737-91DC-CDB7564C32B9}" |
| 11 | + ProjectSection(SolutionItems) = preProject |
| 12 | + ..\LICENSE.txt = ..\LICENSE.txt |
| 13 | + ..\README.markdown = ..\README.markdown |
| 14 | + EndProjectSection |
| 15 | +EndProject |
| 16 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{95CA6EE1-3FC1-466E-821F-E48BE7DCCA6E}" |
| 17 | + ProjectSection(SolutionItems) = preProject |
| 18 | + .nuget\packages.config = .nuget\packages.config |
| 19 | + EndProjectSection |
| 20 | +EndProject |
| 21 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ciao", "Ciao", "{78E2D7F3-D76C-42CD-BB5F-F978916D8F03}" |
| 22 | + ProjectSection(SolutionItems) = preProject |
| 23 | + Ciao.proj = Ciao.proj |
| 24 | + Ciao.props = Ciao.props |
| 25 | + EndProjectSection |
| 26 | +EndProject |
| 27 | +Global |
| 28 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 29 | + Debug|Any CPU = Debug|Any CPU |
| 30 | + Release|Any CPU = Release|Any CPU |
| 31 | + EndGlobalSection |
| 32 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 33 | + {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 34 | + {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 35 | + {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 36 | + {77AD18CC-93A3-4BC9-9F31-2C16D873F088}.Release|Any CPU.Build.0 = Release|Any CPU |
| 37 | + {40D157FA-178B-4906-9179-E5D623F5BA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 38 | + {40D157FA-178B-4906-9179-E5D623F5BA03}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 39 | + {40D157FA-178B-4906-9179-E5D623F5BA03}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 40 | + EndGlobalSection |
| 41 | + GlobalSection(SolutionProperties) = preSolution |
| 42 | + HideSolutionNode = FALSE |
| 43 | + EndGlobalSection |
| 44 | + GlobalSection(MonoDevelopProperties) = preSolution |
| 45 | + StartupItem = Lucene.Net.Linq\Lucene.Net.Linq.csproj |
| 46 | + Policies = $0 |
| 47 | + $0.DotNetNamingPolicy = $1 |
| 48 | + $1.DirectoryNamespaceAssociation = None |
| 49 | + $1.ResourceNamePolicy = FileFormatDefault |
| 50 | + $0.TextStylePolicy = $2 |
| 51 | + $2.NoTabsAfterNonTabs = True |
| 52 | + $2.EolMarker = Windows |
| 53 | + $2.inheritsSet = VisualStudio |
| 54 | + $2.inheritsScope = text/plain |
| 55 | + $2.scope = text/x-csharp |
| 56 | + $0.CSharpFormattingPolicy = $3 |
| 57 | + $3.IndentSwitchBody = True |
| 58 | + $3.AnonymousMethodBraceStyle = NextLine |
| 59 | + $3.PropertyBraceStyle = NextLine |
| 60 | + $3.PropertyGetBraceStyle = NextLine |
| 61 | + $3.PropertySetBraceStyle = NextLine |
| 62 | + $3.EventBraceStyle = NextLine |
| 63 | + $3.EventAddBraceStyle = NextLine |
| 64 | + $3.EventRemoveBraceStyle = NextLine |
| 65 | + $3.StatementBraceStyle = NextLine |
| 66 | + $3.ArrayInitializerBraceStyle = NextLine |
| 67 | + $3.BeforeMethodDeclarationParentheses = False |
| 68 | + $3.BeforeMethodCallParentheses = False |
| 69 | + $3.BeforeConstructorDeclarationParentheses = False |
| 70 | + $3.BeforeDelegateDeclarationParentheses = False |
| 71 | + $3.NewParentheses = False |
| 72 | + $3.inheritsSet = Mono |
| 73 | + $3.inheritsScope = text/x-csharp |
| 74 | + $3.scope = text/x-csharp |
| 75 | + EndGlobalSection |
| 76 | +EndGlobal |
0 commit comments