-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from DinoV/master
MergeDevToMaster
- Loading branch information
Showing
39 changed files
with
11,016 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{25b2c65a-0553-4452-8907-8b5b17544e68}</ProjectGuid> | ||
<ProjectHome> | ||
</ProjectHome> | ||
<StartupFile> | ||
</StartupFile> | ||
<SearchPath>..</SearchPath> | ||
<WorkingDirectory>.</WorkingDirectory> | ||
<OutputPath>.</OutputPath> | ||
<Name>azure</Name> | ||
<RootNamespace>azure</RootNamespace> | ||
<IsWindowsApplication>False</IsWindowsApplication> | ||
<LaunchProvider>Standard Python launcher</LaunchProvider> | ||
<CommandLineArguments /> | ||
<InterpreterPath /> | ||
<InterpreterArguments /> | ||
<InterpreterId>2af0f10d-7135-4994-9156-5d01c9c11b7e</InterpreterId> | ||
<InterpreterVersion>2.7</InterpreterVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="azure\http\batchclient.py" /> | ||
<Compile Include="azure\http\httpclient.py" /> | ||
<Compile Include="azure\http\winhttp.py" /> | ||
<Compile Include="azure\http\__init__.py" /> | ||
<Compile Include="azure\servicebus\servicebusservice.py" /> | ||
<Compile Include="azure\storage\blobservice.py" /> | ||
<Compile Include="azure\storage\queueservice.py" /> | ||
<Compile Include="azure\storage\cloudstorageaccount.py" /> | ||
<Compile Include="azure\storage\tableservice.py" /> | ||
<Compile Include="azure\storage\sharedaccesssignature.py" /> | ||
<Compile Include="azure\__init__.py" /> | ||
<Compile Include="azure\servicebus\__init__.py" /> | ||
<Compile Include="azure\storage\storageclient.py" /> | ||
<Compile Include="azure\storage\__init__.py" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="azure\http" /> | ||
<Folder Include="azure\tests\" /> | ||
<Folder Include="azure\servicebus\" /> | ||
<Folder Include="azure\storage" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="build.bat" /> | ||
<Content Include="install.bat" /> | ||
<Content Include="installfrompip.bat" /> | ||
<Content Include="upload.bat" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "azure", "azure.pyproj", "{25B2C65A-0553-4452-8907-8B5B17544E68}" | ||
EndProject | ||
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "azuretest", "..\test\azuretest.pyproj", "{C0742A2D-4862-40E4-8A28-036EECDBC614}" | ||
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 | ||
{C0742A2D-4862-40E4-8A28-036EECDBC614}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{C0742A2D-4862-40E4-8A28-036EECDBC614}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.