-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migration from CodePlex, initial commit.
- Loading branch information
1 parent
f6887e4
commit cbb008a
Showing
71 changed files
with
5,969 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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,89 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<!-- The configuration and platform will be used to determine which | ||
assemblies to include from solution and project documentation | ||
sources --> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{7ea40496-3011-4a5d-b38b-17462dea6580}</ProjectGuid> | ||
<SHFBSchemaVersion>1.9.5.0</SHFBSchemaVersion> | ||
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual | ||
Studio adds them anyway --> | ||
<AssemblyName>Documentation</AssemblyName> | ||
<RootNamespace>Documentation</RootNamespace> | ||
<Name>Documentation</Name> | ||
<!-- SHFB properties --> | ||
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion> | ||
<OutputPath>.\Help\</OutputPath> | ||
<HtmlHelpName>Documentation</HtmlHelpName> | ||
<Language>en-US</Language> | ||
<SyntaxFilters>CSharp, VisualBasic, CPlusPlus, AspNet</SyntaxFilters> | ||
<SdkLinkTarget>Self</SdkLinkTarget> | ||
<RootNamespaceContainer>False</RootNamespaceContainer> | ||
<PresentationStyle>VS2010</PresentationStyle> | ||
<Preliminary>False</Preliminary> | ||
<NamingMethod>Guid</NamingMethod> | ||
<HelpTitle>Adobe Connect .Net SDK</HelpTitle> | ||
<ContentPlacement>AboveNamespaces</ContentPlacement> | ||
<DocumentationSources> | ||
<DocumentationSource sourceFile="AdobeConnectSDK.dll" /> | ||
<DocumentationSource sourceFile="AdobeConnectSDK.xml" /> | ||
</DocumentationSources> | ||
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
<HelpFileFormat>HtmlHelp1</HelpFileFormat> | ||
<IndentHtml>False</IndentHtml> | ||
<KeepLogFile>True</KeepLogFile> | ||
<DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
<CppCommentsFixup>False</CppCommentsFixup> | ||
<CleanIntermediates>True</CleanIntermediates> | ||
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems> | ||
<PlugInConfigurations> | ||
<PlugInConfig id="Script# Reflection File Fixer" enabled="True" xmlns=""> | ||
<configuration /> | ||
</PlugInConfig> | ||
</PlugInConfigurations> | ||
<ComponentConfigurations> | ||
<ComponentConfig id="Code Block Component" enabled="True" xmlns=""> | ||
<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll"> | ||
<basePath value="{@HtmlEncProjectFolder}" /> | ||
<outputPaths>{@HelpFormatOutputPaths}</outputPaths> | ||
<allowMissingSource value="false" /> | ||
<removeRegionMarkers value="false" /> | ||
<colorizer syntaxFile="{@SHFBFolder}Colorizer\highlight.xml" styleFile="{@SHFBFolder}Colorizer\highlight.xsl" stylesheet="{@SHFBFolder}Colorizer\highlight.css" scriptFile="{@SHFBFolder}Colorizer\highlight.js" language="cs" tabSize="0" numberLines="false" outlining="false" keepSeeTags="false" defaultTitle="true" /> | ||
</component> | ||
</ComponentConfig> | ||
</ComponentConfigurations> | ||
<MissingTags>AutoDocumentCtors, AutoDocumentDispose</MissingTags> | ||
<CopyrightText>Copyright 2007-2014 Dmitry Stroganov %28dmitrystroganov.dk%29</CopyrightText> | ||
<FeedbackEMailAddress>dm%40devcell.com</FeedbackEMailAddress> | ||
<FooterText>&lt%3bbr/&gt%3b&lt%3ba href=&quot%3bhttp://help.adobe.com/en_US/connect/9.0/webservices/index.html&quot%3b target=&quot%3b_blank&quot%3b&gt%3bAdobe Connect 9 API reference&lt%3b/a&gt%3b&lt%3bbr/&gt%3b</FooterText> | ||
<BuildLogFile /> | ||
<HtmlHelp1xCompilerPath /> | ||
<HtmlHelp2xCompilerPath /> | ||
<SandcastlePath /> | ||
<WorkingPath /> | ||
</PropertyGroup> | ||
<!-- There are no properties for these groups. AnyCPU needs to appear in | ||
order for Visual Studio to perform the build. The others are optional | ||
common platform types that may appear. --> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> | ||
</PropertyGroup> | ||
<!-- Import the SHFB build targets --> | ||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.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,36 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2013 | ||
VisualStudioVersion = 12.0.30723.0 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdobeConnectSDK", "AdobeConnectSDK\AdobeConnectSDK.csproj", "{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingTool", "ReportingTool\ReportingTool.csproj", "{436168D7-1B63-4DCF-BF5C-3F5AB24D8ABE}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SdkTests", "SdkTests\SdkTests.csproj", "{58D4A0AA-5698-459F-9040-DDD049AFCE12}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{875BE40D-FDE7-43CE-9CD1-BAEC7590AE2F}" | ||
ProjectSection(SolutionItems) = preProject | ||
SdkTestSettings.testsettings = SdkTestSettings.testsettings | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{436168D7-1B63-4DCF-BF5C-3F5AB24D8ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{436168D7-1B63-4DCF-BF5C-3F5AB24D8ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{58D4A0AA-5698-459F-9040-DDD049AFCE12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{58D4A0AA-5698-459F-9040-DDD049AFCE12}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{58D4A0AA-5698-459F-9040-DDD049AFCE12}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
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,135 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>9.0.30729</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{037EB3BD-6BE6-4BCE-B538-9677AEE525AA}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>AdobeConnectSDK</RootNamespace> | ||
<AssemblyName>AdobeConnectSDK</AssemblyName> | ||
<StartupObject> | ||
</StartupObject> | ||
<SccProjectName>SAK</SccProjectName> | ||
<SccLocalPath>SAK</SccLocalPath> | ||
<SccAuxPath>SAK</SccAuxPath> | ||
<SccProvider>SAK</SccProvider> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile> | ||
</AssemblyOriginatorKeyFile> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<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> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>bin\debug\AdobeConnectSDK.XML</DocumentationFile> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
<GenerateSerializationAssemblies>On</GenerateSerializationAssemblies> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
<DocumentationFile>bin\Release\AdobeConnectSDK.XML</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.configuration" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Common\Constants.cs" /> | ||
<Compile Include="Common\Helpers.cs" /> | ||
<Compile Include="Extensions\MeetingManagement.cs" /> | ||
<Compile Include="Extensions\PrincipalManagement.cs" /> | ||
<Compile Include="Extensions\Reporting.cs" /> | ||
<Compile Include="Model\EventInfo.cs" /> | ||
<Compile Include="Common\HttpCommunicationProvider.cs" /> | ||
<Compile Include="Common\HttpUtilsInternal.cs" /> | ||
<Compile Include="Interfaces\ICommunicationProvider.cs" /> | ||
<Compile Include="Interfaces\ISdkSettings.cs" /> | ||
<Compile Include="Model\MeetingDetail.cs" /> | ||
<Compile Include="Model\MeetingItem.cs" /> | ||
<Compile Include="Model\MeetingUpdateItem.cs" /> | ||
<Compile Include="Model\Permissions.cs" /> | ||
<Compile Include="Model\PrincipalDetail.cs" /> | ||
<Compile Include="Model\XmlDateTimeBase.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Model\QuotaInfo.cs" /> | ||
<Compile Include="Model\ScoShortcut.cs" /> | ||
<Compile Include="Common\SdkSettings.cs" /> | ||
<Compile Include="Model\StatusInfo.cs" /> | ||
<Compile Include="Model\TransactionInfo.cs" /> | ||
<Compile Include="Model\UserInfo.cs" /> | ||
<Compile Include="AdobeConnectXmlAPI.cs" /> | ||
<Compile Include="Common\XmlFragmentWriter.cs" /> | ||
<Compile Include="Common\XmlSerializerHelpersGeneric.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="app.config"> | ||
<SubType>Designer</SubType> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\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> | ||
--> | ||
<PropertyGroup> | ||
<PostBuildEvent> | ||
</PostBuildEvent> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.