From: Jeff R. <jef...@us...> - 2005-11-19 03:13:37
|
Update of /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12283/src/SharpVectorScripting Modified Files: SharpVectorScripting.csproj Log Message: Library wide changes for scripting support and automated re-rendering Index: SharpVectorScripting.csproj =================================================================== RCS file: /cvsroot/svgdomcsharp/SharpVectorGraphics/src/SharpVectorScripting/SharpVectorScripting.csproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- SharpVectorScripting.csproj 12 Sep 2005 15:08:23 -0000 1.7 +++ SharpVectorScripting.csproj 19 Nov 2005 03:13:24 -0000 1.8 @@ -154,6 +154,31 @@ AssemblyName = "System.Windows.Forms" HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll" /> + <Reference + Name = "SharpVectorBindings" + Project = "{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "SharpVectorUtil" + Project = "{2C3D4EE6-4F71-41F0-99F6-DDAA439C88C6}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "SharpVectorCss" + Project = "{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "SharpVectorDom" + Project = "{FE34CBC0-D23C-4A95-BA64-83A031814010}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> + <Reference + Name = "SharpVectorObjectModel" + Project = "{5D336F48-3FB9-4382-B4B9-06974C764007}" + Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" + /> </References> </Build> <Files> @@ -164,6 +189,11 @@ BuildAction = "Compile" /> <File + RelPath = "SharpVectors\Scripting\ClosureEventMonitor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SharpVectors\Scripting\JScriptEngine.cs" SubType = "Code" BuildAction = "Compile" @@ -174,10 +204,105 @@ BuildAction = "Compile" /> <File + RelPath = "SharpVectors\Scripting\ScriptEventMonitor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\ScriptTimerMonitor.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SharpVectors\Scripting\VsaScriptEngine.cs" SubType = "Code" BuildAction = "Compile" /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Css.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\CssWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Dom.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\DomWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Events.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\EventsWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\ScriptWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Smil.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\SmilWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\StyleSheets.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\StyleSheetsWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Svg.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\SvgWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Views.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\ViewsWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\Window.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "SharpVectors\Scripting\Wrapping\WindowWrapper.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> </CSHARP> |