This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TallyJ.sln
65 lines (65 loc) · 3.86 KB
/
TallyJ.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
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Site", "Site\Site.csproj", "{A444CE75-8087-4828-BCE5-87A82752E0EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}"
ProjectSection(ProjectDependencies) = postProject
{A444CE75-8087-4828-BCE5-87A82752E0EC} = {A444CE75-8087-4828-BCE5-87A82752E0EC}
EndProjectSection
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "DatabaseScripts", "DatabaseScripts\DatabaseScripts.sqlproj", "{318A3641-8822-4B4E-9848-80C3538A03D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{240AA649-A1D4-42BA-8D7F-C8E73436CE3D}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AzureDebug|Any CPU = AzureDebug|Any CPU
AzureRelease|Any CPU = AzureRelease|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Standalone|Any CPU = Standalone|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A444CE75-8087-4828-BCE5-87A82752E0EC}.AzureDebug|Any CPU.ActiveCfg = AzureDebug|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.AzureDebug|Any CPU.Build.0 = AzureDebug|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.AzureRelease|Any CPU.ActiveCfg = Azure|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.AzureRelease|Any CPU.Build.0 = Azure|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Release|Any CPU.Build.0 = Release|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
{A444CE75-8087-4828-BCE5-87A82752E0EC}.Standalone|Any CPU.Build.0 = Standalone|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.AzureDebug|Any CPU.ActiveCfg = Debug|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.AzureDebug|Any CPU.Build.0 = Debug|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.AzureRelease|Any CPU.ActiveCfg = Release|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.AzureRelease|Any CPU.Build.0 = Release|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Release|Any CPU.Build.0 = Release|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
{A22FBFB0-0240-4BE0-8E12-18C01D4D604D}.Standalone|Any CPU.Build.0 = Standalone|Any CPU
{318A3641-8822-4B4E-9848-80C3538A03D7}.AzureDebug|Any CPU.ActiveCfg = Debug|Any CPU
{318A3641-8822-4B4E-9848-80C3538A03D7}.AzureRelease|Any CPU.ActiveCfg = Release|Any CPU
{318A3641-8822-4B4E-9848-80C3538A03D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{318A3641-8822-4B4E-9848-80C3538A03D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{318A3641-8822-4B4E-9848-80C3538A03D7}.Standalone|Any CPU.ActiveCfg = Standalone|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93EEB9C1-F60A-4178-ABF3-ECEFE9E73EAE}
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35;packages\Unity.2.1.505.2\lib\NET35
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Site.vsmdi
EndGlobalSection
EndGlobal