Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/PersistenceCodeFix/PersistenceCodeFix.sln @ 16475

Last change on this file since 16475 was 16475, checked in by jkarder, 5 years ago

#2520: added analyzer and fix for adapting storable ctor signature

File size: 2.1 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 15
4VisualStudioVersion = 15.0.28307.168
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix", "PersistenceCodeFix\PersistenceCodeFix\PersistenceCodeFix.csproj", "{5D74C4E0-52B2-4F01-B024-307EF52BAE35}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix.Test", "PersistenceCodeFix\PersistenceCodeFix.Test\PersistenceCodeFix.Test.csproj", "{40425A71-F399-4C15-8651-AA343E78568F}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistenceCodeFix.Vsix", "PersistenceCodeFix\PersistenceCodeFix.Vsix\PersistenceCodeFix.Vsix.csproj", "{6ACE10E7-BB87-479D-84EB-564B33FFFDDA}"
11EndProject
12Global
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
34EndGlobal
Note: See TracBrowser for help on using the repository browser.