Skip to content

Commit

Permalink
.net 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
geremy cohen committed Dec 6, 2012
2 parents 7017963 + 7cd1a5a commit 3de3bae
Show file tree
Hide file tree
Showing 510 changed files with 41,479 additions and 688 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -16,3 +16,9 @@ node_modules
/j2me/3.3/nbproject
/flash/3.3.1beta/obj/*.old
/flash/3.3.1beta/obj/PubNubTestConfig.xml
/silverlight-part/*/Debug/*
/silverlight-part/*/obj/*
/csharp-windows-phone/*/packages/*
/csharp-windows-phone/*/packages.config
/csharp-windows-phone/*/*/bin/*
/csharp-windows-phone/*/*/obj/*
44 changes: 44 additions & 0 deletions .gitignore.orig
@@ -0,0 +1,44 @@
<<<<<<< HEAD
=======
<<<<<<< HEAD
.settings
*~
*.swp
*.pyc
*.class
*.iml
/flash/*/out
/android/*/*/gen
/android/*/*/bin
/android/*/*/out
.DS_Store
node_modules
.idea*
/csharp/*/PubNub-Messaging*/bin/*
/csharp/*/PubNub-Messaging*/obj/*
/j2me/3.3/nbproject
/flash/3.3.1beta/obj/*.old
/flash/3.3.1beta/obj/PubNubTestConfig.xml
=======
>>>>>>> origin/CL-243
.settings
*~
*.swp
*.pyc
*.class
*.iml
/flash/*/out
/android/*/*/gen
/android/*/*/bin
/android/*/*/out
.DS_Store
node_modules
.idea*
/csharp/*/PubNub-Messaging*/bin/*
/csharp/*/PubNub-Messaging*/bin/*
/csharp/*/PubNub-Messaging*/obj/*
/j2me/3.3/nbproject
<<<<<<< HEAD
=======
>>>>>>> origin/CL-200
>>>>>>> origin/CL-243
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B1ED98C3-FD0B-4B45-B0BE-40AFD37182CB}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PubNub_Messaging</RootNamespace>
<AssemblyName>PubNub-Messaging</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>PubNub_Messaging.Pubnub_Example</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Net" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Compile Include="Pubnub.cs" />
<Compile Include="Pubnub_Example.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>

0 comments on commit 3de3bae

Please sign in to comment.