azure-cli/azure-cli.pyproj

449 строки
39 KiB
Plaintext
Исходник Обычный вид История

2016-02-13 21:15:46 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{938454f7-93bd-41a7-84b2-3c89d64b969d}</ProjectGuid>
<ProjectHome>src\</ProjectHome>
<StartupFile>azure\cli\__main__.py</StartupFile>
<SearchPath>.</SearchPath>
<WorkingDirectory>
</WorkingDirectory>
2016-02-13 21:15:46 +03:00
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{54f4b6dc-0859-46dc-99bb-b275c9d0aca3}</InterpreterId>
2016-03-03 02:01:32 +03:00
<InterpreterVersion>3.5</InterpreterVersion>
2016-03-12 04:18:58 +03:00
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<CommandLineArguments>
</CommandLineArguments>
2016-02-13 21:15:46 +03:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
2016-03-24 23:09:20 +03:00
<Compile Include="azure\cli\application.py" />
2016-03-03 02:43:43 +03:00
<Compile Include="azure\cli\commands\_auto_command.py" />
<Compile Include="azure\cli\commands\_command_creation.py" />
<Compile Include="azure\cli\commands\_validators.py" />
2016-02-13 21:15:46 +03:00
<Compile Include="azure\cli\commands\__init__.py" />
<Compile Include="azure\cli\command_modules\__init__.py" />
2016-03-12 04:18:58 +03:00
<Compile Include="azure\cli\extensions\query.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure\cli\extensions\transform.py" />
2016-03-12 04:18:58 +03:00
<Compile Include="azure\cli\extensions\__init__.py" />
2016-02-13 21:15:46 +03:00
<Compile Include="azure\cli\main.py" />
<Compile Include="azure\cli\tests\test_add_resourcegroup_transform.py" />
<Compile Include="azure\cli\tests\test_logging.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="azure\cli\tests\test_test_script.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure\cli\tests\test_validators.py" />
<Compile Include="azure\cli\tests\test_vcr_security.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="azure\cli\utils\command_test_script.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\custom.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\generated.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\deployment_public_ip.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\public_ip_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\public_ip_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\public_ip_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\__init__.py">
2016-05-11 01:11:58 +03:00
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\deployment_vnet.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\resource_management_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\vnet_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\resource_management_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\__init__.py">
2016-04-13 01:28:52 +03:00
<SubType>Code</SubType>
</Compile>
2016-05-19 23:19:55 +03:00
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\lb_creation_client.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_lb.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\lb_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\lb_operations.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\version.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\__init__.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_actions.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\generated.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\custom.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\generated.py" />
2016-05-04 00:44:46 +03:00
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_validators.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_params.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\test_validators.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\generated.py">
<SubType>Code</SubType>
</Compile>
2016-04-26 19:47:28 +03:00
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_params.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\_validators.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\custom.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\generated.py">
<SubType>Code</SubType>
</Compile>
2016-05-07 00:31:18 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\avail_set_creation_client.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\avail_set_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_avail_set.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\deployment_vm.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\avail_set_operations.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\version.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\credentials.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\exceptions.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\basic_dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\dependency.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_parameter_artifacts_location.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_parameter_virtual_network_ip_address_prefix.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_properties_extended.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_vm.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\parameters_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\provider - Copy.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\provider.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\provider_resource_type.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\template_link.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\vm_creation_client_enums.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\vm_operations.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\version.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\vm_creation_client.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\__init__.py" />
2016-04-21 04:09:51 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_custom_vm_commands.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_resource_list_odata_filter.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_api_check.py">
<SubType>Code</SubType>
</Compile>
2016-03-24 23:09:20 +03:00
<Compile Include="azure\cli\parser.py" />
<Compile Include="azure\cli\tests\test_add_resourcegroup_transform.py" />
<Compile Include="azure\cli\tests\test_parser.py" />
2016-03-02 21:57:49 +03:00
<Compile Include="azure\cli\tests\test_autocommand.py" />
<Compile Include="azure\cli\tests\test_connection_verify.py" />
<Compile Include="azure\cli\tests\test_application.py" />
2016-03-02 21:57:49 +03:00
<Compile Include="azure\cli\tests\test_output.py" />
<Compile Include="azure\cli\utils\command_test_util.py" />
<Compile Include="azure\cli\utils\update_checker.py" />
<Compile Include="azure\cli\utils\__init__.py" />
<Compile Include="azure\cli\_azure_env.py" />
<Compile Include="azure\cli\_debug.py" />
<Compile Include="azure\cli\tests\test_help.py" />
<Compile Include="azure\cli\tests\test_output.py" />
2016-03-16 03:01:25 +03:00
<Compile Include="azure\cli\_help.py" />
2016-03-19 00:52:27 +03:00
<Compile Include="azure\cli\_helpdocgen.py" />
<Compile Include="azure\cli\_help_files.py" />
2016-03-02 21:48:46 +03:00
<Compile Include="azure\cli\_locale.py" />
2016-02-20 03:02:14 +03:00
<Compile Include="azure\cli\tests\test_profile.py" />
2016-02-13 21:15:46 +03:00
<Compile Include="azure\cli\_logging.py" />
<Compile Include="azure\cli\_output.py" />
<Compile Include="azure\cli\_profile.py" />
<Compile Include="azure\cli\_session.py">
<SubType>Code</SubType>
</Compile>
2016-02-13 21:15:46 +03:00
<Compile Include="azure\cli\_util.py" />
<Compile Include="azure\cli\__init__.py" />
<Compile Include="azure\cli\__main__.py" />
<Compile Include="azure\cli\_telemetry.py">
<SubType>Code</SubType>
</Compile>
2016-02-13 21:15:46 +03:00
<Compile Include="azure\__init__.py" />
<Compile Include="command_modules\azure-cli-component\azure\cli\command_modules\component\__init__.py" />
<Compile Include="command_modules\azure-cli-component\setup.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\command_specs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\test_commands.py" />
<Compile Include="command_modules\azure-cli-network\azure\cli\command_modules\network\__init__.py" />
<Compile Include="command_modules\azure-cli-network\setup.py" />
<Compile Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\__init__.py" />
<Compile Include="command_modules\azure-cli-profile\setup.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\command_specs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\test_commands.py" />
<Compile Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\__init__.py" />
<Compile Include="command_modules\azure-cli-resource\setup.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\command_specs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\test_commands.py" />
<Compile Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\__init__.py" />
<Compile Include="command_modules\azure-cli-storage\setup.py" />
<Compile Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\__init__.py" />
<Compile Include="command_modules\azure-cli-taskhelp\setup.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\command_specs.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_commands.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\generated.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\custom.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\test_vm_image.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\__init__.py" />
2016-05-11 01:11:58 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_actions.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_factory.py" />
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_help.py" />
2016-04-26 19:47:28 +03:00
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_validators.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\_params.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\__init__.py" />
<Compile Include="command_modules\azure-cli-vm\setup.py" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
<Folder Include="azure" />
<Folder Include="azure\cli" />
<Folder Include="azure\cli\commands" />
<Folder Include="azure\cli\command_modules\" />
2016-03-12 04:18:58 +03:00
<Folder Include="azure\cli\extensions\" />
<Folder Include="azure\cli\tests\" />
<Folder Include="azure\cli\utils\" />
<Folder Include="command_modules\" />
<Folder Include="command_modules\azure-cli-component\" />
<Folder Include="command_modules\azure-cli-component\azure\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-component\azure\cli\command_modules\component\" />
<Folder Include="command_modules\azure-cli-network\" />
<Folder Include="command_modules\azure-cli-network\azure\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\nested_templates\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\" />
2016-05-19 23:19:55 +03:00
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\models\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\lib\operations\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\nested_templates\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\" />
<Folder Include="command_modules\azure-cli-network\azure\cli\command_modules\network\tests\recordings\" />
<Folder Include="command_modules\azure-cli-profile\" />
<Folder Include="command_modules\azure-cli-profile\azure\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-profile\azure\cli\command_modules\profile\" />
<Folder Include="command_modules\azure-cli-resource\" />
<Folder Include="command_modules\azure-cli-resource\azure\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\" />
<Folder Include="command_modules\azure-cli-resource\azure\cli\command_modules\resource\tests\recordings\" />
<Folder Include="command_modules\azure-cli-storage\" />
<Folder Include="command_modules\azure-cli-storage\azure\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\" />
<Folder Include="command_modules\azure-cli-storage\azure\cli\command_modules\storage\tests\recordings\" />
<Folder Include="command_modules\azure-cli-taskhelp\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-taskhelp\azure\cli\command_modules\taskhelp\" />
<Folder Include="command_modules\azure-cli-vm\" />
<Folder Include="command_modules\azure-cli-vm\azure\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\" />
2016-05-07 00:31:18 +03:00
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\models\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\lib\operations\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\__pycache__\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__pycache__\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\" />
<Folder Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\recordings\" />
2016-02-13 21:15:46 +03:00
</ItemGroup>
<ItemGroup>
<Interpreter Include="..\env\">
<Id>{1dd9c42b-5980-42ce-a2c3-46d3bf0eede4}</Id>
<BaseInterpreter>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</BaseInterpreter>
<Version>3.5</Version>
<Description>env (Python 3.5)</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X86</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<Content Include="command_modules\azure-cli-component\requirements.txt" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\nested_templates\publicIpDeployment_dns.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\nested_templates\publicIpDeployment_nodns.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_public_ip\swagger_create_public_ip.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_vnet\swagger_create_vnet.json" />
2016-05-19 23:19:55 +03:00
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\azuredeploy.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\nested_templates\publicIp_new.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\nested_templates\publicIp_none_or_existing.json" />
<Content Include="command_modules\azure-cli-network\azure\cli\command_modules\network\mgmt_lb\swagger_create_load_balancer.json" />
<Content Include="command_modules\azure-cli-network\requirements.txt" />
<Content Include="command_modules\azure-cli-profile\requirements.txt" />
<Content Include="command_modules\azure-cli-resource\requirements.txt" />
<Content Include="command_modules\azure-cli-storage\requirements.txt" />
<Content Include="command_modules\azure-cli-taskhelp\requirements.txt" />
2016-05-07 00:31:18 +03:00
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\azuredeploy.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_avail_set\swagger_create_avail_set.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\azuredeploy.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\basic_dependency.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\dependency.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_extended.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_parameter_artifacts_location.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_properties_extended.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\deployment_vm.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\parameters_link.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\provider.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\provider_resource_type.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\template_link.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\vm_creation_client_enums.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__init__.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\basic_dependency.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\dependency.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\deployment_extended.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\deployment_parameter_artifacts_location.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\deployment_properties_extended.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\deployment_vm.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\parameters_link.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\provider.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\provider_resource_type.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\template_link.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\vm_creation_client_enums.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\models\__pycache__\__init__.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\vm_operations.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\__init__.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\__pycache__\vm_operations.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\operations\__pycache__\__init__.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\version.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\vm_creation_client.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__init__.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__pycache__\version.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__pycache__\vm_creation_client.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\lib\__pycache__\__init__.cpython-35.pyc" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\ExistingStorageAccount.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\ExistingVNet.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\NewStorageAccount.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\NewVNet.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\nic_ip_existing_dns_none.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\nic_ip_new_dns_new.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\nic_ip_new_dns_none.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\nic_ip_none_dns_none.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\vm_existing_password.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\vm_existing_sshkey.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\vm_none_password.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\nested_templates\vm_none_sshkey.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\mgmt_vm_create\swagger_create_vm.json" />
<Content Include="command_modules\azure-cli-vm\azure\cli\command_modules\vm\tests\aliases.json" />
<Content Include="command_modules\azure-cli-vm\requirements.txt" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="..\env\">
<Id>{54f4b6dc-0859-46dc-99bb-b275c9d0aca3}</Id>
<BaseInterpreter>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</BaseInterpreter>
<Version>3.5</Version>
<Description>env (Python 3.5)</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X86</Architecture>
</Interpreter>
</ItemGroup>
2016-02-13 21:15:46 +03:00
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>