forked from subsonic/SubSonic-3.0-Templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SubSonic.Templates.sln
26 lines (26 loc) · 1.38 KB
/
SubSonic.Templates.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubSonic.Templates", "SubSonic.Templates.csproj", "{5EE7EDDF-10F1-43C8-AF2C-ED26B60966AC}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SubSonic.TemplatesVB", "SubSonic.TemplatesVB\SubSonic.TemplatesVB.vbproj", "{9B200AFF-C5DF-4ECC-96E9-2FCA6E554BE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EE7EDDF-10F1-43C8-AF2C-ED26B60966AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE7EDDF-10F1-43C8-AF2C-ED26B60966AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE7EDDF-10F1-43C8-AF2C-ED26B60966AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE7EDDF-10F1-43C8-AF2C-ED26B60966AC}.Release|Any CPU.Build.0 = Release|Any CPU
{9B200AFF-C5DF-4ECC-96E9-2FCA6E554BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B200AFF-C5DF-4ECC-96E9-2FCA6E554BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B200AFF-C5DF-4ECC-96E9-2FCA6E554BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B200AFF-C5DF-4ECC-96E9-2FCA6E554BE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal