Browse Source

Fixed some properties in the project files.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 21 years ago
parent
commit
a2fc15687f
  1. 11
      src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj
  2. 8
      src/AddIns/BackendBindings/ILAsmBinding/Project/ILAsmBinding.csproj
  3. 8
      src/AddIns/BackendBindings/VBNetBinding/Project/VBNetBinding.csproj
  4. 8
      src/AddIns/BackendBindings/WixBinding/Project/WixBinding.csproj
  5. 10
      src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.csproj
  6. 10
      src/AddIns/DisplayBindings/ResourceEditor/Project/ResourceEditor.csproj
  7. 15
      src/AddIns/Misc/AddinScout/Project/AddinScout.csproj
  8. 9
      src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.csproj
  9. 2
      src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.csproj.user
  10. 3
      src/AddIns/Misc/HighlightingEditor/Project/HighlightingEditor.csproj
  11. 7
      src/AddIns/Misc/NUnitPad/Project/NUnitPad.csproj
  12. 2
      src/AddIns/Misc/NUnitPad/Project/NUnitPad.csproj.user
  13. 7
      src/AddIns/Misc/RegExpTk/Project/RegExpTk.csproj
  14. 2
      src/AddIns/Misc/RegExpTk/Project/RegExpTk.csproj.user
  15. 5
      src/AddIns/Misc/StartPage/Project/StartPage.csproj
  16. 2
      src/AddIns/Misc/StartPage/Project/StartPage.csproj.user
  17. 22
      src/Libraries/DockPanel_Src/WinFormsUI/WinFormsUI.csproj
  18. 6
      src/Libraries/ICSharpCode.TextEditor/Project/ICSharpCode.TextEditor.csproj
  19. 8
      src/Libraries/NRefactory/Project/NRefactory.csproj
  20. 2
      src/Libraries/NRefactory/Project/NRefactory.csproj.user
  21. 10
      src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
  22. 18
      src/Main/Base/Project/Src/Gui/Pads/ProjectBrowser/TreeNodes/DirectoryNode.cs
  23. 20
      src/Main/Base/Project/Src/Gui/Workbench/Layouts/LayoutConfiguration.cs
  24. 52
      src/Main/Base/Project/Src/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs
  25. 4
      src/Main/Base/Project/Src/Internal/Erbauer/PadDescriptor.cs
  26. 2
      src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj
  27. 2
      src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj.user
  28. 6
      src/Main/Core/Project/ICSharpCode.Core.csproj
  29. 2
      src/Main/Core/Project/ICSharpCode.Core.csproj.user
  30. 2
      src/Main/Core/Test/ICSharpCode.Core.Tests.csproj
  31. 16
      src/Main/StartUp/Project/StartUp.csproj
  32. 2
      src/Main/StartUp/Project/StartUp.csproj.user

11
src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
<ProjectGuid>{1F1AC7CD-D154-45BB-8EAF-804CA8055F5A}</ProjectGuid>
<AssemblyName>CSharpBinding</AssemblyName>
<OutputTarget>Library</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
@ -16,19 +15,15 @@ @@ -16,19 +15,15 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\CSharpBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\CSharpBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

8
src/AddIns/BackendBindings/ILAsmBinding/Project/ILAsmBinding.csproj

@ -15,19 +15,15 @@ @@ -15,19 +15,15 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\ILAsmBinding\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\ILAsmBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

8
src/AddIns/BackendBindings/VBNetBinding/Project/VBNetBinding.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,16 +16,14 @@ @@ -16,16 +16,14 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\VBNetBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\VBNetBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>

8
src/AddIns/BackendBindings/WixBinding/Project/WixBinding.csproj

@ -15,19 +15,15 @@ @@ -15,19 +15,15 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\WixBinding\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\WixBinding\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

10
src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -15,19 +15,17 @@ @@ -15,19 +15,17 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\FormDesigner\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\FormDesigner\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -128,8 +126,6 @@ @@ -128,8 +126,6 @@
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Src\FormDesigner\Util\" />
<Folder Include="Src\FormDesigner\Xml\" />
</ItemGroup>

10
src/AddIns/DisplayBindings/ResourceEditor/Project/ResourceEditor.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -14,18 +14,16 @@ @@ -14,18 +14,16 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\ResourceEditor\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\AddIns\DisplayBindings\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

15
src/AddIns/Misc/AddinScout/Project/AddinScout.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,19 +16,14 @@ @@ -16,19 +16,14 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<Optimize>False</Optimize>
<DefineConstants>DEBUG</DefineConstants>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\AddinScout\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\AddIns\Misc\AddinScout\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -68,8 +63,6 @@ @@ -68,8 +63,6 @@
<Name>ICSharpCode.SharpDevelop</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Gui\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />

9
src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,18 +16,13 @@ @@ -16,18 +16,13 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\FiletypeRegisterer\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\AddIns\Misc\FiletypeRegisterer\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

2
src/AddIns/Misc/FiletypeRegisterer/Project/FiletypeRegisterer.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<PropertyGroup>

3
src/AddIns/Misc/HighlightingEditor/Project/HighlightingEditor.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\HighlightingEditor\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>

7
src/AddIns/Misc/NUnitPad/Project/NUnitPad.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,14 +16,15 @@ @@ -16,14 +16,15 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\NUnitPad\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>

2
src/AddIns/Misc/NUnitPad/Project/NUnitPad.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
</PropertyGroup>

7
src/AddIns/Misc/RegExpTk/Project/RegExpTk.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -15,14 +15,15 @@ @@ -15,14 +15,15 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\RegExpTk\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>

2
src/AddIns/Misc/RegExpTk/Project/RegExpTk.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
</PropertyGroup>

5
src/AddIns/Misc/StartPage/Project/StartPage.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -15,11 +15,12 @@ @@ -15,11 +15,12 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\StartPage\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>

2
src/AddIns/Misc/StartPage/Project/StartPage.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
</PropertyGroup>

22
src/Libraries/DockPanel_Src/WinFormsUI/WinFormsUI.csproj

@ -212,6 +212,16 @@ @@ -212,6 +212,16 @@
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="Strings.resX" />
<EmbeddedResource Include="Resources\DockPaneCaption.AutoHideNo.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.AutoHideYes.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.CloseDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.CloseEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.CloseDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.CloseEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollLeftDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollLeftEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollRightDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollRightEnabled.bmp" />
</ItemGroup>
<ItemGroup>
<Content Include="Controls\CodeDoc\InertButton.xml" />
@ -243,18 +253,6 @@ @@ -243,18 +253,6 @@
<Content Include="Docking\CodeDoc\FloatWindowCollection.xml" />
<Content Include="Docking\CodeDoc\Interfaces.xml" />
<Content Include="Docking\CodeDoc\NestedDockingStatus.xml" />
<EmbeddedResource Include="Resources\DockPaneCaption.AutoHideNo.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.AutoHideYes.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.CloseDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneCaption.CloseEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.CloseDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.CloseEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollLeftDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollLeftEnabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollRightDisabled.bmp" />
<EmbeddedResource Include="Resources\DockPaneStrip.ScrollRightEnabled.bmp" />
</ItemGroup>
<ItemGroup>
<Folder Include="Configuration\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />

6
src/Libraries/ICSharpCode.TextEditor/Project/ICSharpCode.TextEditor.csproj

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
@ -27,8 +27,8 @@ @@ -27,8 +27,8 @@
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>\</OutputPath>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>

8
src/Libraries/NRefactory/Project/NRefactory.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -21,15 +21,15 @@ @@ -21,15 +21,15 @@
<Optimize>False</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>TEST</DefineConstants>
<DefineConstants>TEST; DEBUG</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TEST</DefineConstants>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>

2
src/Libraries/NRefactory/Project/NRefactory.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartProgram>..\..\..\..\bin\SharpDevelop.exe</StartProgram>
</PropertyGroup>

10
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,21 +16,17 @@ @@ -16,21 +16,17 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DefineConstants>DEBUG</DefineConstants>
<Optimize>False</Optimize>
<DefineConstants>DEBUG</DefineConstants>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<RunFxCop>false</RunFxCop>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>

18
src/Main/Base/Project/Src/Gui/Pads/ProjectBrowser/TreeNodes/DirectoryNode.cs

@ -344,10 +344,24 @@ namespace ICSharpCode.SharpDevelop.Project @@ -344,10 +344,24 @@ namespace ICSharpCode.SharpDevelop.Project
if (newName == null) {
return;
}
string oldText = Text;
Text = newName;
if (Directory != null) {
string newPath = Path.Combine(Path.GetDirectoryName(Directory), newName);
FileService.RenameFile(Directory, newPath, true);
if (System.IO.Directory.Exists(newPath)) {
if (System.IO.Directory.GetFiles(Directory).Length == 0) {
System.IO.Directory.Delete(Directory);
} else if (System.IO.Directory.GetFiles(newPath).Length == 0) {
System.IO.Directory.Delete(newPath);
FileService.RenameFile(Directory, newPath, true);
} else {
MessageService.ShowError("The folder already exists and contains files!");
Text = oldText;
return;
}
} else {
FileService.RenameFile(Directory, newPath, true);
}
this.directory = newPath;
ProjectService.SaveSolution();
@ -538,6 +552,4 @@ namespace ICSharpCode.SharpDevelop.Project @@ -538,6 +552,4 @@ namespace ICSharpCode.SharpDevelop.Project
}
#endregion
}
}

