[simias-svn] SF.net SVN: simias:[7647] trunk/src
Brought to you by:
srinidhi_bs
|
From: <kal...@us...> - 2013-08-02 05:59:04
|
Revision: 7647
http://sourceforge.net/p/simias/code/7647
Author: kalidasbala
Date: 2013-08-02 05:59:00 +0000 (Fri, 02 Aug 2013)
Log Message:
-----------
ID:#00000
Reviewer: Kalis
Localization Required: No
Documentation Required: No
Description: Upgrade to VS 2010
Modified Paths:
--------------
trunk/src/core/POBoxWS/POBoxWS.csproj
trunk/src/core/SimiasApp/Simias.csproj
trunk/src/core/SimiasClient/SimiasClient.csproj
trunk/src/core/SimiasLib.csproj
trunk/src/core/SimiasLib.sln
trunk/src/core/SyncService/SyncService.csproj
trunk/src/core/WebService/SimiasWebService.csproj
trunk/src/server/Simias.ADLdapProvider/Simias.ADLdapProvider.csproj
trunk/src/server/Simias.ClientUpdate/ClientUpdate.csproj
trunk/src/server/Simias.HostService/Simias.HostService.csproj
trunk/src/server/Simias.HttpFile/Simias.HttpFile.csproj
trunk/src/server/Simias.LdapProvider/Simias.LdapProvider.csproj
trunk/src/server/Simias.OpenLdapProvider/Simias.OpenLdapProvider.csproj
trunk/src/server/Simias.Rss/Simias.Rss.csproj
trunk/src/server/Simias.Server/Simias.Server.csproj
trunk/src/server/server.sln
trunk/src/server/setup/SimiasServerSetup.csproj
Modified: trunk/src/core/POBoxWS/POBoxWS.csproj
===================================================================
--- trunk/src/core/POBoxWS/POBoxWS.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/POBoxWS/POBoxWS.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasApp/Simias.csproj
===================================================================
--- trunk/src/core/SimiasApp/Simias.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/SimiasApp/Simias.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
@@ -91,6 +94,10 @@
<Optimize>true</Optimize>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <PlatformTarget>x86</PlatformTarget>
+ <OutputPath>bin\Debug\</OutputPath>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="Mono.WebServer2, Version=0.2.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -130,6 +137,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
+ <None Include="app.config" />
<None Include="iFolder.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Modified: trunk/src/core/SimiasClient/SimiasClient.csproj
===================================================================
--- trunk/src/core/SimiasClient/SimiasClient.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/SimiasClient/SimiasClient.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasLib.csproj
===================================================================
--- trunk/src/core/SimiasLib.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/SimiasLib.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/SimiasLib.sln
===================================================================
--- trunk/src/core/SimiasLib.sln 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/SimiasLib.sln 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,5 +1,5 @@
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimiasLib", "SimiasLib.csproj", "{7839E703-0177-4162-B083-BCFD4ED1CC1B}"
ProjectSection(ProjectDependencies) = postProject
{188191A2-3D4D-404E-8F66-A1FAB865F586} = {188191A2-3D4D-404E-8F66-A1FAB865F586}
@@ -11,7 +11,7 @@
{188191A2-3D4D-404E-8F66-A1FAB865F586} = {188191A2-3D4D-404E-8F66-A1FAB865F586}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlaimWrapper", "FlaimProvider\FlaimWrapper\FlaimWrapper.vcproj", "{188191A2-3D4D-404E-8F66-A1FAB865F586}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlaimWrapper", "FlaimProvider\FlaimWrapper\FlaimWrapper.vcxproj", "{188191A2-3D4D-404E-8F66-A1FAB865F586}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimiasWebService", "WebService\SimiasWebService.csproj", "{BEB45326-E6BE-45F1-B7AF-8A404656C684}"
EndProject
@@ -23,34 +23,64 @@
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|Win32.ActiveCfg = Debug|x86
+ {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|Win32.Build.0 = Debug|x86
+ {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|x64.ActiveCfg = Debug|x64
+ {7839E703-0177-4162-B083-BCFD4ED1CC1B}.Debug|x64.Build.0 = Debug|x64
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|Win32.ActiveCfg = Release|x86
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|Win32.Build.0 = Release|x86
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|x64.ActiveCfg = Release|x64
{7839E703-0177-4162-B083-BCFD4ED1CC1B}.Release|x64.Build.0 = Release|x64
+ {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|Win32.ActiveCfg = Debug|x86
+ {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|Win32.Build.0 = Debug|x86
+ {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|x64.ActiveCfg = Debug|x64
+ {FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Debug|x64.Build.0 = Debug|x64
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|Win32.ActiveCfg = Release|x86
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|Win32.Build.0 = Release|x86
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|x64.ActiveCfg = Release|x64
{FBC32721-2AEE-48D5-8353-FAACC2AF16B2}.Release|x64.Build.0 = Release|x64
+ {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|Win32.ActiveCfg = Debug|Win32
+ {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|Win32.Build.0 = Debug|Win32
+ {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|x64.ActiveCfg = Release|x64
+ {188191A2-3D4D-404E-8F66-A1FAB865F586}.Debug|x64.Build.0 = Release|x64
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|Win32.ActiveCfg = Release|Win32
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|Win32.Build.0 = Release|Win32
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|x64.ActiveCfg = Release|x64
{188191A2-3D4D-404E-8F66-A1FAB865F586}.Release|x64.Build.0 = Release|x64
+ {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|Win32.ActiveCfg = Debug|x86
+ {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|Win32.Build.0 = Debug|x86
+ {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|x64.ActiveCfg = Debug|x64
+ {BEB45326-E6BE-45F1-B7AF-8A404656C684}.Debug|x64.Build.0 = Debug|x64
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|Win32.ActiveCfg = Release|x86
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|Win32.Build.0 = Release|x86
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|x64.ActiveCfg = Release|x64
{BEB45326-E6BE-45F1-B7AF-8A404656C684}.Release|x64.Build.0 = Release|x64
+ {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|Win32.ActiveCfg = Debug|x86
+ {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|Win32.Build.0 = Debug|x86
+ {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|x64.ActiveCfg = Debug|x64
+ {3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Debug|x64.Build.0 = Debug|x64
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|Win32.ActiveCfg = Release|x86
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|Win32.Build.0 = Release|x86
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|x64.ActiveCfg = Release|x64
{3275A0B3-4BE7-4FB4-83F9-601FA09C0C86}.Release|x64.Build.0 = Release|x64
+ {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|Win32.ActiveCfg = Debug|x86
+ {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|Win32.Build.0 = Debug|x86
+ {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|x64.ActiveCfg = Debug|x64
+ {4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Debug|x64.Build.0 = Debug|x64
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|Win32.ActiveCfg = Release|x86
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|Win32.Build.0 = Release|x86
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|x64.ActiveCfg = Release|x64
{4C2C177D-6D5C-46F1-9345-7BE58F1422B1}.Release|x64.Build.0 = Release|x64
+ {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|Win32.ActiveCfg = Debug|x86
+ {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|Win32.Build.0 = Debug|x86
+ {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|x64.ActiveCfg = Debug|x64
+ {E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Debug|x64.Build.0 = Debug|x64
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|Win32.ActiveCfg = Release|x86
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|Win32.Build.0 = Release|x86
{E38BAF80-9B31-4D15-A002-E775B96FAFA6}.Release|x64.ActiveCfg = Release|x64
Modified: trunk/src/core/SyncService/SyncService.csproj
===================================================================
--- trunk/src/core/SyncService/SyncService.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/SyncService/SyncService.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/core/WebService/SimiasWebService.csproj
===================================================================
--- trunk/src/core/WebService/SimiasWebService.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/core/WebService/SimiasWebService.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -26,7 +27,9 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
Modified: trunk/src/server/Simias.ADLdapProvider/Simias.ADLdapProvider.csproj
===================================================================
--- trunk/src/server/Simias.ADLdapProvider/Simias.ADLdapProvider.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/server/Simias.ADLdapProvider/Simias.ADLdapProvider.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,140 +1,124 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{E12333DC-7C6C-48BA-8439-AC53D1A33766}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "Simias.ADLdapProvider"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "Simias.ADLdapProvider"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "TRACE"
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "true"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.Xml"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
- />
- <Reference
- Name = "log4net"
- AssemblyName = "log4net"
- HintPath = "..\..\..\external\log4net\bin\net\1.1\release\log4net.dll"
- />
- <Reference
- Name = "Novell.Directory.Ldap"
- AssemblyName = "Novell.Directory.Ldap"
- HintPath = "..\..\..\external\csharpldap\Novell.Directory.Ldap.dll"
- />
- <Reference
- Name = "Mono.Security"
- AssemblyName = "Mono.Security"
- HintPath = "..\..\..\external\csharpldap\Mono.Security.dll"
- />
- <Reference
- Name = "Simias.Server"
- AssemblyName = "Simias.Server"
- HintPath = "..\Simias.Server\Simias.Server.dll"
- />
- <Reference
- Name = "SimiasClient"
- AssemblyName = "SimiasClient"
- HintPath = "..\..\core\SimiasClient\SimiasClient.dll"
- />
- <Reference
- Name = "SimiasLib"
- AssemblyName = "SimiasLib"
- HintPath = "..\..\core\SimiasLib.dll\SimiasLib.dll"
- />
- <Reference
- Name = "Simias.LdapProvider"
- AssemblyName = "Simias.LdapProvider"
- HintPath = "..\Simias.LdapProvider\Simias.LdapProvider.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "ADLdapSync.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "User.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- </Include>
- </Files>
- </CSHARP>
-</VisualStudioProject>
-
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <ProjectType>Local</ProjectType>
+ <ProductVersion>8.0.30319</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{E12333DC-7C6C-48BA-8439-AC53D1A33766}</ProjectGuid>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ApplicationIcon />
+ <AssemblyKeyContainerName />
+ <AssemblyName>Simias.ADLdapProvider</AssemblyName>
+ <AssemblyOriginatorKeyFile />
+ <DefaultClientScript>JScript</DefaultClientScript>
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
+ <DelaySign>false</DelaySign>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Simias.ADLdapProvider</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <StartupObject />
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>0.0</OldToolsVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DocumentationFile />
+ <DebugSymbols>true</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>full</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants>TRACE</DefineConstants>
+ <DocumentationFile />
+ <DebugSymbols>false</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>true</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>none</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="log4net">
+ <Name>log4net</Name>
+ <HintPath>..\..\..\external\log4net\bin\net\1.1\release\log4net.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security">
+ <Name>Mono.Security</Name>
+ <HintPath>..\..\..\external\csharpldap\Mono.Security.dll</HintPath>
+ </Reference>
+ <Reference Include="Novell.Directory.Ldap">
+ <Name>Novell.Directory.Ldap</Name>
+ <HintPath>..\..\..\external\csharpldap\Novell.Directory.Ldap.dll</HintPath>
+ </Reference>
+ <Reference Include="Simias.LdapProvider">
+ <Name>Simias.LdapProvider</Name>
+ <HintPath>..\Simias.LdapProvider\Simias.LdapProvider.dll</HintPath>
+ </Reference>
+ <Reference Include="Simias.Server">
+ <Name>Simias.Server</Name>
+ <HintPath>..\Simias.Server\Simias.Server.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasClient">
+ <Name>SimiasClient</Name>
+ <HintPath>..\..\core\SimiasClient\SimiasClient.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasLib">
+ <Name>SimiasLib</Name>
+ <HintPath>..\..\core\SimiasLib.dll\SimiasLib.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Xml">
+ <Name>System.XML</Name>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="ADLdapSync.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="AssemblyInfo.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="User.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <PropertyGroup>
+ <PreBuildEvent />
+ <PostBuildEvent />
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Modified: trunk/src/server/Simias.ClientUpdate/ClientUpdate.csproj
===================================================================
--- trunk/src/server/Simias.ClientUpdate/ClientUpdate.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/server/Simias.ClientUpdate/ClientUpdate.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,139 +1,116 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{D2793964-4AF4-44EA-8B73-A5E6F853E7BE}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "ClientUpdate"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "ClientUpdate"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "TRACE"
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "true"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.Xml"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
- />
- <Reference
- Name = "System.Web"
- AssemblyName = "System.Web"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
- />
- <Reference
- Name = "System.Web.Services"
- AssemblyName = "System.Web.Services"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
- />
- <Reference
- Name = "SimiasLib"
- AssemblyName = "SimiasLib"
- HintPath = "..\..\core\SimiasLib.dll\SimiasLib.dll"
- />
- <Reference
- Name = "SimiasClient"
- AssemblyName = "SimiasClient"
- HintPath = "..\..\core\SimiasClient\SimiasClient.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ClientUpdate.asmx"
- BuildAction = "Content"
- />
- <File
- RelPath = "ClientUpdate.asmx.cs"
- DependentUpon = "ClientUpdate.asmx"
- SubType = "Component"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ClientUpdate.asmx.resx"
- DependentUpon = "ClientUpdate.asmx.cs"
- BuildAction = "EmbeddedResource"
- />
- <File
- RelPath = "ClientUpdateHandler.ashx"
- BuildAction = "None"
- />
- <File
- RelPath = "ClientUpdateHandler.ashx.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- </Include>
- </Files>
- </CSHARP>
-</VisualStudioProject>
-
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <ProjectType>Local</ProjectType>
+ <ProductVersion>8.0.30319</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{D2793964-4AF4-44EA-8B73-A5E6F853E7BE}</ProjectGuid>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ApplicationIcon />
+ <AssemblyKeyContainerName />
+ <AssemblyName>ClientUpdate</AssemblyName>
+ <AssemblyOriginatorKeyFile />
+ <DefaultClientScript>JScript</DefaultClientScript>
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
+ <DelaySign>false</DelaySign>
+ <OutputType>Library</OutputType>
+ <RootNamespace>ClientUpdate</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <StartupObject />
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>0.0</OldToolsVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DocumentationFile />
+ <DebugSymbols>true</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>full</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants>TRACE</DefineConstants>
+ <DocumentationFile />
+ <DebugSymbols>false</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>true</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>none</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="SimiasClient">
+ <Name>SimiasClient</Name>
+ <HintPath>..\..\core\SimiasClient\SimiasClient.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasLib">
+ <Name>SimiasLib</Name>
+ <HintPath>..\..\core\SimiasLib.dll\SimiasLib.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Web">
+ <Name>System.Web</Name>
+ </Reference>
+ <Reference Include="System.Web.Services">
+ <Name>System.Web.Services</Name>
+ </Reference>
+ <Reference Include="System.Xml">
+ <Name>System.XML</Name>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="AssemblyInfo.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="ClientUpdate.asmx.cs">
+ <DependentUpon>ClientUpdate.asmx</DependentUpon>
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="ClientUpdateHandler.ashx.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Content Include="ClientUpdate.asmx" />
+ <EmbeddedResource Include="ClientUpdate.asmx.resx">
+ <DependentUpon>ClientUpdate.asmx.cs</DependentUpon>
+ </EmbeddedResource>
+ <None Include="ClientUpdateHandler.ashx" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <PropertyGroup>
+ <PreBuildEvent />
+ <PostBuildEvent />
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Modified: trunk/src/server/Simias.HostService/Simias.HostService.csproj
===================================================================
--- trunk/src/server/Simias.HostService/Simias.HostService.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/server/Simias.HostService/Simias.HostService.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,133 +1,113 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{FD8F235E-CCB2-482E-8AD1-1B4F61313A7B}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "Simias.HostService"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "Simias.HostService"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "1"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "1"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
- />
- <Reference
- Name = "System.Web.Services"
- AssemblyName = "System.Web.Services"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
- />
- <Reference
- Name = "System.Web"
- AssemblyName = "System.Web"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
- />
- <Reference
- Name = "Simias.Server"
- AssemblyName = "Simias.Server"
- HintPath = "..\Simias.Server\Simias.Server.dll"
- />
- <Reference
- Name = "SimiasLib"
- AssemblyName = "SimiasLib"
- HintPath = "..\..\core\SimiasLib.dll\SimiasLib.dll"
- />
- <Reference
- Name = "SimiasClient"
- AssemblyName = "SimiasClient"
- HintPath = "..\..\core\SimiasClient\SimiasClient.dll"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.XML"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "HostAdmin.asmx"
- BuildAction = "Content"
- />
- <File
- RelPath = "HostLocation.asmx"
- BuildAction = "Content"
- />
- <File
- RelPath = "HostService.cs"
- SubType = "Component"
- BuildAction = "Compile"
- />
- <File
- RelPath = "HostService.resx"
- DependentUpon = "HostService.cs"
- BuildAction = "EmbeddedResource"
- />
- </Include>
- </Files>
- </CSHARP>
-</VisualStudioProject>
-
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <ProjectType>Local</ProjectType>
+ <ProductVersion>8.0.30319</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{FD8F235E-CCB2-482E-8AD1-1B4F61313A7B}</ProjectGuid>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ApplicationIcon />
+ <AssemblyKeyContainerName />
+ <AssemblyName>Simias.HostService</AssemblyName>
+ <AssemblyOriginatorKeyFile />
+ <DefaultClientScript>JScript</DefaultClientScript>
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
+ <DelaySign>false</DelaySign>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Simias.HostService</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <StartupObject />
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>0.0</OldToolsVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants />
+ <DocumentationFile />
+ <DebugSymbols>true</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>1</WarningLevel>
+ <DebugType>full</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants />
+ <DocumentationFile />
+ <DebugSymbols>false</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>1</WarningLevel>
+ <DebugType>none</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Simias.Server">
+ <Name>Simias.Server</Name>
+ <HintPath>..\Simias.Server\Simias.Server.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasClient">
+ <Name>SimiasClient</Name>
+ <HintPath>..\..\core\SimiasClient\SimiasClient.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasLib">
+ <Name>SimiasLib</Name>
+ <HintPath>..\..\core\SimiasLib.dll\SimiasLib.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Web">
+ <Name>System.Web</Name>
+ </Reference>
+ <Reference Include="System.Web.Services">
+ <Name>System.Web.Services</Name>
+ </Reference>
+ <Reference Include="System.XML">
+ <Name>System.XML</Name>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="HostService.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Content Include="HostAdmin.asmx" />
+ <Content Include="HostLocation.asmx" />
+ <EmbeddedResource Include="HostService.resx">
+ <DependentUpon>HostService.cs</DependentUpon>
+ </EmbeddedResource>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <PropertyGroup>
+ <PreBuildEvent />
+ <PostBuildEvent />
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Modified: trunk/src/server/Simias.HttpFile/Simias.HttpFile.csproj
===================================================================
--- trunk/src/server/Simias.HttpFile/Simias.HttpFile.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/server/Simias.HttpFile/Simias.HttpFile.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,115 +1,104 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{E8C645DE-5067-4546-AC84-867F8381792C}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "Simias.HttpFile"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "Simias.HttpFile"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = "Simias.HttpFile.xml"
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "1"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.Xml"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
- />
- <Reference
- Name = "System.Web"
- AssemblyName = "System.Web"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
- />
- <Reference
- Name = "SimiasLib"
- AssemblyName = "SimiasLib"
- HintPath = "..\..\core\SimiasLib.dll\SimiasLib.dll"
- />
- <Reference
- Name = "SimiasClient"
- AssemblyName = "SimiasClient"
- HintPath = "..\..\core\SimiasClient\SimiasClient.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "SimiasFile.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- </Include>
- </Files>
- </CSHARP>
-</VisualStudioProject>
-
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
+ <PropertyGroup>
+ <ProjectType>Local</ProjectType>
+ <ProductVersion>8.0.30319</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{E8C645DE-5067-4546-AC84-867F8381792C}</ProjectGuid>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ApplicationIcon />
+ <AssemblyKeyContainerName />
+ <AssemblyName>Simias.HttpFile</AssemblyName>
+ <AssemblyOriginatorKeyFile />
+ <DefaultClientScript>JScript</DefaultClientScript>
+ <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
+ <DefaultTargetSchema>IE50</DefaultTargetSchema>
+ <DelaySign>false</DelaySign>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Simias.HttpFile</RootNamespace>
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
+ <StartupObject />
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>0.0</OldToolsVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants />
+ <DocumentationFile>Simias.HttpFile.xml</DocumentationFile>
+ <DebugSymbols>true</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>4</WarningLevel>
+ <DebugType>full</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release\</OutputPath>
+ <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+ <BaseAddress>285212672</BaseAddress>
+ <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+ <ConfigurationOverrideFile />
+ <DefineConstants />
+ <DocumentationFile />
+ <DebugSymbols>false</DebugSymbols>
+ <FileAlignment>4096</FileAlignment>
+ <NoStdLib>false</NoStdLib>
+ <NoWarn />
+ <Optimize>false</Optimize>
+ <RegisterForComInterop>false</RegisterForComInterop>
+ <RemoveIntegerChecks>false</RemoveIntegerChecks>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningLevel>1</WarningLevel>
+ <DebugType>none</DebugType>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="SimiasClient">
+ <Name>SimiasClient</Name>
+ <HintPath>..\..\core\SimiasClient\SimiasClient.dll</HintPath>
+ </Reference>
+ <Reference Include="SimiasLib">
+ <Name>SimiasLib</Name>
+ <HintPath>..\..\core\SimiasLib.dll\SimiasLib.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Web">
+ <Name>System.Web</Name>
+ </Reference>
+ <Reference Include="System.Xml">
+ <Name>System.XML</Name>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="AssemblyInfo.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ <Compile Include="SimiasFile.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <PropertyGroup>
+ <PreBuildEvent />
+ <PostBuildEvent />
+ </PropertyGroup>
+</Project>
\ No newline at end of file
Modified: trunk/src/server/Simias.LdapProvider/Simias.LdapProvider.csproj
===================================================================
--- trunk/src/server/Simias.LdapProvider/Simias.LdapProvider.csproj 2013-07-30 10:41:06 UTC (rev 7646)
+++ trunk/src/server/Simias.LdapProvider/Simias.LdapProvider.csproj 2013-08-02 05:59:00 UTC (rev 7647)
@@ -1,145 +1,126 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.10.3077"
- SchemaVersion = "2.0"
- ProjectGuid = "{99F372BB-78E0-4B35-AFDA-6727FC79B4A4}"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "Simias.LdapProvider"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Grid"
- DefaultTargetSchema = "IE50"
- DelaySign = "false"
- OutputType = "Library"
- PreBuildEvent = ""
- PostBuildEvent = ""
- RootNamespace = "Simias.LdapProvider"
- RunPostBuildEvent = "OnBuildSuccess"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = ""
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "1"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "285212672"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = ""
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- NoStdLib = "false"
- NoWarn = ""
- Optimize = "false"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "1"
- />
- </Settings>
- <References>
- <Reference
- Name = "Simias.Server"
- AssemblyName = "Simias.Server"
- HintPath = "..\Simias.Server\Simias.Server.dll"
- />
- <Reference
- Name = "SimiasClient"
- AssemblyName = "SimiasClient"
- HintPath = "..\..\core\SimiasClient\SimiasClient.dll"
- />
- <Reference
- Name = "SimiasLib"
- AssemblyName = "SimiasLib"
- HintPath = "..\..\core\SimiasLib.dll\SimiasLib.dll"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.Xml"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
- />
- <Reference
- Name = "System"
- AssemblyName = "System"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
- />
- <Reference
- Name = "System.Web"
- AssemblyName = "System.Web"
- HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
- />
- <Reference
- Name = "Novell.Directory.Ldap"
- AssemblyName = "Novell.Directory.Ldap"
- HintPath = "..\..\..\external\csharpldap\Novell.Directory.Ldap.dll"
- />
- <Reference
- Name = "Mono.Security"
- AssemblyName = "Mono.Security"
- HintPath = "..\..\..\external\csharpldap\Mono.Security.dll"
- />
- <Reference
- Name = "log4net"
- AssemblyName = "log4net"
- HintPath = "..\..\..\external\log4net\bin\net\1.1\release\log4net.dll"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "LdapSettings.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "LdapSync.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- ...
[truncated message content] |