-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAutoImportacionApp.sln
43 lines (43 loc) · 2.22 KB
/
AutoImportacionApp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA8863CE-8E7B-4DB6-840B-942B862291A5}"
ProjectSection(SolutionItems) = preProject
AutoImportacionApp.vsmdi = AutoImportacionApp.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobileInformation.BL", "AutomobileInformation.BL\AutomobileInformation.BL.csproj", "{A1932958-1ED9-4EE5-B07C-D05C254C866B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomobileInformation.BL.Test", "AutomobileInformation.BL.Test\AutomobileInformation.BL.Test.csproj", "{864C8314-9EA0-483A-A4FD-070A3FB9F6DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{CC6CBB0D-CAC1-43E9-A186-744E754BD761}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AutoImportacionApp.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1932958-1ED9-4EE5-B07C-D05C254C866B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1932958-1ED9-4EE5-B07C-D05C254C866B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1932958-1ED9-4EE5-B07C-D05C254C866B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1932958-1ED9-4EE5-B07C-D05C254C866B}.Release|Any CPU.Build.0 = Release|Any CPU
{864C8314-9EA0-483A-A4FD-070A3FB9F6DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{864C8314-9EA0-483A-A4FD-070A3FB9F6DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{864C8314-9EA0-483A-A4FD-070A3FB9F6DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{864C8314-9EA0-483A-A4FD-070A3FB9F6DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal