1 |
|
---|
2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
---|
3 | # Visual Studio 14
|
---|
4 | VisualStudioVersion = 14.0.25420.1
|
---|
5 | MinimumVisualStudioVersion = 10.0.40219.1
|
---|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix", "PersistenceCodeFix\PersistenceCodeFix\PersistenceCodeFix.csproj", "{5D74C4E0-52B2-4F01-B024-307EF52BAE35}"
|
---|
7 | EndProject
|
---|
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix.Test", "PersistenceCodeFix\PersistenceCodeFix.Test\PersistenceCodeFix.Test.csproj", "{40425A71-F399-4C15-8651-AA343E78568F}"
|
---|
9 | EndProject
|
---|
10 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix.Vsix", "PersistenceCodeFix\PersistenceCodeFix.Vsix\PersistenceCodeFix.Vsix.csproj", "{6ACE10E7-BB87-479D-84EB-564B33FFFDDA}"
|
---|
11 | EndProject
|
---|
12 | Global
|
---|
13 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
14 | Debug|Any CPU = Debug|Any CPU
|
---|
15 | Release|Any CPU = Release|Any CPU
|
---|
16 | EndGlobalSection
|
---|
17 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
18 | {5D74C4E0-52B2-4F01-B024-307EF52BAE35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
19 | {5D74C4E0-52B2-4F01-B024-307EF52BAE35}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
20 | {5D74C4E0-52B2-4F01-B024-307EF52BAE35}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
21 | {5D74C4E0-52B2-4F01-B024-307EF52BAE35}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
22 | {40425A71-F399-4C15-8651-AA343E78568F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
23 | {40425A71-F399-4C15-8651-AA343E78568F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
24 | {40425A71-F399-4C15-8651-AA343E78568F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
25 | {40425A71-F399-4C15-8651-AA343E78568F}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
26 | {6ACE10E7-BB87-479D-84EB-564B33FFFDDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
27 | {6ACE10E7-BB87-479D-84EB-564B33FFFDDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
28 | {6ACE10E7-BB87-479D-84EB-564B33FFFDDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
29 | {6ACE10E7-BB87-479D-84EB-564B33FFFDDA}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
30 | EndGlobalSection
|
---|
31 | GlobalSection(SolutionProperties) = preSolution
|
---|
32 | HideSolutionNode = FALSE
|
---|
33 | EndGlobalSection
|
---|
34 | EndGlobal
|
---|