-
Notifications
You must be signed in to change notification settings - Fork 0
/
GenTopicsUniversal.sln
44 lines (44 loc) · 2.91 KB
/
GenTopicsUniversal.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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}") = "GenTopicsUniversal", "GenTopicsUniversal\GenTopicsUniversal.csproj", "{231603E4-51B0-4569-9F07-C4D4E26ADF28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReferencePipelineLib", "ReferencePipelineLib\ReferencePipelineLib.csproj", "{EE93A7A3-9153-4EBE-B576-43FD079A956D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectionUtilities", "ReflectionUtilities\ReflectionUtilities.csproj", "{28822914-35CA-43DC-8A41-05E397DB2700}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventLogging", "EventLogging\EventLogging.csproj", "{1CBA1142-4056-4E65-B2CA-EF5145EC29B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{231603E4-51B0-4569-9F07-C4D4E26ADF28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{231603E4-51B0-4569-9F07-C4D4E26ADF28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{231603E4-51B0-4569-9F07-C4D4E26ADF28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{231603E4-51B0-4569-9F07-C4D4E26ADF28}.Release|Any CPU.Build.0 = Release|Any CPU
{EE93A7A3-9153-4EBE-B576-43FD079A956D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE93A7A3-9153-4EBE-B576-43FD079A956D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE93A7A3-9153-4EBE-B576-43FD079A956D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE93A7A3-9153-4EBE-B576-43FD079A956D}.Release|Any CPU.Build.0 = Release|Any CPU
{28822914-35CA-43DC-8A41-05E397DB2700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28822914-35CA-43DC-8A41-05E397DB2700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28822914-35CA-43DC-8A41-05E397DB2700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28822914-35CA-43DC-8A41-05E397DB2700}.Release|Any CPU.Build.0 = Release|Any CPU
{1CBA1142-4056-4E65-B2CA-EF5145EC29B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CBA1142-4056-4E65-B2CA-EF5145EC29B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CBA1142-4056-4E65-B2CA-EF5145EC29B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CBA1142-4056-4E65-B2CA-EF5145EC29B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\EntLibContrib.ExceptionHandling.5.0.505.0\lib\NET35
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.Logging.6.0.1304.0\lib\NET45
EndGlobalSection
EndGlobal