Browse Source

Merge branch 'master' of github.com:icsharpcode/SharpDevelop into HP

pull/1/head
Daniel Grunwald 15 years ago
parent
commit
d0e62165ac
  1. 2540
      SharpDevelop.Tests.sln
  2. 1920
      SharpDevelop.sln
  3. 0
      src/AddIns/VersionControl/SubversionAddIn/Configuration/AssemblyInfo.cs
  4. 0
      src/AddIns/VersionControl/SubversionAddIn/ICSharpCode.Svn.addin
  5. 0
      src/AddIns/VersionControl/SubversionAddIn/Resources/SubversionOptionsPanel.xfrm
  6. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/AddInOptions.cs
  7. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Commands/AutostartCommands.cs
  8. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Commands/CheckoutCommands.cs
  9. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Commands/ProjectBrowserCommands.cs
  10. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs
  11. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs
  12. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs
  13. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.Designer.cs
  14. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs
  15. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.resx
  16. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs
  17. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/SubversionOptionsPanel.cs
  18. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/SvnGuiWrapper.cs
  19. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/Gui/TortoiseSvnNotFoundForm.cs
  20. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/SubversionStateCondition.cs
  21. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/SvnClientWrapper.cs
  22. 0
      src/AddIns/VersionControl/SubversionAddIn/Src/SvnMessageView.cs
  23. 226
      src/AddIns/VersionControl/SubversionAddIn/SubversionAddIn.csproj
  24. 377
      src/Libraries/NRefactory/Project/NRefactory.csproj
  25. 24
      src/Setup/Files.wxs

2540
SharpDevelop.Tests.sln

File diff suppressed because it is too large Load Diff

1920
SharpDevelop.sln

File diff suppressed because it is too large Load Diff

0
src/AddIns/Misc/SubversionAddIn/Project/Configuration/AssemblyInfo.cs → src/AddIns/VersionControl/SubversionAddIn/Configuration/AssemblyInfo.cs

0
src/AddIns/Misc/SubversionAddIn/Project/ICSharpCode.Svn.addin → src/AddIns/VersionControl/SubversionAddIn/ICSharpCode.Svn.addin

0
src/AddIns/Misc/SubversionAddIn/Project/Resources/SubversionOptionsPanel.xfrm → src/AddIns/VersionControl/SubversionAddIn/Resources/SubversionOptionsPanel.xfrm

0
src/AddIns/Misc/SubversionAddIn/Project/Src/AddInOptions.cs → src/AddIns/VersionControl/SubversionAddIn/Src/AddInOptions.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/AutostartCommands.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Commands/AutostartCommands.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/CheckoutCommands.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Commands/CheckoutCommands.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Commands/ProjectBrowserCommands.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Commands/ProjectBrowserCommands.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryView.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewDisplayBinding.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/HistoryViewPanel.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/InfoPanel.Designer.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.Designer.cs generated

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/HistoryViewDisplayBinding/InfoPanel.resx → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/HistoryViewDisplayBinding/InfoPanel.resx

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/ProjectBrowserVisitor/OverlayIconManager.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/SubversionOptionsPanel.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/SubversionOptionsPanel.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/SvnGuiWrapper.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/SvnGuiWrapper.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/Gui/TortoiseSvnNotFoundForm.cs → src/AddIns/VersionControl/SubversionAddIn/Src/Gui/TortoiseSvnNotFoundForm.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/SubversionStateCondition.cs → src/AddIns/VersionControl/SubversionAddIn/Src/SubversionStateCondition.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/SvnClientWrapper.cs → src/AddIns/VersionControl/SubversionAddIn/Src/SvnClientWrapper.cs

0
src/AddIns/Misc/SubversionAddIn/Project/Src/SvnMessageView.cs → src/AddIns/VersionControl/SubversionAddIn/Src/SvnMessageView.cs

226
src/AddIns/Misc/SubversionAddIn/Project/SubversionAddIn.csproj → src/AddIns/VersionControl/SubversionAddIn/SubversionAddIn.csproj

@ -1,114 +1,114 @@ @@ -1,114 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.Svn</RootNamespace>
<AssemblyName>SubversionAddIn</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{17F4D7E0-6933-4C2E-8714-FD7E98D625D5}</ProjectGuid>
<ProductVersion>8.0.50215</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\..\AddIns\Misc\SubversionAddIn\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>Full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugType>None</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="SharpSvn">
<HintPath>..\..\..\..\Libraries\SharpSvn\SharpSvn.dll</HintPath>
</Reference>
<Reference Include="SharpSvn.UI">
<HintPath>..\..\..\..\Libraries\SharpSvn\SharpSvn.UI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<None Include="ICSharpCode.Svn.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.Designer.cs">
<DependentUpon>InfoPanel.cs</DependentUpon>
</Compile>
<Compile Include="Src\AddInOptions.cs" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<EmbeddedResource Include="Resources\SubversionOptionsPanel.xfrm" />
<Compile Include="Src\Commands\AutostartCommands.cs" />
<Compile Include="Src\Commands\ProjectBrowserCommands.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryView.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryViewDisplayBinding.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryViewPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Src\Gui\SubversionOptionsPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\Gui\ProjectBrowserVisitor\OverlayIconManager.cs" />
<Compile Include="Src\Gui\SvnGuiWrapper.cs" />
<Compile Include="Src\Gui\TortoiseSvnNotFoundForm.cs" />
<Compile Include="Src\Commands\CheckoutCommands.cs" />
<Compile Include="Src\SubversionStateCondition.cs" />
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Src\SvnClientWrapper.cs" />
<Compile Include="Src\SvnMessageView.cs" />
<EmbeddedResource Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.resx">
<DependentUpon>InfoPanel.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
<Name>ICSharpCode.SharpDevelop</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
<Name>ICSharpCode.Core.WinForms</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
<Name>ICSharpCode.SharpDevelop.Dom</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>ICSharpCode.Svn</RootNamespace>
<AssemblyName>SubversionAddIn</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{17F4D7E0-6933-4C2E-8714-FD7E98D625D5}</ProjectGuid>
<ProductVersion>8.0.50215</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<OutputPath>..\..\..\..\AddIns\VersionControl\SubversionAddIn\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>Full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugType>None</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="SharpSvn">
<HintPath>..\..\..\Libraries\SharpSvn\SharpSvn.dll</HintPath>
</Reference>
<Reference Include="SharpSvn.UI">
<HintPath>..\..\..\Libraries\SharpSvn\SharpSvn.UI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<None Include="ICSharpCode.Svn.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<Compile Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.Designer.cs">
<DependentUpon>InfoPanel.cs</DependentUpon>
</Compile>
<Compile Include="Src\AddInOptions.cs" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<EmbeddedResource Include="Resources\SubversionOptionsPanel.xfrm" />
<Compile Include="Src\Commands\AutostartCommands.cs" />
<Compile Include="Src\Commands\ProjectBrowserCommands.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryView.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryViewDisplayBinding.cs" />
<Compile Include="Src\Gui\HistoryViewDisplayBinding\HistoryViewPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Src\Gui\SubversionOptionsPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Src\Gui\ProjectBrowserVisitor\OverlayIconManager.cs" />
<Compile Include="Src\Gui\SvnGuiWrapper.cs" />
<Compile Include="Src\Gui\TortoiseSvnNotFoundForm.cs" />
<Compile Include="Src\Commands\CheckoutCommands.cs" />
<Compile Include="Src\SubversionStateCondition.cs" />
<Compile Include="Src\SvnClientWrapper.cs" />
<Compile Include="Src\SvnMessageView.cs" />
<EmbeddedResource Include="Src\Gui\HistoryViewDisplayBinding\InfoPanel.resx">
<DependentUpon>InfoPanel.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
<Name>ICSharpCode.SharpDevelop</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
<Name>ICSharpCode.Core.WinForms</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
<Name>ICSharpCode.SharpDevelop.Dom</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

377
src/Libraries/NRefactory/Project/NRefactory.csproj

@ -1,190 +1,189 @@ @@ -1,190 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.41115</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</ProjectGuid>
<RootNamespace>ICSharpCode.NRefactory</RootNamespace>
<AssemblyName>ICSharpCode.NRefactory</AssemblyName>
<OutputTarget>Library</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<OutputType>Library</OutputType>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>94896128</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<RunCodeAnalysis>False</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1002;-Microsoft.Design#CA1020;-Microsoft.Design#CA1051;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1305;-Microsoft.Naming#CA1704;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1805;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2227</CodeAnalysisRules>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>TEST;DEBUG</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TEST</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<StartAction>Project</StartAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Src\Lexer\LATextReader.cs" />
<Compile Include="Src\Lexer\LexerMemento.cs" />
<Compile Include="Src\Lexer\SavepointEventArgs.cs" />
<Compile Include="Src\Lexer\VBNet\Block.cs" />
<Compile Include="Src\Lexer\VBNet\ExpressionFinder.cs" />
<Compile Include="Src\Lexer\VBNet\ExpressionFinderState.cs" />
<Compile Include="Src\Lexer\VBNet\Extensions.cs" />
<Compile Include="Src\Lexer\VBNet\Parser.cs">
<DependentUpon>ExpressionFinder.atg</DependentUpon>
</Compile>
<None Include="Resources\ICSharpCode.NRefactory.snk" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\AstBuilder\ExpressionBuilder.cs" />
<Compile Include="Src\AstBuilder\StatementBuilder.cs" />
<Compile Include="Src\Lexer\AbstractLexer.cs" />
<Compile Include="Src\Lexer\CSharp\ConditionalCompilation.cs" />
<Compile Include="Src\Lexer\CSharp\Keywords.cs" />
<Compile Include="Src\Lexer\CSharp\Lexer.cs" />
<Compile Include="Src\Lexer\CSharp\Tokens.cs" />
<Compile Include="Src\Lexer\ILexer.cs" />
<Compile Include="Src\Lexer\LookupTable.cs" />
<Compile Include="Src\Lexer\Special\BlankLine.cs" />
<Compile Include="Src\Lexer\Special\Comment.cs" />
<Compile Include="Src\Lexer\Special\CommentType.cs" />
<Compile Include="Src\Lexer\Special\PreProcessingDirective.cs" />
<Compile Include="Src\Lexer\Special\SpecialTracker.cs" />
<Compile Include="Src\Lexer\Special\TagComment.cs" />
<Compile Include="Src\Lexer\Token.cs" />
<Compile Include="Src\Lexer\VBNet\Keywords.cs" />
<Compile Include="Src\Lexer\VBNet\Lexer.cs" />
<Compile Include="Src\Lexer\VBNet\Tokens.cs" />
<Compile Include="Src\Lexer\Special\ISpecial.cs" />
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Src\Lexer\VBNet\VBLexerMemento.cs" />
<Compile Include="Src\Lexer\VBNet\XmlModeInfo.cs" />
<Compile Include="Src\OperatorPrecedence.cs" />
<Compile Include="Src\Parser\CSharp\CSharpParser.cs" />
<Compile Include="Src\Parser\CSharp\Parser.cs" />
<Compile Include="Src\Parser\VBNet\Parser.cs" />
<Compile Include="Src\Parser\VBNet\VBNetParser.cs" />
<Compile Include="Src\Parser\AbstractParser.cs" />
<Compile Include="Src\Parser\Errors.cs" />
<Compile Include="Src\Parser\IParser.cs" />
<Compile Include="Src\Parser\ModifierList.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\CSharpOutputVisitor.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\OutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\PrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputVisitor.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetPrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\AbstractOutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\AbstractPrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\IOutputAstVisitor.cs" />
<Compile Include="Src\PrettyPrinter\SpecialNodesInserter.cs" />
<Compile Include="Src\SnippetParser.cs" />
<Compile Include="Src\Visitors\AbstractAstTransformer.cs" />
<Compile Include="Src\Visitors\AbstractASTVisitor.cs" />
<Compile Include="Src\Visitors\CodeDOMOutputVisitor.cs" />
<Compile Include="Src\Visitors\CodeDOMVerboseOutputGenerator.cs" />
<Compile Include="Src\Visitors\ConvertVisitorBase.cs" />
<Compile Include="Src\Visitors\CSharpConstructsConvertVisitor.cs" />
<Compile Include="Src\Visitors\LookupTableVisitor.cs" />
<Compile Include="Src\Visitors\NotImplementedAstVisitor.cs" />
<Compile Include="Src\Visitors\PrefixFieldsVisitor.cs" />
<Compile Include="Src\Visitors\RenameIdentifierVisitor.cs" />
<Compile Include="Src\Visitors\SetParentVisitor.cs" />
<Compile Include="Src\Visitors\SetRegionInclusionVisitor.cs" />
<Compile Include="Src\Visitors\ToCSharpConvertVisitor.cs" />
<Compile Include="Src\Visitors\ToVBNetConvertVisitor.cs" />
<Compile Include="Src\Visitors\ToVBNetRenameConflictingVariables.cs" />
<Compile Include="Src\Visitors\VBNetConstructsConvertVisitor.cs" />
<Compile Include="Src\EnvironmentInformationProvider.cs" />
<Compile Include="Src\IAstVisitor.cs" />
<Compile Include="Src\ParserFactory.cs" />
<Compile Include="Src\Location.cs" />
<Compile Include="Src\Ast\General\BlockStatement.cs" />
<Compile Include="Src\Ast\General\CompilationUnit.cs" />
<Compile Include="Src\Ast\General\Expression.cs" />
<Compile Include="Src\Ast\General\LocalVariableDeclaration.cs" />
<Compile Include="Src\Ast\General\PrimitiveExpression.cs" />
<Compile Include="Src\Ast\General\Statement.cs" />
<Compile Include="Src\Ast\AbstractNode.cs" />
<Compile Include="Src\Ast\Enums.cs" />
<Compile Include="Src\Ast\Generated.cs" />
<Compile Include="Src\Ast\INode.cs" />
<Compile Include="Src\Ast\INullable.cs" />
<Compile Include="Src\Ast\TypeReference.cs" />
<Compile Include="Src\Parser\VBNet\ParamModifierList.cs" />
<Compile Include="Src\Visitors\NodeTrackingAstVisitor.cs" />
<None Include="Src\Lexer\VBNet\ExpressionFinder.atg">
<Generator>CocoParserGenerator</Generator>
<CustomToolNamespace>ICSharpCode.NRefactory.Parser.VB</CustomToolNamespace>
</None>
<None Include="Src\Lexer\VBNet\PushParser.frame">
<DependentUpon>ExpressionFinder.atg</DependentUpon>
</None>
<None Include="Src\Parser\Frames\Parser.frame" />
</ItemGroup>
<ItemGroup>
<Content Include="Src\Lexer\CSharp\KeywordList.txt" />
<Content Include="Src\Lexer\VBNet\KeywordList.txt" />
<Folder Include="Src\Parser" />
<Folder Include="Src\Parser\CSharp" />
<Content Include="Src\Parser\CSharp\cs.ATG" />
<Folder Include="Src\Parser\Frames" />
<Content Include="Src\Parser\Frames\Scanner.frame" />
<Content Include="Src\Parser\Frames\SharpCoco.exe" />
<Content Include="Src\Parser\Frames\trace.txt" />
<Folder Include="Src\Parser\VBNet" />
<None Include="Src\Parser\VBNet\VBNET.ATG">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<CustomToolNamespace>ICSharpCode.NRefactory.Parser.VB</CustomToolNamespace>
</None>
<Content Include="Src\Parser\gen.bat" />
<Folder Include="Src\PrettyPrinter" />
<Folder Include="Src\PrettyPrinter\CSharp" />
<Folder Include="Src\PrettyPrinter\VBNet" />
<Folder Include="Src\Visitors" />
<Folder Include="Src\Ast" />
<Folder Include="Src\Ast\General" />
</ItemGroup>
<ItemGroup>
<Folder Include="Src\AstBuilder" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.41115</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</ProjectGuid>
<RootNamespace>ICSharpCode.NRefactory</RootNamespace>
<AssemblyName>ICSharpCode.NRefactory</AssemblyName>
<OutputTarget>Library</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<OutputType>Library</OutputType>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Resources\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>94896128</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<RunCodeAnalysis>False</RunCodeAnalysis>
<CodeAnalysisRules>-Microsoft.Design#CA1002;-Microsoft.Design#CA1020;-Microsoft.Design#CA1051;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1305;-Microsoft.Naming#CA1704;-Microsoft.Performance#CA1800;-Microsoft.Performance#CA1805;-Microsoft.Usage#CA2211;-Microsoft.Usage#CA2227</CodeAnalysisRules>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>TEST;DEBUG</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TEST</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<StartAction>Project</StartAction>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Src\Lexer\LATextReader.cs" />
<Compile Include="Src\Lexer\LexerMemento.cs" />
<Compile Include="Src\Lexer\SavepointEventArgs.cs" />
<Compile Include="Src\Lexer\VBNet\Block.cs" />
<Compile Include="Src\Lexer\VBNet\ExpressionFinder.cs" />
<Compile Include="Src\Lexer\VBNet\ExpressionFinderState.cs" />
<Compile Include="Src\Lexer\VBNet\Extensions.cs" />
<Compile Include="Src\Lexer\VBNet\Parser.cs">
<DependentUpon>ExpressionFinder.atg</DependentUpon>
</Compile>
<None Include="Resources\ICSharpCode.NRefactory.snk" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\AstBuilder\ExpressionBuilder.cs" />
<Compile Include="Src\AstBuilder\StatementBuilder.cs" />
<Compile Include="Src\Lexer\AbstractLexer.cs" />
<Compile Include="Src\Lexer\CSharp\ConditionalCompilation.cs" />
<Compile Include="Src\Lexer\CSharp\Keywords.cs" />
<Compile Include="Src\Lexer\CSharp\Lexer.cs" />
<Compile Include="Src\Lexer\CSharp\Tokens.cs" />
<Compile Include="Src\Lexer\ILexer.cs" />
<Compile Include="Src\Lexer\LookupTable.cs" />
<Compile Include="Src\Lexer\Special\BlankLine.cs" />
<Compile Include="Src\Lexer\Special\Comment.cs" />
<Compile Include="Src\Lexer\Special\CommentType.cs" />
<Compile Include="Src\Lexer\Special\PreProcessingDirective.cs" />
<Compile Include="Src\Lexer\Special\SpecialTracker.cs" />
<Compile Include="Src\Lexer\Special\TagComment.cs" />
<Compile Include="Src\Lexer\Token.cs" />
<Compile Include="Src\Lexer\VBNet\Keywords.cs" />
<Compile Include="Src\Lexer\VBNet\Lexer.cs" />
<Compile Include="Src\Lexer\VBNet\Tokens.cs" />
<Compile Include="Src\Lexer\Special\ISpecial.cs" />
<Compile Include="..\..\..\Main\GlobalAssemblyInfo.cs">
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Src\Lexer\VBNet\VBLexerMemento.cs" />
<Compile Include="Src\Lexer\VBNet\XmlModeInfo.cs" />
<Compile Include="Src\OperatorPrecedence.cs" />
<Compile Include="Src\Parser\CSharp\CSharpParser.cs" />
<Compile Include="Src\Parser\CSharp\Parser.cs" />
<Compile Include="Src\Parser\VBNet\Parser.cs" />
<Compile Include="Src\Parser\VBNet\VBNetParser.cs" />
<Compile Include="Src\Parser\AbstractParser.cs" />
<Compile Include="Src\Parser\Errors.cs" />
<Compile Include="Src\Parser\IParser.cs" />
<Compile Include="Src\Parser\ModifierList.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\CSharpOutputVisitor.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\OutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\CSharp\PrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetOutputVisitor.cs" />
<Compile Include="Src\PrettyPrinter\VBNet\VBNetPrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\AbstractOutputFormatter.cs" />
<Compile Include="Src\PrettyPrinter\AbstractPrettyPrintOptions.cs" />
<Compile Include="Src\PrettyPrinter\IOutputAstVisitor.cs" />
<Compile Include="Src\PrettyPrinter\SpecialNodesInserter.cs" />
<Compile Include="Src\SnippetParser.cs" />
<Compile Include="Src\Visitors\AbstractAstTransformer.cs" />
<Compile Include="Src\Visitors\AbstractASTVisitor.cs" />
<Compile Include="Src\Visitors\CodeDOMOutputVisitor.cs" />
<Compile Include="Src\Visitors\CodeDOMVerboseOutputGenerator.cs" />
<Compile Include="Src\Visitors\ConvertVisitorBase.cs" />
<Compile Include="Src\Visitors\CSharpConstructsConvertVisitor.cs" />
<Compile Include="Src\Visitors\LookupTableVisitor.cs" />
<Compile Include="Src\Visitors\NotImplementedAstVisitor.cs" />
<Compile Include="Src\Visitors\PrefixFieldsVisitor.cs" />
<Compile Include="Src\Visitors\RenameIdentifierVisitor.cs" />
<Compile Include="Src\Visitors\SetParentVisitor.cs" />
<Compile Include="Src\Visitors\SetRegionInclusionVisitor.cs" />
<Compile Include="Src\Visitors\ToCSharpConvertVisitor.cs" />
<Compile Include="Src\Visitors\ToVBNetConvertVisitor.cs" />
<Compile Include="Src\Visitors\ToVBNetRenameConflictingVariables.cs" />
<Compile Include="Src\Visitors\VBNetConstructsConvertVisitor.cs" />
<Compile Include="Src\EnvironmentInformationProvider.cs" />
<Compile Include="Src\IAstVisitor.cs" />
<Compile Include="Src\ParserFactory.cs" />
<Compile Include="Src\Location.cs" />
<Compile Include="Src\Ast\General\BlockStatement.cs" />
<Compile Include="Src\Ast\General\CompilationUnit.cs" />
<Compile Include="Src\Ast\General\Expression.cs" />
<Compile Include="Src\Ast\General\LocalVariableDeclaration.cs" />
<Compile Include="Src\Ast\General\PrimitiveExpression.cs" />
<Compile Include="Src\Ast\General\Statement.cs" />
<Compile Include="Src\Ast\AbstractNode.cs" />
<Compile Include="Src\Ast\Enums.cs" />
<Compile Include="Src\Ast\Generated.cs" />
<Compile Include="Src\Ast\INode.cs" />
<Compile Include="Src\Ast\INullable.cs" />
<Compile Include="Src\Ast\TypeReference.cs" />
<Compile Include="Src\Parser\VBNet\ParamModifierList.cs" />
<Compile Include="Src\Visitors\NodeTrackingAstVisitor.cs" />
<None Include="Src\Lexer\VBNet\ExpressionFinder.atg">
<Generator>CocoParserGenerator</Generator>
<CustomToolNamespace>ICSharpCode.NRefactory.Parser.VB</CustomToolNamespace>
</None>
<None Include="Src\Lexer\VBNet\PushParser.frame">
<DependentUpon>ExpressionFinder.atg</DependentUpon>
</None>
<None Include="Src\Parser\Frames\Parser.frame" />
</ItemGroup>
<ItemGroup>
<Content Include="Src\Lexer\CSharp\KeywordList.txt" />
<Content Include="Src\Lexer\VBNet\KeywordList.txt" />
<Folder Include="Src\Parser" />
<Folder Include="Src\Parser\CSharp" />
<Content Include="Src\Parser\CSharp\cs.ATG" />
<Folder Include="Src\Parser\Frames" />
<Content Include="Src\Parser\Frames\Scanner.frame" />
<Content Include="Src\Parser\Frames\SharpCoco.exe" />
<Folder Include="Src\Parser\VBNet" />
<None Include="Src\Parser\VBNet\VBNET.ATG">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<CustomToolNamespace>ICSharpCode.NRefactory.Parser.VB</CustomToolNamespace>
</None>
<Content Include="Src\Parser\gen.bat" />
<Folder Include="Src\PrettyPrinter" />
<Folder Include="Src\PrettyPrinter\CSharp" />
<Folder Include="Src\PrettyPrinter\VBNet" />
<Folder Include="Src\Visitors" />
<Folder Include="Src\Ast" />
<Folder Include="Src\Ast\General" />
</ItemGroup>
<ItemGroup>
<Folder Include="Src\AstBuilder" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>