20
src/Main/Base/Project/Src/Gui/Workbench/Layouts/LayoutConfiguration.cs

@ -101,14 +101,20 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -101,14 +101,20 @@ namespace ICSharpCode.SharpDevelop.Gui
public static string CurrentLayoutFileName {
get {
string configPath = Path.Combine(PropertyService.ConfigDirectory, "layouts");
string dataPath = Path.Combine(PropertyService.DataDirectory, "resources" + Path.DirectorySeparatorChar + "layouts");
LayoutConfiguration current = CurrentLayout;
if (current != null) {
if (File.Exists(Path.Combine(configPath, current.FileName))) {
return Path.Combine(configPath, current.FileName);
}
return Path.Combine(configPath, current.FileName);
}
return null;
}
}
public static string CurrentLayoutTemplateFileName {
get {
string dataPath = Path.Combine(PropertyService.DataDirectory, "resources" + Path.DirectorySeparatorChar + "layouts");
LayoutConfiguration current = CurrentLayout;
if (current != null) {
return Path.Combine(dataPath, current.FileName);
}
return null;
@ -117,10 +123,6 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -117,10 +123,6 @@ namespace ICSharpCode.SharpDevelop.Gui
public static LayoutConfiguration CurrentLayout {
get {
string configPath = Path.Combine(PropertyService.ConfigDirectory, "layouts");
string dataPath = Path.Combine(PropertyService.DataDirectory, "resources" + Path.DirectorySeparatorChar + "layouts");
foreach (LayoutConfiguration config in Layouts) {
if (config.name == CurrentLayoutName) {
return config;

52
src/Main/Base/Project/Src/Gui/Workbench/Layouts/SdiWorkspaceLayout.cs

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
// <owner name="Mike Krüger" email="mike@icsharpcode.net"/>
// <version value="$version"/>
// </file>
using System;
using System.IO;
using System.Collections;
@ -19,14 +19,14 @@ using ICSharpCode.Core; @@ -19,14 +19,14 @@ using ICSharpCode.Core;
using WeifenLuo.WinFormsUI;
namespace ICSharpCode.SharpDevelop.Gui
{
{
/// <summary>
/// This is the a Workspace with a single document interface.
/// </summary>
public class SdiWorkbenchLayout : IWorkbenchLayout
{
Form wbForm;
DockPanel dockPanel;
Dictionary<string, PadContentWrapper> contentHash = new Dictionary<string, PadContentWrapper>();
ToolStripContainer toolStripContainer;
@ -69,7 +69,7 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -69,7 +69,7 @@ namespace ICSharpCode.SharpDevelop.Gui
// RaftingContainer leftRaftingContainer = new System.Windows.Forms.RaftingContainer();
// RaftingContainer rightRaftingContainer = new System.Windows.Forms.RaftingContainer();
// RaftingContainer bottomRaftingContainer = new System.Windows.Forms.RaftingContainer();
//
//
// ((System.ComponentModel.ISupportInitialize)(leftRaftingContainer)).BeginInit();
// ((System.ComponentModel.ISupportInitialize)(rightRaftingContainer)).BeginInit();
// ((System.ComponentModel.ISupportInitialize)(topRaftingContainer)).BeginInit();
@ -93,7 +93,7 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -93,7 +93,7 @@ namespace ICSharpCode.SharpDevelop.Gui
LoadLayoutConfiguration();
ShowPads();
ShowViewContents();
RedrawAllComponents();
dockPanel.ActiveDocumentChanged += new EventHandler(ActiveMdiChanged);
@ -105,7 +105,7 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -105,7 +105,7 @@ namespace ICSharpCode.SharpDevelop.Gui
toolStripContainer.ContentPanel.Controls.Add(((DefaultWorkbench)workbench).TopMenu);
StatusBarService.Control.Dock = DockStyle.Bottom;
toolStripContainer.ContentPanel.Controls.Add(StatusBarService.Control);
wbForm.Controls.Add(toolStripContainer);
// ((System.ComponentModel.ISupportInitialize)(leftRaftingContainer)).EndInit();
@ -161,12 +161,20 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -161,12 +161,20 @@ namespace ICSharpCode.SharpDevelop.Gui
try {
if (File.Exists(LayoutConfiguration.CurrentLayoutFileName)) {
dockPanel.LoadFromXml(LayoutConfiguration.CurrentLayoutFileName, new DeserializeDockContent(GetContent));
} else {
LoadDefaultLayoutConfiguration();
}
ActivateVisiblePads();
} catch (Exception) {
// Console.WriteLine("can't load docking configuration, version clash ?" + e);
} catch {
LoadDefaultLayoutConfiguration();
}
ActivateVisiblePads();
}
void LoadDefaultLayoutConfiguration()
{
if (File.Exists(LayoutConfiguration.CurrentLayoutTemplateFileName)) {
dockPanel.LoadFromXml(LayoutConfiguration.CurrentLayoutTemplateFileName, new DeserializeDockContent(GetContent));
}
}
void ShowToolBars()
@ -184,7 +192,7 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -184,7 +192,7 @@ namespace ICSharpCode.SharpDevelop.Gui
void HideToolBars()
{
// TODO: Implement HIDE TOOLBARS.
// DefaultWorkbench wb = (DefaultWorkbench)wbForm;
// DefaultWorkbench wb = (DefaultWorkbench)wbForm;
// if (wb.ToolStripManager.ToolStrips.Count != 1) {
// wb.ToolStripManager.ToolStrips.Clear();
// wb.ToolStripManager.ToolStrips.Add(wb.TopMenu);
@ -237,8 +245,8 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -237,8 +245,8 @@ namespace ICSharpCode.SharpDevelop.Gui
dockPanel.SaveAsXml(Path.Combine(configPath, current.FileName));
}
}
} catch (Exception e) {
Console.WriteLine(e);
} catch (Exception e) {
Console.WriteLine(e);
}
}
@ -288,8 +296,8 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -288,8 +296,8 @@ namespace ICSharpCode.SharpDevelop.Gui
dockPanel.Dispose();
dockPanel = null;
}
} catch (Exception e) {
Console.WriteLine(e);
} catch (Exception e) {
Console.WriteLine(e);
}
if (contentHash != null) {
contentHash.Clear();
@ -308,14 +316,14 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -308,14 +316,14 @@ namespace ICSharpCode.SharpDevelop.Gui
return padDescriptor.PadContent;
}
}
public PadContentWrapper(PadDescriptor padDescriptor)
{
this.padDescriptor = padDescriptor;
this.DockableAreas = ((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft) |
WeifenLuo.WinFormsUI.DockAreas.DockRight) |
WeifenLuo.WinFormsUI.DockAreas.DockTop) |
WeifenLuo.WinFormsUI.DockAreas.DockBottom);
this.DockableAreas = ((((WeifenLuo.WinFormsUI.DockAreas.Float | WeifenLuo.WinFormsUI.DockAreas.DockLeft) |
WeifenLuo.WinFormsUI.DockAreas.DockRight) |
WeifenLuo.WinFormsUI.DockAreas.DockTop) |
WeifenLuo.WinFormsUI.DockAreas.DockBottom);
HideOnClose = true;
}
@ -421,9 +429,9 @@ namespace ICSharpCode.SharpDevelop.Gui @@ -421,9 +429,9 @@ namespace ICSharpCode.SharpDevelop.Gui
}
if (PropertyService.Get("ICSharpCode.SharpDevelop.Gui.ToolBarVisible", true)) {
ShowToolBars();
ShowToolBars();
} else {
HideToolBars();
HideToolBars();
}
}

4
src/Main/Base/Project/Src/Internal/Erbauer/PadDescriptor.cs

@ -76,9 +76,7 @@ namespace ICSharpCode.Core @@ -76,9 +76,7 @@ namespace ICSharpCode.Core
public IPadContent PadContent {
get {
if (padContent == null) {
padContent = (IPadContent)codon.AddIn.CreateObject(Class);
}
if (padContent == null) CreatePad();
return padContent;
}
}

2
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

2
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj.user

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
</Project>

6
src/Main/Core/Project/ICSharpCode.Core.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -16,19 +16,17 @@ @@ -16,19 +16,17 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>False</Optimize>
<DefineConstants>DEBUG</DefineConstants>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>

2
src/Main/Core/Project/ICSharpCode.Core.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<PropertyGroup>

2
src/Main/Core/Test/ICSharpCode.Core.Tests.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

16
src/Main/StartUp/Project/StartUp.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -6,7 +6,6 @@ @@ -6,7 +6,6 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1152B71B-3C05-4598-B20D-823B5D40559E}</ProjectGuid>
<AssemblyName>SharpDevelop</AssemblyName>
<OutputTarget>Exe</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
@ -18,19 +17,18 @@ @@ -18,19 +17,18 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<Optimize>False</Optimize>
<DefineConstants>DEBUG</DefineConstants>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\bin\</OutputPath>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<OutputType>WinExe</OutputType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

2
src/Main/StartUp/Project/StartUp.csproj.user

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<PropertyGroup>

Loading…
Cancel
Save