Changeset 4555

Show
Ignore:
Timestamp:
01/19/08 16:25:22 (11 months ago)
Author:
xmlhacker
Message:

beginning to build out the ASP.NET pipeline for end-to-end agent based request processing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/ConsoleApps/FileSystemWatcher/FileSystemWatcher.csproj

    r4102 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{64C1203C-1912-4FE0-BA73-01BA2B0758E4}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.FileSystem</RootNamespace> 
    1212    <AssemblyName>Watcher</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515  </PropertyGroup> 
     
    3434  <ItemGroup> 
    3535    <Reference Include="System" /> 
     36    <Reference Include="System.Core"> 
     37      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     38    </Reference> 
    3639    <Reference Include="System.Data" /> 
    3740    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Agent/Nuxleus.Agent.csproj

    r4541 r4555  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.21022</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{C556BDDD-DF33-4C40-AC9B-3AE90FC214DA}</ProjectGuid> 
     
    1717    <UpgradeBackupLocation> 
    1818    </UpgradeBackupLocation> 
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1920  </PropertyGroup> 
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    3839  <ItemGroup> 
    3940    <Reference Include="System" /> 
     41    <Reference Include="System.Core"> 
     42      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     43    </Reference> 
    4044    <Reference Include="System.Data" /> 
    4145    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Authentication/Nuxleus.Authentication.csproj

    r4359 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{ACE1943D-302E-4D83-8E54-4A9ABBF20D97}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Authentication</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Authentication</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3737    <Reference Include="System" /> 
    3838    <Reference Include="System.configuration" /> 
     39    <Reference Include="System.Core"> 
     40      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     41    </Reference> 
    3942    <Reference Include="System.Data" /> 
    4043    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Build/Nuxleus.Build.csproj

    r4359 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{A605AE3C-C79F-43F4-8979-2624544DFC84}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Build</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Build</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Command/Nuxleus.Command.csproj

    r4522 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{091EC796-27A0-4EDF-9286-B7ABF7981769}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus</RootNamespace> 
    1212    <AssemblyName>nux</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.EnterpriseServices" /> 
  • trunk/nuxleus/Source/Nuxleus.Configuration/Nuxleus.Configuration.csproj

    r4102 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{0FFD8B77-2852-4CB0-9B85-29424C40FC44}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Configuration</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Configuration</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3737    <Reference Include="System" /> 
    3838    <Reference Include="System.configuration" /> 
     39    <Reference Include="System.Core"> 
     40      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     41    </Reference> 
    3942    <Reference Include="System.Data" /> 
    4043    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Cryptography/Nuxleus.Cryptography.csproj

    r4359 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{76489AFC-B3D6-40E4-AA45-840D069E4F43}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Cryptography</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Cryptography</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Entity.Profile/Nuxleus.Entity.Profile.csproj

    r4541 r4555  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.21022</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{25F7447A-1098-4176-AF19-91B8E2D6796B}</ProjectGuid> 
     
    1717    <UpgradeBackupLocation> 
    1818    </UpgradeBackupLocation> 
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1920  </PropertyGroup> 
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    3738  <ItemGroup> 
    3839    <Reference Include="System" /> 
     40    <Reference Include="System.Core"> 
     41      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     42    </Reference> 
    3943    <Reference Include="System.Data" /> 
    4044    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Entity/Nuxleus.Entity.csproj

    r4102 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{511566A4-21DC-45E3-A3F8-84763000C72E}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Entity</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Entity</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3535  <ItemGroup> 
    3636    <Reference Include="System" /> 
     37    <Reference Include="System.Core"> 
     38      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     39    </Reference> 
    3740    <Reference Include="System.Data" /> 
    3841    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Extension.Amp.Fm/Nuxleus.Extension.Amp.Fm.csproj

    r4102 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{284A2E2B-6FD6-4650-A001-AC9D64D31EBF}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Extension.Amp.Fm</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Extension.Amp.Fm</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3737    <Reference Include="System" /> 
    3838    <Reference Include="System.configuration" /> 
     39    <Reference Include="System.Core"> 
     40      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     41    </Reference> 
    3942    <Reference Include="System.Data" /> 
    4043    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Extension.Aws/Nuxleus.Extension.Aws.csproj

    r4464 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{058E925F-6FD0-4FAF-AA97-22D48D62923E}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Extension.AWS</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Extension.AWS</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Extension.Community/Nuxleus.Extension.Community.csproj

    r4102 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{E93FCC90-2594-45FF-9B5F-407ECB3E7939}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Extension.Community</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Extension.Community</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Extension.Facebook/Nuxleus.Extension.Facebook.csproj

    r4148 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>9.0.20706</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{57859464-D977-4E77-89D9-6296DF953143}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Extension.Facebook</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Extension.Facebook</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3737    <Reference Include="System" /> 
    3838    <Reference Include="System.configuration" /> 
     39    <Reference Include="System.Core"> 
     40      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     41    </Reference> 
    3942    <Reference Include="System.Data" /> 
    4043    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Extension.Silverlight/Nuxleus.Extension.Silverlight.csproj

    r4359 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{BF27BEF5-350C-4361-A58F-0C73D1D47CBC}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Extension.Silverlight</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Extension.Silverlight</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3737    <Reference Include="System" /> 
    3838    <Reference Include="System.configuration" /> 
     39    <Reference Include="System.Core"> 
     40      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     41    </Reference> 
    3942    <Reference Include="System.Data" /> 
    4043    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Geo/Nuxleus.Geo.csproj

    r4541 r4555  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.21022</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{9054928F-69AF-4448-BEC0-591BC9393AE8}</ProjectGuid> 
     
    1717    <UpgradeBackupLocation> 
    1818    </UpgradeBackupLocation> 
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1920  </PropertyGroup> 
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    3738  <ItemGroup> 
    3839    <Reference Include="System" /> 
     40    <Reference Include="System.Core"> 
     41      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     42    </Reference> 
    3943    <Reference Include="System.Data" /> 
    4044    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.IO/Nuxleus.IO.csproj

    r4522 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{76B51906-3D94-412F-B943-84CD2A41AE11}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.IO</RootNamespace> 
    1212    <AssemblyName>Nuxleus.IO</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    4545    <Reference Include="System" /> 
    4646    <Reference Include="System.configuration" /> 
     47    <Reference Include="System.Core"> 
     48      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     49    </Reference> 
    4750    <Reference Include="System.Data" /> 
    4851    <Reference Include="System.Web" /> 
  • trunk/nuxleus/Source/Nuxleus.Language/Nuxleus.Language.csproj

    r4359 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{373A5DB1-4098-4DAB-971D-EAEF59F9B3CC}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Language</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Language</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Logging/Nuxleus.Logging.csproj

    r4383 r4555  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{54C0DC78-3BF7-4DCF-BEA0-25E757B8BDC1}</ProjectGuid> 
     
    1111    <RootNamespace>Nuxleus.Logging</RootNamespace> 
    1212    <AssemblyName>Nuxleus.Logging</AssemblyName> 
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
    1414    <FileAlignment>512</FileAlignment> 
    1515    <SignAssembly>true</SignAssembly> 
     
    3636  <ItemGroup> 
    3737    <Reference Include="System" /> 
     38    <Reference Include="System.Core"> 
     39      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     40    </Reference> 
    3841    <Reference Include="System.Data" /> 
    3942    <Reference Include="System.Xml" /> 
  • trunk/nuxleus/Source/Nuxleus.Messaging/Nuxleus.Messaging.csproj

    r4383 r4555  
    11<?xml version="1.0" encoding="utf-8"?> 
    22<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    3     <PropertyGroup> 
    4         <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    5         <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6         <ProductVersion>8.0.50727</ProductVersion> 
    7         <SchemaVersion>2.0</SchemaVersion> 
    8         <ProjectGuid>{AED10FB5-FA04-4C28-9BF4-26C2278175E7}</ProjectGuid> 
    9         <OutputType>Library</OutputType> 
    10         <AppDesignerFolder>Properties</AppDesignerFolder> 
    11         <RootNamespace>Nuxleus.Messaging</RootNamespace> 
    12         <AssemblyName>Nuxleus.Messaging</AssemblyName> 
    13         <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 
    14         <FileAlignment>512</FileAlignment> 
    15         <SignAssembly>true</SignAssembly> 
    16         <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 
    17     </PropertyGroup> 
    18     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
    19         <DebugSymbols>true</DebugSymbols> 
    20         <DebugType>full</DebugType> 
    21         <Optimize>false</Optimize> 
    22         <OutputPath>..\build\bin\</OutputPath> 
    23         <DefineConstants>DEBUG;TRACE</DefineConstants> 
    24         <ErrorReport>prompt</ErrorReport> 
    25         <WarningLevel>4</WarningLevel> 
    26         <DocumentationFile>..\docs\Nuxleus.Messaging.XML</DocumentationFile> 
    27     </PropertyGroup> 
    28     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
    29         <DebugType>pdbonly</DebugType> 
    30         <Optimize>true</Optimize> 
    31         <OutputPath>bin\Release\</OutputPath> 
    32         <DefineConstants>TRACE</DefineConstants> 
    33         <ErrorReport>prompt</ErrorReport> 
    34         <WarningLevel>4</WarningLevel> 
    35     </PropertyGroup> 
    36     <ItemGroup> 
    37         <Reference 
    38             Include="Memcached.ClientLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42c0400964dcc297, processorArchitecture=MSIL"> 
    39             <SpecificVersion>False</SpecificVersion> 
    40             <HintPath>..\Dependencies\Memcached.ClientLibrary.dll</HintPath> 
    41         </Reference> 
    42         <Reference Include="System" /> 
    43         <Reference Include="System.Data" /> 
    44         <Reference Include="System.Xml" /> 
    45     </ItemGroup> 
    46     <ItemGroup> 
    47         <Compile Include="Agent.cs" /> 
    48         <Compile Include="Core\*.cs" /> 
    49         <Compile Include="Message\IMessage.cs" /> 
    50         <Compile Include="LLUP\*.cs" /> 
    51         <Compile Include="LLUP\Filters\*.cs" /> 
    52         <Compile Include="LLUP\Subscribers\*.cs" /> 
    53         <Compile Include="LoadBalancer\*.cs" /> 
    54         <Compile Include="Message\Message.cs" /> 
    55         <Compile Include="Message\MessageClient.cs" /> 
    56         <Compile Include="Message\MessageServer.cs" /> 
    57         <Compile Include="Message\MessageService.cs" /> 
    58         <Compile Include="Notification\*.cs" /> 
    59         <Compile Include="PostOffice\*.cs" /> 
    60         <Compile Include="Properties\AssemblyInfo.cs" /> 
    61         <Compile Include="QS\*.cs" /> 
    62         <Compile Include="Server\*.cs" /> 
    63         <Compile Include="XMPP\*.cs" /> 
    64     </ItemGroup> 
    65     <ItemGroup> 
    66         <None Include="Extf.Net.snk" /> 
    67     </ItemGroup> 
    68     <ItemGroup> 
    69         <ProjectReference Include="..\Dependencies\ALAZ\Source\ALAZ.SystemEx.NetEx\ALAZ.SystemEx.NetEx.csproj"> 
    70             <Project>{25162422-3B32-4FB3-8A99-6BCFBE30D9AE}</Project> 
    71             <Name>ALAZ.SystemEx.NetEx</Name> 
    72         </ProjectReference> 
    73         <ProjectReference Include="..\Dependencies\ALAZ\Source\ALAZ.SystemEx\ALAZ.SystemEx.csproj"> 
    74             <Project>{FA1EF4FC-2FC7-4B29-9EAB-2872593C89E2}</Project> 
    75             <Name>ALAZ.SystemEx</Name> 
    76         </ProjectReference> 
    77         <ProjectReference Include="..\Nuxleus.Agent\Nuxleus.Agent.csproj"> 
    78             <Project>{C556BDDD-DF33-4C40-AC9B-3AE90FC214DA}</Project> 
    79             <Name>Nuxleus.Agent</Name> 
    80         </ProjectReference> 
    81         <ProjectReference Include="..\Nuxleus.Entity\Nuxleus.Entity.csproj"> 
    82             <Project>{511566A4-21DC-45E3-A3F8-84763000C72E}</Project> 
    83             <Name>Nuxleus.Entity</Name> 
    84         </ProjectReference> 
    85         <ProjectReference Include="..\Nuxleus.PubSub\Nuxleus.PubSub.csproj"> 
    86             <Project>{5C9AF3AF-8B80-41FB-8407-747CB0FE4144}</Project> 
    87             <Name>Nuxleus.PubSub</Name> 
    88         </ProjectReference> 
    89     </ItemGroup> 
    90     <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    91     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  
     3  <PropertyGroup> 
     4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
     6    <ProductVersion>9.0.21022</ProductVersion> 
     7    <SchemaVersion>2.0</SchemaVersion> 
     8    <ProjectGuid>{AED10FB5-FA04-4C28-9BF4-26C2278175E7}</ProjectGuid> 
     9    <OutputType>Library</OutputType> 
     10    <AppDesignerFolder>Properties</AppDesignerFolder> 
     11    <RootNamespace>Nuxleus.Messaging</RootNamespace> 
     12    <AssemblyName>Nuxleus.Messaging</AssemblyName> 
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 
     14    <FileAlignment>512</FileAlignment> 
     15    <SignAssembly>true</SignAssembly> 
     16    <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 
     17  </PropertyGroup> 
     18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     19    <DebugSymbols>true</DebugSymbols> 
     20    <DebugType>full</DebugType> 
     21    <Optimize>false</Optimize> 
     22    <OutputPath>..\build\bin\</OutputPath> 
     23    <DefineConstants>DEBUG;TRACE</DefineConstants> 
     24    <ErrorReport>prompt</ErrorReport> 
     25    <WarningLevel>4</WarningLevel> 
     26    <DocumentationFile>..\docs\Nuxleus.Messaging.XML</DocumentationFile> 
     27  </PropertyGroup> 
     28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
     29    <DebugType>pdbonly</DebugType> 
     30    <Optimize>true</Optimize> 
     31    <OutputPath>bin\Release\</OutputPath> 
     32    <DefineConstants>TRACE</DefineConstants> 
     33    <ErrorReport>prompt</ErrorReport> 
     34    <WarningLevel>4</WarningLevel> 
     35  </PropertyGroup> 
     36  <ItemGroup> 
     37    <Reference Include="Memcached.ClientLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42c0400964dcc297, processorArchitecture=MSIL"> 
     38      <SpecificVersion>False</SpecificVersion> 
     39      <HintPath>..\Dependencies\Memcached.ClientLibrary.dll</HintPath> 
     40    </Reference> 
     41    <Reference Include="System" /> 
     42    <Reference Include="System.Core"> 
     43      <RequiredTargetFramework>3.5</RequiredTargetFramework> 
     44    </Reference> 
     45    <Reference Include="System.Data" /> 
     46    <Reference Include="System.Xml" /> 
     47  </ItemGroup> 
     48  <ItemGroup> 
     49    <Compile Include="Agent.cs" /> 
     50    <Compile Include="Core\*.cs" /> 
     51    <Compile Include="Message\IMessage.cs" /> 
     52    <Compile Include="LLUP\*.cs" /> 
     53    <Compile Include="LLUP\Filters\*.cs" /> 
     54    <Compile Include="LLUP\Subscribers\*.cs" /> 
     55    <Compile Include="LoadBalancer\*.cs" /> 
     56    <Compile Include="Message\Message.cs" /> 
     57    <Compile Include="Message\MessageClient.cs" /> 
     58    <Compile Include="Message\MessageServer.cs" /> 
     59    <Compile Include="Message\MessageService.cs" /> 
     60    <Compile Include="Notification\*.cs" /> 
     61    <Compile Include="PostOffice\*.cs" /> 
     62    <Compile Include="Properties\AssemblyInfo.cs" /> 
     63    <Compile Include="QS\*.cs" /> 
     64    <Compile Include="Server\*.cs" /> 
     65    <Compile Include="XMPP\*.cs" />