24
src/Setup/Files.wxs

@ -1408,17 +1408,6 @@ @@ -1408,17 +1408,6 @@
<File Source="..\..\AddIns\Misc\StartPage\StartPage.addin" Id="StartPage.addin" Name="StartPage.addin" />
</Component>
</Directory>
<Directory Id="SubversionAddInFolder" Name="SubversionAddIn">
<Component Guid="C9B1D523-5674-4398-9073-20F57B45DD46" Id="SubversionAddInDll" DiskId="1">
<File Source="..\..\AddIns\Misc\SubversionAddin\SubversionAddIn.dll" Id="SubversionAddIn.dll" Name="SubversionAddIn.dll" Assembly=".net" AssemblyApplication="SubversionAddIn.dll" AssemblyManifest="SubversionAddIn.dll" KeyPath="yes" />
<File Source="..\..\AddIns\Misc\SubversionAddin\ICSharpCode.Svn.addin" Id="ICSharpCode.Svn.addin" Name="ICSharpCode.Svn.addin" />
<File Source="..\..\AddIns\Misc\SubversionAddin\SharpSvn.dll" Name="SharpSvn.dll" Id="SharpSvn.dll" />
<File Source="..\..\AddIns\Misc\SubversionAddin\SharpSvn.UI.dll" Name="SharpSvn.UI.dll" Id="SharpSvn.UI.dll" />
<File Source="..\..\AddIns\Misc\SubversionAddin\SharpPlink-Win32.svnExe" Name="SharpPlink-Win32.svnExe" Id="SharpPlink_Win32.svnExe" />
<File Source="..\..\AddIns\Misc\SubversionAddin\SharpSvn-DB44-20-Win32.dll" Name="SharpSvn-DB44-20-Win32.dll" Id="SharpSvn_DB44_20_Win32.dll" />
<File Source="..\..\AddIns\Misc\SubversionAddin\SharpSvn-SASL21-23-Win32.dll" Name="SharpSvn-SASL21-23-Win32.dll" Id="SharpSvn_SASL21_23_Win32.dll" />
</Component>
</Directory>
<Directory Id="SearchAndReplace" Name="SearchAndReplace">
<Component Guid="A76D4EB6-0EBB-49D7-9528-2FA87C983703" Id="SearchAndReplaceFiles" DiskId="1">
<File Source="..\..\AddIns\Misc\SearchAndReplace\SearchAndReplace.addin" Id="SearchAndReplace.addin" Name="SearchAndReplace.addin" />
@ -1499,6 +1488,19 @@ @@ -1499,6 +1488,19 @@
</Component>
</Directory>
</Directory>
<Directory Id="VersionControlAddInsFolder" Name="VersionControl">
<Directory Id="SubversionAddInFolder" Name="SubversionAddIn">
<Component Guid="C9B1D523-5674-4398-9073-20F57B45DD46" Id="SubversionAddInDll" DiskId="1">
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SubversionAddIn.dll" Id="SubversionAddIn.dll" Name="SubversionAddIn.dll" Assembly=".net" AssemblyApplication="SubversionAddIn.dll" AssemblyManifest="SubversionAddIn.dll" KeyPath="yes" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\ICSharpCode.Svn.addin" Id="ICSharpCode.Svn.addin" Name="ICSharpCode.Svn.addin" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn.dll" Name="SharpSvn.dll" Id="SharpSvn.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn.UI.dll" Name="SharpSvn.UI.dll" Id="SharpSvn.UI.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpPlink-Win32.svnExe" Name="SharpPlink-Win32.svnExe" Id="SharpPlink_Win32.svnExe" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn-DB44-20-Win32.dll" Name="SharpSvn-DB44-20-Win32.dll" Id="SharpSvn_DB44_20_Win32.dll" />
<File Source="..\..\AddIns\VersionControl\SubversionAddin\SharpSvn-SASL21-23-Win32.dll" Name="SharpSvn-SASL21-23-Win32.dll" Id="SharpSvn_SASL21_23_Win32.dll" />
</Component>
</Directory>
</Directory>
</Directory>
<Component Guid="542E5AE1-286C-4CE6-8800-F3AFBB24531D" Id="SharpDevelopWebsiteShortcut" DiskId="1">
<!--

Loading…
Cancel
Save