~dooferlad/juju-ci-tools/juju-ci-tools-addressable-containers

« back to all changes in this revision

Viewing changes to azure-sdk-for-python-master/azure/azure.pyproj

  • Committer: Martin Packman
  • Date: 2015-07-01 17:17:25 UTC
  • mto: (997.1.8 trunk)
  • mto: This revision was merged to the branch mainline in revision 1004.
  • Revision ID: martin.packman@canonical.com-20150701171725-2haym60lsgvxldxg
Remove local copy of azure tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3
 
  <PropertyGroup>
4
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
 
    <SchemaVersion>2.0</SchemaVersion>
6
 
    <ProjectGuid>{25b2c65a-0553-4452-8907-8b5b17544e68}</ProjectGuid>
7
 
    <ProjectHome>
8
 
    </ProjectHome>
9
 
    <StartupFile>storage\blobservice.py</StartupFile>
10
 
    <SearchPath>..</SearchPath>
11
 
    <WorkingDirectory>.</WorkingDirectory>
12
 
    <OutputPath>.</OutputPath>
13
 
    <Name>azure</Name>
14
 
    <RootNamespace>azure</RootNamespace>
15
 
    <IsWindowsApplication>False</IsWindowsApplication>
16
 
    <LaunchProvider>Standard Python launcher</LaunchProvider>
17
 
    <CommandLineArguments />
18
 
    <InterpreterPath />
19
 
    <InterpreterArguments />
20
 
    <InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
21
 
    <InterpreterVersion>3.4</InterpreterVersion>
22
 
    <SccProjectName>SAK</SccProjectName>
23
 
    <SccProvider>SAK</SccProvider>
24
 
    <SccAuxPath>SAK</SccAuxPath>
25
 
    <SccLocalPath>SAK</SccLocalPath>
26
 
  </PropertyGroup>
27
 
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
28
 
    <DebugSymbols>true</DebugSymbols>
29
 
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
30
 
  </PropertyGroup>
31
 
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
32
 
    <DebugSymbols>true</DebugSymbols>
33
 
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
34
 
  </PropertyGroup>
35
 
  <ItemGroup>
36
 
    <Compile Include="http\batchclient.py" />
37
 
    <Compile Include="http\httpclient.py" />
38
 
    <Compile Include="http\winhttp.py" />
39
 
    <Compile Include="http\__init__.py" />
40
 
    <Compile Include="servicemanagement\servicebusmanagementservice.py" />
41
 
    <Compile Include="servicemanagement\servicemanagementclient.py" />
42
 
    <Compile Include="servicemanagement\servicemanagementservice.py" />
43
 
    <Compile Include="servicemanagement\__init__.py" />
44
 
    <Compile Include="servicebus\servicebusservice.py" />
45
 
    <Compile Include="storage\blobservice.py" />
46
 
    <Compile Include="storage\queueservice.py" />
47
 
    <Compile Include="storage\cloudstorageaccount.py" />
48
 
    <Compile Include="storage\tableservice.py" />
49
 
    <Compile Include="storage\sharedaccesssignature.py" />
50
 
    <Compile Include="__init__.py" />
51
 
    <Compile Include="servicebus\__init__.py" />
52
 
    <Compile Include="storage\storageclient.py" />
53
 
    <Compile Include="storage\__init__.py" />
54
 
  </ItemGroup>
55
 
  <ItemGroup>
56
 
    <Folder Include="http" />
57
 
    <Folder Include="servicemanagement" />
58
 
    <Folder Include="servicebus\" />
59
 
    <Folder Include="storage" />
60
 
  </ItemGroup>
61
 
  <ItemGroup>
62
 
    <InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
63
 
    <InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.3" />
64
 
    <InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.4" />
65
 
    <InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
66
 
    <InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.3" />
67
 
    <InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\3.4" />
68
 
  </ItemGroup>
69
 
  <PropertyGroup>
70
 
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
71
 
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
72
 
    <PtvsTargetsFile>$(VSToolsPath)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
73
 
  </PropertyGroup>
74
 
  <Import Condition="Exists($(PtvsTargetsFile))" Project="$(PtvsTargetsFile)" />
75
 
  <Import Condition="!Exists($(PtvsTargetsFile))" Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
76
 
</Project>
 
 
b'\\ No newline at end of file'