forked from mrange/T4Include
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathT4Include.sln
52 lines (52 loc) · 3.36 KB
/
T4Include.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
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Source", "Source.csproj", "{41C19388-E1BD-4387-8073-98D5761D6753}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_T4Include", "NonSource\Tests\Test_T4Include\Test_T4Include.csproj", "{1C271517-A4F0-4286-A0FF-1C8D52FDD641}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{835F1A45-17C7-4D91-8F8E-45AADE338FA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Functionality", "NonSource\Tests\Test_Functionality\Test_Functionality.csproj", "{8D7DB487-2771-4834-931E-C093E861B650}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_FunctionalityNet20", "NonSource\Tests\Test_FunctionalityNet20\Test_FunctionalityNet20.csproj", "{14DC7BC3-5B08-4D56-B740-041338FD78E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_WPF", "NonSource\Tests\Test_WPF\Test_WPF.csproj", "{5B25A5E7-4FDF-4030-B740-8000B8D7B885}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{41C19388-E1BD-4387-8073-98D5761D6753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41C19388-E1BD-4387-8073-98D5761D6753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41C19388-E1BD-4387-8073-98D5761D6753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41C19388-E1BD-4387-8073-98D5761D6753}.Release|Any CPU.Build.0 = Release|Any CPU
{1C271517-A4F0-4286-A0FF-1C8D52FDD641}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C271517-A4F0-4286-A0FF-1C8D52FDD641}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C271517-A4F0-4286-A0FF-1C8D52FDD641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C271517-A4F0-4286-A0FF-1C8D52FDD641}.Release|Any CPU.Build.0 = Release|Any CPU
{8D7DB487-2771-4834-931E-C093E861B650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D7DB487-2771-4834-931E-C093E861B650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D7DB487-2771-4834-931E-C093E861B650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D7DB487-2771-4834-931E-C093E861B650}.Release|Any CPU.Build.0 = Release|Any CPU
{14DC7BC3-5B08-4D56-B740-041338FD78E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14DC7BC3-5B08-4D56-B740-041338FD78E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14DC7BC3-5B08-4D56-B740-041338FD78E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14DC7BC3-5B08-4D56-B740-041338FD78E1}.Release|Any CPU.Build.0 = Release|Any CPU
{5B25A5E7-4FDF-4030-B740-8000B8D7B885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B25A5E7-4FDF-4030-B740-8000B8D7B885}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B25A5E7-4FDF-4030-B740-8000B8D7B885}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B25A5E7-4FDF-4030-B740-8000B8D7B885}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C271517-A4F0-4286-A0FF-1C8D52FDD641} = {835F1A45-17C7-4D91-8F8E-45AADE338FA3}
{8D7DB487-2771-4834-931E-C093E861B650} = {835F1A45-17C7-4D91-8F8E-45AADE338FA3}
{14DC7BC3-5B08-4D56-B740-041338FD78E1} = {835F1A45-17C7-4D91-8F8E-45AADE338FA3}
{5B25A5E7-4FDF-4030-B740-8000B8D7B885} = {835F1A45-17C7-4D91-8F8E-45AADE338FA3}
EndGlobalSection
EndGlobal