Commit 79c12b63 authored by Tebjan Halm's avatar Tebjan Halm
Browse files

merge with github

parent f12b1ead
B^C:\VVVV\PROJECTS\2011\SVG\CODEPLEX_SVG\SAMPLES\SVGVIEWER\PROPERTIES\RESOURCES.RESX|C:\VVVV\PROJECTS\2011\SVG\CODEPLEX_SVG\SAMPLES\SVGVIEWER\SVGVIEWER.RESX B^C:\VVVV\PROJECTS\2011\SVG\CODEPLEX_SVG\SAMPLES\SVGVIEWER\PROPERTIES\RESOURCES.RESX|C:\VVVV\PROJECTS\2011\SVG\CODEPLEX_SVG\SAMPLES\SVGVIEWER\SVGVIEWER.RESX
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\ResolveAssemblyReference.cache
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\ResGen.read.1.tlog
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\ResGen.write.1.tlog
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\bin\Debug\SVGViewer.exe
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\bin\Debug\SVGViewer.pdb
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\bin\Debug\Svg.dll
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\bin\Debug\Svg.pdb
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\SVGViewer.SVGViewer.resources
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\SVGViewer.Properties.Resources.resources
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\SVGViewer.exe
C:\vvvv\PROJECTS\2011\svg\codeplex_svg\Samples\SVGViewer\obj\Debug\SVGViewer.pdb
namespace Svg
{
public enum SvgVisibility
{
Visible,
Hidden,
Inherit
}
}
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DocumentationFile>..\..\vvvv\public\common\src\thirdparty\Svg.XML</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>PdbOnly</DebugType> <DebugType>PdbOnly</DebugType>
......

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Svg", "Svg.csproj", "{886A98C5-37C0-4E8B-885E-30C1D2F98B47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Debug|x86.ActiveCfg = Debug|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Release|Any CPU.Build.0 = Release|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{886A98C5-37C0-4E8B-885E-30C1D2F98B47}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
File added
C:\Dev\vvvv\vvvv\public\common\src\thirdparty\Svg.dll
C:\Dev\vvvv\vvvv\public\common\src\thirdparty\Svg.pdb
C:\Dev\vvvv\SVG\Source\obj\Debug\ResolveAssemblyReference.cache
C:\Dev\vvvv\SVG\Source\obj\Debug\Svg.dll
C:\Dev\vvvv\SVG\Source\obj\Debug\Svg.pdb
C:\Dev\vvvv\vvvv\public\common\src\thirdparty\Svg.XML
C:\Dev\vvvv\SVG\Source\obj\Release\ResolveAssemblyReference.cache
C:\Dev\vvvv\vvvv\public\common\src\thirdparty\Svg.dll
C:\Dev\vvvv\vvvv\public\common\src\thirdparty\Svg.pdb
C:\Dev\vvvv\SVG\Source\obj\Release\Svg.dll
C:\Dev\vvvv\SVG\Source\obj\Release\Svg.pdb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment