better dotnet samples

This commit is contained in:
sebv
2014-06-11 21:59:40 +08:00
parent 29c5dbdaf7
commit c981b441ac
30 changed files with 1393 additions and 208 deletions
@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppiumDotNetSample", "AppiumDotNetSample\AppiumDotNetSample.csproj", "{7A830071-06AC-4E20-9FBB-CAA395387A7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A830071-06AC-4E20-9FBB-CAA395387A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A830071-06AC-4E20-9FBB-CAA395387A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A830071-06AC-4E20-9FBB-CAA395387A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A830071-06AC-4E20-9FBB-CAA395387A7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = AppiumDotNetSample\AppiumDotNetSample.csproj
EndGlobalSection
EndGlobal