diff --git a/project/Equa_Auth/bin/SteamWare.dll b/project/Equa_Auth/bin/SteamWare.dll index a6de61f..d8a899b 100644 Binary files a/project/Equa_Auth/bin/SteamWare.dll and b/project/Equa_Auth/bin/SteamWare.dll differ diff --git a/project/XPS/bin/SteamWare.dll b/project/XPS/bin/SteamWare.dll index a6de61f..d8a899b 100644 Binary files a/project/XPS/bin/SteamWare.dll and b/project/XPS/bin/SteamWare.dll differ diff --git a/project/XPS/bin/XPS.dll b/project/XPS/bin/XPS.dll index 6b0653f..a8033c6 100644 Binary files a/project/XPS/bin/XPS.dll and b/project/XPS/bin/XPS.dll differ diff --git a/project/XPS/bin/XPS_data.dll b/project/XPS/bin/XPS_data.dll index fa9cfe4..20308b4 100644 Binary files a/project/XPS/bin/XPS_data.dll and b/project/XPS/bin/XPS_data.dll differ diff --git a/project/XPS/obj/EQUA/CSAutoParameterize.parameters.xml b/project/XPS/obj/EQUA/CSAutoParameterize.parameters.xml deleted file mode 100644 index 56604b9..0000000 --- a/project/XPS/obj/EQUA/CSAutoParameterize.parameters.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/CSAutoParameterize/original/Web.config b/project/XPS/obj/EQUA/CSAutoParameterize/original/Web.config deleted file mode 100644 index c3f25cf..0000000 --- a/project/XPS/obj/EQUA/CSAutoParameterize/original/Web.config +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/CSAutoParameterize/transformed/Web.config b/project/XPS/obj/EQUA/CSAutoParameterize/transformed/Web.config deleted file mode 100644 index 6770845..0000000 --- a/project/XPS/obj/EQUA/CSAutoParameterize/transformed/Web.config +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache b/project/XPS/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index c8c9417..0000000 Binary files a/project/XPS/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/project/XPS/obj/EQUA/Package/XPS.SetParameters.xml b/project/XPS/obj/EQUA/Package/XPS.SetParameters.xml deleted file mode 100644 index 9db2a9f..0000000 --- a/project/XPS/obj/EQUA/Package/XPS.SetParameters.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/Package/XPS.SourceManifest.xml b/project/XPS/obj/EQUA/Package/XPS.SourceManifest.xml deleted file mode 100644 index 5b96f90..0000000 --- a/project/XPS/obj/EQUA/Package/XPS.SourceManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/Package/XPS.deploy-readme.txt b/project/XPS/obj/EQUA/Package/XPS.deploy-readme.txt deleted file mode 100644 index d9fda9e..0000000 --- a/project/XPS/obj/EQUA/Package/XPS.deploy-readme.txt +++ /dev/null @@ -1,63 +0,0 @@ - -=========================== -Prerequisites : --------------------------- -To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL: -http://go.microsoft.com/?linkid=9278654 -This batch file requires that the package file "XPS.zip" and optionally provided the parameters file "XPS.SetParameters.xml" in the same folder or destination folder by environment variable. - -=========================== -Usage: --------------------------- -{0} [/T|/Y] [/M:ComputerName] [/U:UserName] [/P:Password] [/G:UseTempAgent] [Additional msdeploy.exe flags ...] - - -=========================== -Required Flags: --------------------------- -/T: - Calls msdeploy.exe with the "-whatif" flag, which simulates deployment. This does not deploy the package. Instead, it creates a report of what will happen when you actually deploy the package. -/Y: - Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or a destination server. Use /Y after you have verified the output that was generated by using the /T flag. - -Note: Do not use /T and /Y in the same command. - -=========================== -Optional Flags: --------------------------- - By Default, this script deploy on the current machine where this script is called with current user credential without agent service. Only pass the following value for advance scenario. - -/M: - If this flag is not specified, the package is installed on the computer where the command is run. The Service URL can be in the following format: - https://:8172/MSDeploy.axd - This format requires that IIS 7 be installed on the destination server and that IIS 7 Web Management Service(WMSvc) and Web Deployment Handler be set up. - The service URL can also be in the following format: - http:///MSDeployAgentService - This format requires administrative rights on the destination server, and it requires that Web Deploy Remote Service (MsDepSvc) be installed on the destination server. IIS 7 does not have to be installed on the destination server. - -/U: -/P: -/G: - Specifies that the package is deployed by creating a temporary listener on the destination server. This requires no special installation on the destination server, but it requires you to be an administrator on that server. The default value of this flag is False. - -/A: - Specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic; otherwise, the default authentication type is NTLM. - -/L - Specifies that the package is deployed to local IISExpress user instance. - -[Additional msdeploy.exe flags] - The msdeploy.exe command supports additional flags. You can include any of these additional flags in the "$(ProjectName).Deploy.cmd" file, and the flags are passed through to msdeploy.exe during execution. - Alternatively, you can specify additional flags by setting the "_MsDeployAdditionalFlags" environment variable. These settings are used by this batch file. - Note: Any flag value that includes an equal sign (=) must be enclosed in double quotation marks, as shown in the following example, which will skip deploying the databases that are included in the package: - "-skip:objectName=dbFullSql" - -=========================== -Environment-Specific Settings: --------------------------- - - To customize application-specific settings for each deployment environment (for example, the IIS application name, the physical path, and any connection strings), edit the settings in the following file: - "XPS.SetParameters.xml" -=========================== -For more information on this deploy script visit: http://go.microsoft.com/fwlink/?LinkID=183544 - diff --git a/project/XPS/obj/EQUA/Package/XPS.deploy.cmd b/project/XPS/obj/EQUA/Package/XPS.deploy.cmd deleted file mode 100644 index 968586f..0000000 --- a/project/XPS/obj/EQUA/Package/XPS.deploy.cmd +++ /dev/null @@ -1,256 +0,0 @@ -@rem --------------------------------------------------------------------------------- -@rem Copyright 2008 Microsoft Corporation. All rights reserved. -@rem This is provided as sample to deploy the package using msdeploy.exe -@rem For information about IIS Web Deploy technology, -@rem please visit http://go.microsoft.com/?linkid=9278654 -@rem Note: This batch file assumes the package and setparametsrs.xml are in the same folder with this file -@rem --------------------------------------------------------------------------------- -@if %_echo%!==! echo off -setlocal -@rem --------------------------------------------------------------------------------- -@rem Please Make sure you have Web Deploy install in your machine. -@rem Alternatively, you can explicit set the MsDeployPath to the location it is on your machine -@rem set MSDeployPath="C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\" -@rem --------------------------------------------------------------------------------- - -@rem --------------------------------------------------------------------------------- -@rem if user does not set MsDeployPath environment variable, we will try to retrieve it from registry. -@rem --------------------------------------------------------------------------------- -if "%MSDeployPath%" == "" ( -for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IIS Extensions\MSDeploy" /s ^| findstr -i "InstallPath"`) do ( -if /I "%%h" == "InstallPath" ( -if /I "%%i" == "REG_SZ" ( -if not "%%j" == "" ( -if "%%~dpj" == "%%j" ( -set MSDeployPath=%%j -)))))) - -if not exist "%MSDeployPath%\msdeploy.exe" ( -echo. msdeploy.exe is not found on this machine. Please install Web Deploy before execute the script. -echo. Please visit http://go.microsoft.com/?linkid=9278654 -goto :usage -) - -set RootPath=%~dp0 -if /I "%_DeploySetParametersFile%" == "" ( -set _DeploySetParametersFile=%RootPath%XPS.SetParameters.xml -) - -set _ArgTestDeploy= -set _ArgDestinationType=auto -set _ArgComputerName= -set _ArgUserName= -set _ArgPassword= -set _ArgEncryptPassword= -set _ArgIncludeAcls=False -set _ArgAuthType= -set _ArgtempAgent= -set _ArgLocalIIS= -set _ArgLocalIISVersion= - - -@rem --------------------------------------------------------------------------------- -@rem Simple Parse the arguments -@rem --------------------------------------------------------------------------------- -:NextArgument -set _ArgCurrentOriginal=%1 -set _ArgCurrent=%~1 - -if /I "%_ArgCurrent%" == "" goto :GetStarted -if /I "%_ArgCurrent%" == "/T" set _ArgTestDeploy=true&goto :ArgumentOK -if /I "%_ArgCurrent%" == "/Y" set _ArgTestDeploy=false&goto :ArgumentOK -if /I "%_ArgCurrent%" == "/L" set _ArgLocalIIS=true&goto :ArgumentOK - -set _ArgFlag=%_ArgCurrent:~0,3% -set _ArgValue=%_ArgCurrent:~3% - -if /I "%_ArgFlag%" == "/M:" set _ArgComputerName=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/U:" set _ArgUserName=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/P:" set _ArgPassword=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/E:" set _ArgEncryptPassword=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/I:" set _ArgIncludeAcls=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/A:" set _ArgAuthType=%_ArgValue%&goto :ArgumentOK -if /I "%_ArgFlag%" == "/G:" set _ArgtempAgent=%_ArgValue%&goto :ArgumentOK - -@rem Any addition flags, pass through to the msdeploy -set _ArgMsDeployAdditionalFlags=%_ArgMsDeployAdditionalFlags% %_ArgCurrentOriginal% - -:ArgumentOK -shift -goto :NextArgument - -:GetStarted -if /I "%_ArgTestDeploy%" == "" goto :usage -if /I "%_ArgDestinationType%" == "" goto :usage - -set _Destination=%_ArgDestinationType% -if not "%_ArgComputerName%" == "" set _Destination=%_Destination%,computerName='%_ArgComputerName%' -if not "%_ArgUserName%" == "" set _Destination=%_Destination%,userName='%_ArgUserName%' -if not "%_ArgPassword%" == "" set _Destination=%_Destination%,password='%_ArgPassword%' -if not "%_ArgAuthType%" == "" set _Destination=%_Destination%,authtype='%_ArgAuthType%' -if not "%_ArgEncryptPassword%" == "" set _Destination=%_Destination%,encryptPassword='%_ArgEncryptPassword%' -if not "%_ArgIncludeAcls%" == "" set _Destination=%_Destination%,includeAcls='%_ArgIncludeAcls%' -if not "%_ArgtempAgent%" == "" set _Destination=%_Destination%,tempAgent='%_ArgtempAgent%' - -@rem --------------------------------------------------------------------------------- -@rem add -whatif when -T is specified -@rem --------------------------------------------------------------------------------- -if /I "%_ArgTestDeploy%" NEQ "false" ( -set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -whatif -) - -@rem --------------------------------------------------------------------------------- -@rem add flags for IISExpress when -L is specified -@rem --------------------------------------------------------------------------------- - -if /I "%_ArgLocalIIS%" == "true" ( -call :SetIISExpressArguments -) -if /I "%_ArgLocalIIS%" == "true" ( -if not exist "%IISExpressPath%%IISExpressManifest%" ( -echo. IISExpress is not found on this machine. Please install through Web Platform Installer before execute the script. -echo. or remove /L flag -echo. Please visit http://go.microsoft.com/?linkid=9278654 -goto :usage -) -if not exist "%IISExpressUserProfileDirectory%" ( -echo. %IISExpressUserProfileDirectory% is not exists -echo. IISExpress is found on the machine. But the user have run IISExpress at least once. -echo. Please visit http://go.microsoft.com/?linkid=9278654 for detail -goto :usage -) - -set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -appHostConfigDir:%IISExpressUserProfileDirectory% -WebServerDir:"%IISExpressPath%" -webServerManifest:"%IISExpressManifest%" -) - -@rem --------------------------------------------------------------------------------- -@rem pass through the addition msdeploy.exe Flags -@rem --------------------------------------------------------------------------------- -set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% %_ArgMsDeployAdditionalFlags% - -@rem --------------------------------------------------------------------------------- -@rem check the existence of the package file -@rem --------------------------------------------------------------------------------- -if not exist "%RootPath%XPS.zip" ( -echo "%RootPath%XPS.zip" does not exist. -echo This batch file relies on this deploy source file^(s^) in the same folder. -goto :usage -) - -@rem --------------------------------------------------------------------------------- -@rem Execute msdeploy.exe command line -@rem --------------------------------------------------------------------------------- -call :CheckParameterFile -echo. Start executing msdeploy.exe -echo ------------------------------------------------------- -if not exist "%_DeploySetParametersFile%" ( -echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPS.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags% -"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPS.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags% -) else ( -echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPS.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%XPS.SetParameters.xml" %_MsDeployAdditionalFlags% -"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%XPS.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%XPS.SetParameters.xml" %_MsDeployAdditionalFlags% -) -goto :eof - -@rem --------------------------------------------------------------------------------- -@rem Find and set IISExpress argument. -@rem --------------------------------------------------------------------------------- -:SetIISExpressArguments - -if "%IISExpressPath%" == "" ( -for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do ( -if /I "%%h" == "InstallPath" ( -if /I "%%i" == "REG_SZ" ( -if not "%%j" == "" ( -if "%%~dpj" == "%%j" ( -set IISExpressPath=%%j -)))))) - -if "%IISExpressPath%" == "" ( -for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do ( -if /I "%%h" == "InstallPath" ( -if /I "%%i" == "REG_SZ" ( -if not "%%j" == "" ( -if "%%~dpj" == "%%j" ( -set IISExpressPath=%%j -)))))) - -if "%PersonalDocumentFolder%" == "" ( -for /F "usebackq tokens=2*" %%i in (`reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal`) do ( -set PersonalDocumentFolder=%%j -)) - -if "%IISExpressManifest%" == "" ( -for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do ( -if /I "%%h" == "Manifest" ( -if /I "%%i" == "REG_SZ" ( -if not "%%j" == "" ( -set IISExpressManifest=%%j -))))) - -if "%IISExpressManifest%" == "" ( -for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do ( -if /I "%%h" == "Manifest" ( -if /I "%%i" == "REG_SZ" ( -if not "%%j" == "" ( -set IISExpressManifest=%%j -))))) - -set IISExpressUserProfileDirectory="%PersonalDocumentFolder%\IISExpress\config" - -goto :eof - -@rem --------------------------------------------------------------------------------- -@rem CheckParameterFile -- check if the package's setparamters.xml exists or not -@rem --------------------------------------------------------------------------------- -:CheckParameterFile -echo ========================================================= -if exist "%_DeploySetParametersFile%" ( -echo SetParameters from: -echo "%_DeploySetParametersFile%" -echo You can change IIS Application Name, Physical path, connectionString -echo or other deploy parameters in the above file. -) else ( -echo SetParamterFiles does not exist in package location. -echo Use package embedded defaultValue to deploy. -) -echo ------------------------------------------------------- -goto :eof - -@rem --------------------------------------------------------------------------------- -@rem Usage -@rem --------------------------------------------------------------------------------- -:usage -echo ========================================================= -if not exist "%RootPath%XPS.deploy-readme.txt" ( -echo Usage:%~nx0 [/T^|/Y] [/M:ComputerName] [/U:userName] [/P:password] [/G:tempAgent] [additional msdeploy flags ...] -echo Required flags: -echo /T Calls msdeploy.exe with the "-whatif" flag, which simulates deployment. -echo /Y Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or destination server -echo Optional flags: -echo. By Default, this script deploy to the current machine where this script is invoked which will use current user credential without tempAgent. -echo. Only pass these arguments when in advance scenario. -echo /M: Msdeploy destination name of remote computer or proxy-URL. Default is local. -echo /U: Msdeploy destination user name. -echo /P: Msdeploy destination password. -echo /G: Msdeploy destination tempAgent. True or False. Default is false. -echo /A: specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic -otherwise, the default authentication type is NTLM. -echo /L: Deploy to Local IISExpress User Instance. - -echo.[additional msdeploy flags]: note: " is required for passing = through command line. -echo "-skip:objectName=setAcl" "-skip:objectName=dbFullSql" -echo.Alternative environment variable _MsDeployAdditionalFlags is also honored. -echo. -echo. Please make sure MSDeploy is installed in the box http://go.microsoft.com/?linkid=9278654 -echo. -echo In addition, you can change IIS Application Name, Physical path, -echo connectionString and other deploy parameters in the following file: -echo "%_DeploySetParametersFile%" -echo. -echo For more information about this batch file, visit http://go.microsoft.com/fwlink/?LinkID=183544 -) else ( -start notepad "%RootPath%XPS.deploy-readme.txt" -) -echo ========================================================= -goto :eof diff --git a/project/XPS/obj/EQUA/Package/XPS.zip b/project/XPS/obj/EQUA/Package/XPS.zip deleted file mode 100644 index 0550154..0000000 Binary files a/project/XPS/obj/EQUA/Package/XPS.zip and /dev/null differ diff --git a/project/XPS/obj/EQUA/ProfileTransformWebConfig/assist/Web.config b/project/XPS/obj/EQUA/ProfileTransformWebConfig/assist/Web.config deleted file mode 100644 index b518fad..0000000 --- a/project/XPS/obj/EQUA/ProfileTransformWebConfig/assist/Web.config +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/ProfileTransformWebConfig/original/Web.config b/project/XPS/obj/EQUA/ProfileTransformWebConfig/original/Web.config deleted file mode 100644 index c3f25cf..0000000 --- a/project/XPS/obj/EQUA/ProfileTransformWebConfig/original/Web.config +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/RdlCompile.cache b/project/XPS/obj/EQUA/RdlCompile.cache deleted file mode 100644 index 576b332..0000000 Binary files a/project/XPS/obj/EQUA/RdlCompile.cache and /dev/null differ diff --git a/project/XPS/obj/EQUA/RdlCompile.compiled b/project/XPS/obj/EQUA/RdlCompile.compiled deleted file mode 100644 index e69de29..0000000 diff --git a/project/XPS/obj/EQUA/TransformWebConfig/assist/Web.config b/project/XPS/obj/EQUA/TransformWebConfig/assist/Web.config deleted file mode 100644 index b518fad..0000000 --- a/project/XPS/obj/EQUA/TransformWebConfig/assist/Web.config +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/TransformWebConfig/original/Web.config b/project/XPS/obj/EQUA/TransformWebConfig/original/Web.config deleted file mode 100644 index 1f5fdc7..0000000 --- a/project/XPS/obj/EQUA/TransformWebConfig/original/Web.config +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/TransformWebConfig/transformed/Web.config b/project/XPS/obj/EQUA/TransformWebConfig/transformed/Web.config deleted file mode 100644 index c3f25cf..0000000 --- a/project/XPS/obj/EQUA/TransformWebConfig/transformed/Web.config +++ /dev/null @@ -1,194 +0,0 @@ - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/project/XPS/obj/EQUA/XPS.csproj.FileListAbsolute.txt b/project/XPS/obj/EQUA/XPS.csproj.FileListAbsolute.txt deleted file mode 100644 index 0c81f4e..0000000 --- a/project/XPS/obj/EQUA/XPS.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,62 +0,0 @@ -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SteamWare.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ar\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\cs\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\de\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\es\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\fr\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\he\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\hi\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\it\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ja\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ko\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\nl\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\pt\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ru\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\tr-TR\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHS\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHT\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.csprojResolveAssemblyReference.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\RdlCompile.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\RdlCompile.compiled -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxControlToolkit.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxMin.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SanitizerProviders.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.csprojResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\RdlCompile.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\RdlCompile.compiled -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxControlToolkit.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SanitizerProviders.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ar\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\cs\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\de\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\es\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\fr\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\he\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\hi\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\it\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ja\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ko\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\nl\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\pt\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ru\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\tr-TR\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHS\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHT\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\EQUA\XPS.pdb diff --git a/project/XPS/obj/EQUA/XPS.csprojResolveAssemblyReference.cache b/project/XPS/obj/EQUA/XPS.csprojResolveAssemblyReference.cache deleted file mode 100644 index 8a2e308..0000000 Binary files a/project/XPS/obj/EQUA/XPS.csprojResolveAssemblyReference.cache and /dev/null differ diff --git a/project/XPS/obj/EQUA/XPS.dll b/project/XPS/obj/EQUA/XPS.dll deleted file mode 100644 index 659b8de..0000000 Binary files a/project/XPS/obj/EQUA/XPS.dll and /dev/null differ diff --git a/project/XPS/obj/EQUA/_WPPLastBuildInfo.txt b/project/XPS/obj/EQUA/_WPPLastBuildInfo.txt deleted file mode 100644 index 70db109..0000000 Binary files a/project/XPS/obj/EQUA/_WPPLastBuildInfo.txt and /dev/null differ diff --git a/project/XPS/obj/EQUA/build.force b/project/XPS/obj/EQUA/build.force deleted file mode 100644 index e69de29..0000000 diff --git a/project/XPS/obj/Release/RdlCompile.cache b/project/XPS/obj/Release/RdlCompile.cache deleted file mode 100644 index c7c932a..0000000 Binary files a/project/XPS/obj/Release/RdlCompile.cache and /dev/null differ diff --git a/project/XPS/obj/Release/RdlCompile.compiled b/project/XPS/obj/Release/RdlCompile.compiled deleted file mode 100644 index e69de29..0000000 diff --git a/project/XPS/obj/Release/ResolveAssemblyReference.cache b/project/XPS/obj/Release/ResolveAssemblyReference.cache deleted file mode 100644 index 165143b..0000000 Binary files a/project/XPS/obj/Release/ResolveAssemblyReference.cache and /dev/null differ diff --git a/project/XPS/obj/Release/XPS.csproj.FileListAbsolute.txt b/project/XPS/obj/Release/XPS.csproj.FileListAbsolute.txt deleted file mode 100644 index 03b9b97..0000000 --- a/project/XPS/obj/Release/XPS.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,98 +0,0 @@ -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\Reports\LabelEqua.rdlc -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\Reports\ReportSchedaIdentificazione.rdlc -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\XPS.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\AjaxControlToolkit.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\Flesk.Accelerator.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\Flesk.ViewState.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\System.Web.Ajax.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\System.Web.Ajax.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\AjaxControlToolkit.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\ar\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\cs\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\de\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\es\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\fr\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\he\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\hi\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\it\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\ja\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\ko\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\nl\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\pt\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\ru\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\tr-TR\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\zh-CHS\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\bin\zh-CHT\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\obj\Release\ResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\obj\Release\RdlCompile.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\obj\Release\RdlCompile.compiled -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\obj\Release\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS\obj\Release\XPS.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxControlToolkit.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxMin.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SanitizerProviders.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SteamWare.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ar\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\cs\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\de\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\es\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\fr\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\he\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\hi\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\it\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ja\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ko\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\nl\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\pt\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ru\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\tr-TR\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHS\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHT\AjaxControlToolkit.resources.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.csprojResolveAssemblyReference.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\RdlCompile.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\RdlCompile.compiled -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxControlToolkit.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SanitizerProviders.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ar\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\cs\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\de\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\es\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\fr\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\he\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\hi\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\it\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ja\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ko\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\nl\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\pt\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\ru\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\tr-TR\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHS\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\bin\zh-CHT\AjaxControlToolkit.resources.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.csprojResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\RdlCompile.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\RdlCompile.compiled -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPS\obj\Release\XPS.pdb diff --git a/project/XPS/obj/Release/XPS.dll b/project/XPS/obj/Release/XPS.dll deleted file mode 100644 index 6b0653f..0000000 Binary files a/project/XPS/obj/Release/XPS.dll and /dev/null differ diff --git a/project/XPST/bin/SteamWare.dll b/project/XPST/bin/SteamWare.dll index a6de61f..d8a899b 100644 Binary files a/project/XPST/bin/SteamWare.dll and b/project/XPST/bin/SteamWare.dll differ diff --git a/project/XPST/bin/XPST.dll b/project/XPST/bin/XPST.dll index cddf836..8160fff 100644 Binary files a/project/XPST/bin/XPST.dll and b/project/XPST/bin/XPST.dll differ diff --git a/project/XPST/bin/XPS_data.dll b/project/XPST/bin/XPS_data.dll index fa9cfe4..20308b4 100644 Binary files a/project/XPST/bin/XPS_data.dll and b/project/XPST/bin/XPS_data.dll differ diff --git a/project/XPST/obj/Debug/ResolveAssemblyReference.cache b/project/XPST/obj/Debug/ResolveAssemblyReference.cache deleted file mode 100644 index 1a41196..0000000 Binary files a/project/XPST/obj/Debug/ResolveAssemblyReference.cache and /dev/null differ diff --git a/project/XPST/obj/Debug/XPST.csproj.FileListAbsolute.txt b/project/XPST/obj/Debug/XPST.csproj.FileListAbsolute.txt index 5b134c6..4608d78 100644 --- a/project/XPST/obj/Debug/XPST.csproj.FileListAbsolute.txt +++ b/project/XPST/obj/Debug/XPST.csproj.FileListAbsolute.txt @@ -1,34 +1,3 @@ -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.pdb -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.xml -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\ResolveAssemblyReference.cache -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.dll -c:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Debug\XPST.pdb -c:\svn\XPS\trunk\project\XPST\obj\Debug\ResolveAssemblyReference.cache -c:\svn\XPS\trunk\project\XPST\obj\Debug\XPST.dll -c:\svn\XPS\trunk\project\XPST\obj\Debug\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Debug\XPST.csprojResolveAssemblyReference.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Debug\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.xml -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Debug\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.xml -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb diff --git a/project/XPST/obj/Debug/XPST.dll b/project/XPST/obj/Debug/XPST.dll index 626fed1..8160fff 100644 Binary files a/project/XPST/obj/Debug/XPST.dll and b/project/XPST/obj/Debug/XPST.dll differ diff --git a/project/XPST/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache b/project/XPST/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index a7433a1..0000000 Binary files a/project/XPST/obj/EQUA/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/project/XPST/obj/EQUA/XPST.csproj.FileListAbsolute.txt b/project/XPST/obj/EQUA/XPST.csproj.FileListAbsolute.txt deleted file mode 100644 index 48c94ef..0000000 --- a/project/XPST/obj/EQUA/XPST.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,23 +0,0 @@ -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.csprojResolveAssemblyReference.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.xml -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.csprojResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.dll diff --git a/project/XPST/obj/EQUA/XPST.csprojResolveAssemblyReference.cache b/project/XPST/obj/EQUA/XPST.csprojResolveAssemblyReference.cache deleted file mode 100644 index 57dbc48..0000000 Binary files a/project/XPST/obj/EQUA/XPST.csprojResolveAssemblyReference.cache and /dev/null differ diff --git a/project/XPST/obj/EQUA/XPST.dll b/project/XPST/obj/EQUA/XPST.dll deleted file mode 100644 index 839dbdf..0000000 Binary files a/project/XPST/obj/EQUA/XPST.dll and /dev/null differ diff --git a/project/XPST/obj/EQUA/build.force b/project/XPST/obj/EQUA/build.force deleted file mode 100644 index e69de29..0000000 diff --git a/project/XPST/obj/Release/ResolveAssemblyReference.cache b/project/XPST/obj/Release/ResolveAssemblyReference.cache deleted file mode 100644 index c3c89fe..0000000 Binary files a/project/XPST/obj/Release/ResolveAssemblyReference.cache and /dev/null differ diff --git a/project/XPST/obj/Release/XPST.csproj.FileListAbsolute.txt b/project/XPST/obj/Release/XPST.csproj.FileListAbsolute.txt deleted file mode 100644 index efd5c24..0000000 --- a/project/XPST/obj/Release/XPST.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,35 +0,0 @@ -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPST.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.Accelerator.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\Flesk.ViewState.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Release\ResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Release\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPST\obj\Release\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.xml -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.csprojResolveAssemblyReference.cache -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.dll -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.pdb -C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\MDB_Data\si_dt30.mdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPST.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\SteamWare.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_data.pdb -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.csprojResolveAssemblyReference.cache -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.dll -C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Release\XPST.pdb diff --git a/project/XPST/obj/Release/XPST.dll b/project/XPST/obj/Release/XPST.dll deleted file mode 100644 index cddf836..0000000 Binary files a/project/XPST/obj/Release/XPST.dll and /dev/null differ diff --git a/project/XPS_data/bin/Debug/SteamWare.dll b/project/XPS_data/bin/Debug/SteamWare.dll index 185b897..d8a899b 100644 Binary files a/project/XPS_data/bin/Debug/SteamWare.dll and b/project/XPS_data/bin/Debug/SteamWare.dll differ diff --git a/project/XPS_data/bin/Debug/XPS_data.dll b/project/XPS_data/bin/Debug/XPS_data.dll index e7ecd84..20308b4 100644 Binary files a/project/XPS_data/bin/Debug/XPS_data.dll and b/project/XPS_data/bin/Debug/XPS_data.dll differ diff --git a/project/XPS_data/bin/Debug/XPS_data.dll.config b/project/XPS_data/bin/Debug/XPS_data.dll.config index 2661d6a..7504868 100644 --- a/project/XPS_data/bin/Debug/XPS_data.dll.config +++ b/project/XPS_data/bin/Debug/XPS_data.dll.config @@ -10,7 +10,7 @@ connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" /> \ No newline at end of file diff --git a/project/XPS_data/obj/Debug/XPS_data.dll b/project/XPS_data/obj/Debug/XPS_data.dll index e7ecd84..20308b4 100644 Binary files a/project/XPS_data/obj/Debug/XPS_data.dll and b/project/XPS_data/obj/Debug/XPS_data.dll differ