File: azure.sln

package info (click to toggle)
python-azure 2.0.0~rc6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 269,052 kB
  • ctags: 9,428
  • sloc: python: 81,857; makefile: 149
file content (34 lines) | stat: -rw-r--r-- 1,989 bytes parent folder | download
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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "azure", "azure.pyproj", "{25B2C65A-0553-4452-8907-8B5B17544E68}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "AzureResourceViewer", "examples\AzureResourceViewer\AzureResourceViewer.pyproj", "{27A0D52F-03C0-4BF5-B6B3-4634BECC05B9}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "msrest", "..\autorest\src\client\Python\msrest\msrest.pyproj", "{8523BA22-21D4-4F69-A73E-958B617C9D37}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "msrestazure", "..\autorest\src\client\Python\msrestazure\msrestazure.pyproj", "{B80E5ECC-DCDC-4D31-B3BE-8C32DEA8E864}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{25B2C65A-0553-4452-8907-8B5B17544E68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{25B2C65A-0553-4452-8907-8B5B17544E68}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{27A0D52F-03C0-4BF5-B6B3-4634BECC05B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{27A0D52F-03C0-4BF5-B6B3-4634BECC05B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{27A0D52F-03C0-4BF5-B6B3-4634BECC05B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{27A0D52F-03C0-4BF5-B6B3-4634BECC05B9}.Release|Any CPU.Build.0 = Release|Any CPU
		{8523BA22-21D4-4F69-A73E-958B617C9D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8523BA22-21D4-4F69-A73E-958B617C9D37}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B80E5ECC-DCDC-4D31-B3BE-8C32DEA8E864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B80E5ECC-DCDC-4D31-B3BE-8C32DEA8E864}.Release|Any CPU.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal