Author: fmantek
Date: Wed May 23 06:36:30 2007
New Revision: 174
Added:
trunk/clients/cs/lib/ASP.NET/
trunk/clients/cs/lib/ASP.NET/Google.GData.AccessControl.dll (contents,
props changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.Apps.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.Calendar.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.Client.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.CodeSearch.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.Extensions.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.GoogleBase.dll (contents, props
changed)
trunk/clients/cs/lib/ASP.NET/Google.GData.Spreadsheets.dll (contents,
props changed)
trunk/clients/cs/lib/ASP.NET/README.TXT
Modified:
trunk/clients/cs/RELEASE_NOTES.txt
trunk/clients/cs/lib/Release/Blogger.exe
trunk/clients/cs/lib/Release/Calendar.exe
trunk/clients/cs/lib/Release/CodeSearch.exe
trunk/clients/cs/lib/Release/Google.GData.AccessControl.dll
trunk/clients/cs/lib/Release/Google.GData.Apps.dll
trunk/clients/cs/lib/Release/Google.GData.Calendar.dll
trunk/clients/cs/lib/Release/Google.GData.Client.dll
trunk/clients/cs/lib/Release/Google.GData.CodeSearch.dll
trunk/clients/cs/lib/Release/Google.GData.Extensions.dll
trunk/clients/cs/lib/Release/Google.GData.GoogleBase.dll
trunk/clients/cs/lib/Release/Google.GData.Spreadsheets.dll
trunk/clients/cs/lib/Release/Spreadsheet.exe
trunk/clients/cs/lib/Release/gapps_sample.exe
trunk/clients/cs/lib/Release/gbase_customertool.exe
trunk/clients/cs/lib/Release/gbase_demo.exe
trunk/clients/cs/lib/Release/gbase_querytool.exe
trunk/clients/cs/misc/pushdlls.cmd
trunk/clients/cs/src/VS2003/Blogger/Blogger.csproj
trunk/clients/cs/src/VS2003/Calendar/Calendar.csproj
trunk/clients/cs/src/VS2003/CodeSearch/CodeSearch.csproj
trunk/clients/cs/src/VS2003/Spreadsheet/Spreadsheet.csproj
trunk/clients/cs/src/VS2003/gacl/gacl.csproj
trunk/clients/cs/src/VS2003/gapps/gapps.csproj
trunk/clients/cs/src/VS2003/gapps_sample/gapps_sample.csproj
trunk/clients/cs/src/VS2003/gbase/gbase.csproj
trunk/clients/cs/src/VS2003/gbase_customertool/gbase_customertool.csproj
trunk/clients/cs/src/VS2003/gbase_demo/gbase_demo.vbproj
trunk/clients/cs/src/VS2003/gbase_querytool/gbase_querytool.csproj
trunk/clients/cs/src/VS2003/gcalendar/gcalendar.csproj
trunk/clients/cs/src/VS2003/gcodesearch/gcodesearch.csproj
trunk/clients/cs/src/VS2003/gdata.sln
trunk/clients/cs/src/VS2003/gdata/gdata.csproj
trunk/clients/cs/src/VS2003/gextension/gextension.csproj
trunk/clients/cs/src/VS2003/gspreadsheets/gspreadsheets.csproj
trunk/clients/cs/src/VS2003/unittests/unittests.csproj
trunk/clients/cs/src/version/AssemblyVersion.cs
Log:
Added partially trusted caller DLLs
Modified: trunk/clients/cs/RELEASE_NOTES.txt
==============================================================================
--- trunk/clients/cs/RELEASE_NOTES.txt (original)
+++ trunk/clients/cs/RELEASE_NOTES.txt Wed May 23 06:36:30 2007
@@ -15,6 +15,8 @@
- modified the Spreadsheet service to use the new scheme of service
subclassing. This should fix a bundle of issues
with regard to entry castings.
- changed persistence of gd:extendedProperty to save the value attribute, even
if there is no data to persist
+- Added an ASP.NET release (lib/ASP.NET) where the DLLs are build with the
AllowPartiallyTrustedCallers attribute n
+ enabled. Please use with caution and refer to the readme.txt in that
subdirectory for more information.
== 1.0.9.7 ==
- fixed an incorrect trace statement in request.cs that had the result of
disabling reading the error response.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.AccessControl.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.Apps.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.Calendar.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.Client.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.CodeSearch.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.Extensions.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.GoogleBase.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/Google.GData.Spreadsheets.dll
==============================================================================
Binary file. No diff available.
Added: trunk/clients/cs/lib/ASP.NET/README.TXT
==============================================================================
--- (empty file)
+++ trunk/clients/cs/lib/ASP.NET/README.TXT Wed May 23 06:36:30 2007
@@ -0,0 +1,13 @@
+WARNING
+
+Those assemblies here are identical to the assemblies in the Release
directory, with the exception of being marked as PartiallyTrusted. If you
+do not know what this means, or what the potential implications are for your
website, refer to MSDN and search for
+
+AllowPartiallyTrustedCallers
+
+to get the information you need to use this correctly.
+
+Note, while we believe that the Google Data assemblies follow security
protocol, they do allow to call other websites directly, and hence
+it is up to you, the developer of the website, to make that final judgement
call. The assemblies in this directory are provide as is, and
+just as a matter of convienience, as it is easy enough to recompile the code
yourself.
+
Modified: trunk/clients/cs/lib/Release/Blogger.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Calendar.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/CodeSearch.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.AccessControl.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.Apps.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.Calendar.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.Client.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.CodeSearch.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.Extensions.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.GoogleBase.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Google.GData.Spreadsheets.dll
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/Spreadsheet.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/gapps_sample.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/gbase_customertool.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/gbase_demo.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/lib/Release/gbase_querytool.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/clients/cs/misc/pushdlls.cmd
==============================================================================
--- trunk/clients/cs/misc/pushdlls.cmd (original)
+++ trunk/clients/cs/misc/pushdlls.cmd Wed May 23 06:36:30 2007
@@ -4,6 +4,9 @@
devenv /rebuild Release ..\src\VS2003\gdata.sln
+devenv /rebuild ASP ..\src\VS2003\gdata.sln
+
+
# copy all exe files
xcopy /y ..\src\VS2003\Blogger\bin\Release\*.exe ..\lib\Release\*.*
xcopy /y ..\src\VS2003\Calendar\bin\Release\*.exe ..\lib\Release\*.*
@@ -23,6 +26,17 @@
xcopy /y ..\src\VS2003\gcodesearch\bin\Release\*.dll ..\lib\Release\*.*
xcopy /y ..\src\VS2003\gapps\bin\Release\*.dll ..\lib\Release\*.*
xcopy /y ..\src\VS2003\gacl\bin\Release\*.dll ..\lib\Release\*.*
+
+# copy the ASP DLLS
+xcopy /y ..\src\VS2003\gdata\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gbase\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gextension\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gspreadsheets\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gcalendar\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gcodesearch\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gapps\bin\asp\*.dll ..\lib\ASP.NET\*.*
+xcopy /y ..\src\VS2003\gacl\bin\asp\*.dll ..\lib\ASP.NET\*.*
+
# copy the xml doc files
Modified: trunk/clients/cs/src/VS2003/Blogger/Blogger.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/Blogger/Blogger.csproj (original)
+++ trunk/clients/cs/src/VS2003/Blogger/Blogger.csproj Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/Calendar/Calendar.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/Calendar/Calendar.csproj (original)
+++ trunk/clients/cs/src/VS2003/Calendar/Calendar.csproj Wed May 23
06:36:30 2007
@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
- ProductVersion = "7.10.3077"
+ ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{66A10433-B78E-4144-9FD9-882E21D60F1E}"
>
@@ -44,6 +44,26 @@
/>
<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"
+ />
+ <Config
+ Name = "ASP"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
Modified: trunk/clients/cs/src/VS2003/CodeSearch/CodeSearch.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/CodeSearch/CodeSearch.csproj (original)
+++ trunk/clients/cs/src/VS2003/CodeSearch/CodeSearch.csproj Wed May 23
06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/Spreadsheet/Spreadsheet.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/Spreadsheet/Spreadsheet.csproj (original)
+++ trunk/clients/cs/src/VS2003/Spreadsheet/Spreadsheet.csproj Wed May 23
06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/gacl/gacl.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gacl/gacl.csproj (original)
+++ trunk/clients/cs/src/VS2003/gacl/gacl.csproj Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gacl.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gapps/gapps.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gapps/gapps.csproj (original)
+++ trunk/clients/cs/src/VS2003/gapps/gapps.csproj Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gapps.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gapps_sample/gapps_sample.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gapps_sample/gapps_sample.csproj
(original)
+++ trunk/clients/cs/src/VS2003/gapps_sample/gapps_sample.csproj Wed May
23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/gbase/gbase.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gbase/gbase.csproj (original)
+++ trunk/clients/cs/src/VS2003/gbase/gbase.csproj Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gbase.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified:
trunk/clients/cs/src/VS2003/gbase_customertool/gbase_customertool.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gbase_customertool/gbase_customertool.csproj
(original)
+++ trunk/clients/cs/src/VS2003/gbase_customertool/gbase_customertool.csproj
Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/gbase_demo/gbase_demo.vbproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gbase_demo/gbase_demo.vbproj (original)
+++ trunk/clients/cs/src/VS2003/gbase_demo/gbase_demo.vbproj Wed May 23
06:36:30 2007
@@ -55,6 +55,22 @@
TreatWarningsAsErrors = "false"
WarningLevel = "1"
/>
+ <Config
+ Name = "ASP"
+ BaseAddress = "285212672"
+ ConfigurationOverrideFile = ""
+ DefineConstants = ""
+ DefineDebug = "false"
+ DefineTrace = "true"
+ DebugSymbols = "false"
+ IncrementalBuild = "false"
+ Optimize = "true"
+ OutputPath = "bin\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "1"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gbase_querytool/gbase_querytool.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gbase_querytool/gbase_querytool.csproj
(original)
+++ trunk/clients/cs/src/VS2003/gbase_querytool/gbase_querytool.csproj Wed May
23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ 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
Modified: trunk/clients/cs/src/VS2003/gcalendar/gcalendar.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gcalendar/gcalendar.csproj (original)
+++ trunk/clients/cs/src/VS2003/gcalendar/gcalendar.csproj Wed May 23
06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gcal.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gcodesearch/gcodesearch.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gcodesearch/gcodesearch.csproj (original)
+++ trunk/clients/cs/src/VS2003/gcodesearch/gcodesearch.csproj Wed May 23
06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gcodesearch.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gdata.sln
==============================================================================
--- trunk/clients/cs/src/VS2003/gdata.sln (original)
+++ trunk/clients/cs/src/VS2003/gdata.sln Wed May 23 06:36:30 2007
@@ -69,76 +69,104 @@
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
+ ASP = ASP
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
+ {B6F6D938-0D45-42BA-8A67-55D92EF03995}.ASP.ActiveCfg = ASP|.NET
+ {B6F6D938-0D45-42BA-8A67-55D92EF03995}.ASP.Build.0 = ASP|.NET
{B6F6D938-0D45-42BA-8A67-55D92EF03995}.Debug.ActiveCfg =
Debug|.NET
{B6F6D938-0D45-42BA-8A67-55D92EF03995}.Debug.Build.0 =
Debug|.NET
{B6F6D938-0D45-42BA-8A67-55D92EF03995}.Release.ActiveCfg =
Release|.NET
{B6F6D938-0D45-42BA-8A67-55D92EF03995}.Release.Build.0 =
Release|.NET
+ {21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.ASP.ActiveCfg = ASP|.NET
+ {21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.ASP.Build.0 = ASP|.NET
{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.Debug.ActiveCfg =
Debug|.NET
{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.Debug.Build.0 =
Debug|.NET
{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.Release.ActiveCfg =
Release|.NET
{21BCB644-F9C3-4ADC-8BE1-4E55C6565011}.Release.Build.0 =
Release|.NET
+ {0AD0FA26-A071-4CAC-851C-05B6C26B9888}.ASP.ActiveCfg = ASP|.NET
+ {0AD0FA26-A071-4CAC-851C-05B6C26B9888}.ASP.Build.0 = ASP|.NET
{0AD0FA26-A071-4CAC-851C-05B6C26B9888}.Debug.ActiveCfg =
Debug|.NET
{0AD0FA26-A071-4CAC-851C-05B6C26B9888}.Debug.Build.0 =
Debug|.NET
{0AD0FA26-A071-4CAC-851C-05B6C26B9888}.Release.ActiveCfg =
Release|.NET
{0AD0FA26-A071-4CAC-851C-05B6C26B9888}.Release.Build.0 =
Release|.NET
+ {66A10433-B78E-4144-9FD9-882E21D60F1E}.ASP.ActiveCfg = ASP|.NET
{66A10433-B78E-4144-9FD9-882E21D60F1E}.Debug.ActiveCfg =
Debug|.NET
{66A10433-B78E-4144-9FD9-882E21D60F1E}.Debug.Build.0 =
Debug|.NET
{66A10433-B78E-4144-9FD9-882E21D60F1E}.Release.ActiveCfg =
Release|.NET
{66A10433-B78E-4144-9FD9-882E21D60F1E}.Release.Build.0 =
Release|.NET
+ {D5C537EA-AF47-4BFF-9765-921BF180701F}.ASP.ActiveCfg = ASP|.NET
{D5C537EA-AF47-4BFF-9765-921BF180701F}.Debug.ActiveCfg =
Debug|.NET
{D5C537EA-AF47-4BFF-9765-921BF180701F}.Debug.Build.0 =
Debug|.NET
{D5C537EA-AF47-4BFF-9765-921BF180701F}.Release.ActiveCfg =
Release|.NET
{D5C537EA-AF47-4BFF-9765-921BF180701F}.Release.Build.0 =
Release|.NET
+ {C9B83904-8002-455C-AA48-C47CDF74F365}.ASP.ActiveCfg = ASP|.NET
+ {C9B83904-8002-455C-AA48-C47CDF74F365}.ASP.Build.0 = ASP|.NET
{C9B83904-8002-455C-AA48-C47CDF74F365}.Debug.ActiveCfg =
Debug|.NET
{C9B83904-8002-455C-AA48-C47CDF74F365}.Debug.Build.0 =
Debug|.NET
{C9B83904-8002-455C-AA48-C47CDF74F365}.Release.ActiveCfg =
Release|.NET
{C9B83904-8002-455C-AA48-C47CDF74F365}.Release.Build.0 =
Release|.NET
+ {A9AB8EB3-8327-4F57-9984-652DB7A8B11F}.ASP.ActiveCfg = ASP|.NET
{A9AB8EB3-8327-4F57-9984-652DB7A8B11F}.Debug.ActiveCfg =
Debug|.NET
{A9AB8EB3-8327-4F57-9984-652DB7A8B11F}.Debug.Build.0 =
Debug|.NET
{A9AB8EB3-8327-4F57-9984-652DB7A8B11F}.Release.ActiveCfg =
Release|.NET
{A9AB8EB3-8327-4F57-9984-652DB7A8B11F}.Release.Build.0 =
Release|.NET
+ {0DB13911-7A1C-4E05-BCEA-B6F3DD6CCEA2}.ASP.ActiveCfg = ASP|.NET
{0DB13911-7A1C-4E05-BCEA-B6F3DD6CCEA2}.Debug.ActiveCfg =
Debug|.NET
{0DB13911-7A1C-4E05-BCEA-B6F3DD6CCEA2}.Debug.Build.0 =
Debug|.NET
{0DB13911-7A1C-4E05-BCEA-B6F3DD6CCEA2}.Release.ActiveCfg =
Release|.NET
{0DB13911-7A1C-4E05-BCEA-B6F3DD6CCEA2}.Release.Build.0 =
Release|.NET
+ {48D6F5E9-595C-416E-B105-B4CCD5045511}.ASP.ActiveCfg = ASP|.NET
{48D6F5E9-595C-416E-B105-B4CCD5045511}.Debug.ActiveCfg =
Debug|.NET
{48D6F5E9-595C-416E-B105-B4CCD5045511}.Debug.Build.0 =
Debug|.NET
{48D6F5E9-595C-416E-B105-B4CCD5045511}.Release.ActiveCfg =
Release|.NET
{48D6F5E9-595C-416E-B105-B4CCD5045511}.Release.Build.0 =
Release|.NET
+ {6C9717F6-4CEF-4665-82DA-31073493FFA0}.ASP.ActiveCfg = ASP|.NET
+ {6C9717F6-4CEF-4665-82DA-31073493FFA0}.ASP.Build.0 = ASP|.NET
{6C9717F6-4CEF-4665-82DA-31073493FFA0}.Debug.ActiveCfg =
Debug|.NET
{6C9717F6-4CEF-4665-82DA-31073493FFA0}.Debug.Build.0 =
Debug|.NET
{6C9717F6-4CEF-4665-82DA-31073493FFA0}.Release.ActiveCfg =
Release|.NET
{6C9717F6-4CEF-4665-82DA-31073493FFA0}.Release.Build.0 =
Release|.NET
+ {3ADFC495-3BCB-4A8E-970C-653B079799B4}.ASP.ActiveCfg = ASP|.NET
{3ADFC495-3BCB-4A8E-970C-653B079799B4}.Debug.ActiveCfg =
Debug|.NET
{3ADFC495-3BCB-4A8E-970C-653B079799B4}.Debug.Build.0 =
Debug|.NET
{3ADFC495-3BCB-4A8E-970C-653B079799B4}.Release.ActiveCfg =
Release|.NET
{3ADFC495-3BCB-4A8E-970C-653B079799B4}.Release.Build.0 =
Release|.NET
+ {3FF0C48A-48CC-49CE-8B65-0C780770A75D}.ASP.ActiveCfg = ASP|.NET
+ {3FF0C48A-48CC-49CE-8B65-0C780770A75D}.ASP.Build.0 = ASP|.NET
{3FF0C48A-48CC-49CE-8B65-0C780770A75D}.Debug.ActiveCfg =
Debug|.NET
{3FF0C48A-48CC-49CE-8B65-0C780770A75D}.Debug.Build.0 =
Debug|.NET
{3FF0C48A-48CC-49CE-8B65-0C780770A75D}.Release.ActiveCfg =
Release|.NET
{3FF0C48A-48CC-49CE-8B65-0C780770A75D}.Release.Build.0 =
Release|.NET
+ {87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.ASP.ActiveCfg = ASP|.NET
+ {87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.ASP.Build.0 = ASP|.NET
{87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.Debug.ActiveCfg =
Debug|.NET
{87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.Debug.Build.0 =
Debug|.NET
{87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.Release.ActiveCfg =
Release|.NET
{87784AB1-DCAB-4C86-BC03-C4D8D1A28606}.Release.Build.0 =
Release|.NET
+ {22D56E6B-DF29-4675-A655-B33252B7FA4B}.ASP.ActiveCfg = ASP|.NET
+ {22D56E6B-DF29-4675-A655-B33252B7FA4B}.ASP.Build.0 = ASP|.NET
{22D56E6B-DF29-4675-A655-B33252B7FA4B}.Debug.ActiveCfg =
Debug|.NET
{22D56E6B-DF29-4675-A655-B33252B7FA4B}.Debug.Build.0 =
Debug|.NET
{22D56E6B-DF29-4675-A655-B33252B7FA4B}.Release.ActiveCfg =
Release|.NET
{22D56E6B-DF29-4675-A655-B33252B7FA4B}.Release.Build.0 =
Release|.NET
+ {96CCB33A-3B32-480E-B83D-93F0309F7DD2}.ASP.ActiveCfg = ASP|.NET
+ {96CCB33A-3B32-480E-B83D-93F0309F7DD2}.ASP.Build.0 = ASP|.NET
{96CCB33A-3B32-480E-B83D-93F0309F7DD2}.Debug.ActiveCfg =
Debug|.NET
{96CCB33A-3B32-480E-B83D-93F0309F7DD2}.Debug.Build.0 =
Debug|.NET
{96CCB33A-3B32-480E-B83D-93F0309F7DD2}.Release.ActiveCfg =
Release|.NET
{96CCB33A-3B32-480E-B83D-93F0309F7DD2}.Release.Build.0 =
Release|.NET
+ {25DF4CCD-68C9-400E-87FF-8FCFAF76C998}.ASP.ActiveCfg = ASP|.NET
{25DF4CCD-68C9-400E-87FF-8FCFAF76C998}.Debug.ActiveCfg =
Debug|.NET
{25DF4CCD-68C9-400E-87FF-8FCFAF76C998}.Debug.Build.0 =
Debug|.NET
{25DF4CCD-68C9-400E-87FF-8FCFAF76C998}.Release.ActiveCfg =
Release|.NET
{25DF4CCD-68C9-400E-87FF-8FCFAF76C998}.Release.Build.0 =
Release|.NET
+ {279D35CE-871A-4C76-B823-A73675EDF191}.ASP.ActiveCfg = ASP|.NET
+ {279D35CE-871A-4C76-B823-A73675EDF191}.ASP.Build.0 = ASP|.NET
{279D35CE-871A-4C76-B823-A73675EDF191}.Debug.ActiveCfg =
Debug|.NET
{279D35CE-871A-4C76-B823-A73675EDF191}.Release.ActiveCfg =
Release|.NET
{279D35CE-871A-4C76-B823-A73675EDF191}.Release.Build.0 =
Release|.NET
Modified: trunk/clients/cs/src/VS2003/gdata/gdata.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gdata/gdata.csproj (original)
+++ trunk/clients/cs/src/VS2003/gdata/gdata.csproj Wed May 23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gdata.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gextension/gextension.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gextension/gextension.csproj (original)
+++ trunk/clients/cs/src/VS2003/gextension/gextension.csproj Wed May 23
06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gextension.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/gspreadsheets/gspreadsheets.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/gspreadsheets/gspreadsheets.csproj
(original)
+++ trunk/clients/cs/src/VS2003/gspreadsheets/gspreadsheets.csproj Wed May
23 06:36:30 2007
@@ -62,6 +62,26 @@
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
+ <Config
+ Name = "ASP"
+ AllowUnsafeBlocks = "false"
+ BaseAddress = "285212672"
+ CheckForOverflowUnderflow = "false"
+ ConfigurationOverrideFile = ""
+ DefineConstants = "PARTIALLY_TRUSTED"
+ DocumentationFile = "bin\gspreadsheet.xml"
+ DebugSymbols = "false"
+ FileAlignment = "4096"
+ IncrementalBuild = "false"
+ NoStdLib = "false"
+ NoWarn = ""
+ Optimize = "true"
+ OutputPath = "bin\asp\"
+ RegisterForComInterop = "false"
+ RemoveIntegerChecks = "false"
+ TreatWarningsAsErrors = "false"
+ WarningLevel = "4"
+ />
</Settings>
<References>
<Reference
Modified: trunk/clients/cs/src/VS2003/unittests/unittests.csproj
==============================================================================
--- trunk/clients/cs/src/VS2003/unittests/unittests.csproj (original)
+++ trunk/clients/cs/src/VS2003/unittests/unittests.csproj Wed May 23
06:36:30 2007
@@ -1,7 +1,7 @@
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
- ProductVersion = "7.10.3077"
+ ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{22D56E6B-DF29-4675-A655-B33252B7FA4B}"
>
@@ -44,6 +44,26 @@
/>
<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"
+ />
+ <Config
+ Name = "ASP"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
Modified: trunk/clients/cs/src/version/AssemblyVersion.cs
==============================================================================
--- trunk/clients/cs/src/version/AssemblyVersion.cs (original)
+++ trunk/clients/cs/src/version/AssemblyVersion.cs Wed May 23 06:36:30 2007
@@ -12,8 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-using System.Reflection;
using System;
+using System.Security;
+using System.Reflection;
//
// General Information about an assembly is controlled through the following
@@ -27,12 +28,18 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCopyright("")]
+[assembly: AssemblyTitle("Google Data")]
+[assembly: AssemblyCopyright("Copyright (c) 2006 Google Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
+
+
+#if PARTIALLY_TRUSTED
+[assembly:AllowPartiallyTrustedCallers]
+[assembly: AssemblyDescription("Release Build: This assembly is marked as
partially trustable. Use on your webserver at your own risk")]
+#endif
+
+
//
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---