Changeset 6866 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources ¶
- Property svn:ignore
-
TabularUnified
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.CodeEditor/3.3 ¶
- Property svn:ignore
-
TabularUnified
old new 4 4 *.user 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
TabularUnified trunk/sources/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj ¶
r5163 r6866 9 9 <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid> 10 10 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 11 <TargetFrameworkProfile></TargetFrameworkProfile> 11 <TargetFrameworkProfile> 12 </TargetFrameworkProfile> 12 13 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 13 14 <NoStdLib>False</NoStdLib> … … 39 40 </PropertyGroup> 40 41 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 41 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 43 <Optimize>False</Optimize> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> … … 47 48 </PropertyGroup> 48 49 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 49 <OutputPath> bin\Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 51 <Optimize>True</Optimize> 51 52 <DefineConstants>TRACE</DefineConstants> … … 63 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 65 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 66 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 68 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 72 73 </PropertyGroup> 73 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath> bin\x86\Release\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 76 <DefineConstants>TRACE</DefineConstants> 76 77 <Optimize>true</Optimize> … … 78 79 <DebugType>pdbonly</DebugType> 79 80 <PlatformTarget>x86</PlatformTarget> 80 <DocumentationFile>bin\x86\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 81 <DocumentationFile> 82 </DocumentationFile> 81 83 <DebugSymbols>true</DebugSymbols> 82 84 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 84 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 87 <DebugSymbols>true</DebugSymbols> 86 <OutputPath> bin\x64\Debug\</OutputPath>88 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 89 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 90 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> … … 93 95 </PropertyGroup> 94 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath> bin\x64\Release\</OutputPath>97 <OutputPath>$(SolutionDir)\bin\</OutputPath> 96 98 <DefineConstants>TRACE</DefineConstants> 97 99 <Optimize>true</Optimize> … … 99 101 <DebugType>None</DebugType> 100 102 <PlatformTarget>x64</PlatformTarget> 101 <DocumentationFile>bin\x64\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 103 <DocumentationFile> 104 </DocumentationFile> 102 105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 103 106 </PropertyGroup> 104 107 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 105 <DocumentationFile>bin\Release\HeuristicLab.CodeEditor-3.3.xml</DocumentationFile> 108 <DocumentationFile> 109 </DocumentationFile> 106 110 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 107 111 </PropertyGroup> … … 151 155 <DependentUpon>CodeViewer.cs</DependentUpon> 152 156 </Compile> 153 <None Include="HeuristicLabCodeEditorPlugin.cs.frame" /> 154 <Compile Include="HeuristicLabCodeEditorPlugin.cs" /> 157 <None Include="Plugin.cs.frame" /> 155 158 <Compile Include="ErrorBookmark.cs" /> 156 159 <Compile Include="HostCallbackImplementation.cs" /> … … 161 164 <DependentUpon>CodeEditor.cs</DependentUpon> 162 165 </Compile> 166 <Compile Include="Plugin.cs" /> 163 167 <Compile Include="Properties\AssemblyInfo.cs" /> 164 168 <Compile Include="ToolTipProvider.cs" /> … … 166 170 <ItemGroup> 167 171 <None Include="HeuristicLab.snk" /> 168 <None Include="Properties\AssemblyInfo. frame" />172 <None Include="Properties\AssemblyInfo.cs.frame" /> 169 173 </ItemGroup> 170 174 <ItemGroup> … … 172 176 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 173 177 <Name>HeuristicLab.Common.Resources-3.3</Name> 174 </ProjectReference> 175 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.SharpDevelop\3.1.1.5327\HeuristicLab.SharpDevelop-3.1.1.5327.csproj"> 176 <Project>{4ABA047D-46DD-4608-9E4A-41C5F92FDBB1}</Project> 177 <Name>HeuristicLab.SharpDevelop-3.1.1.5327</Name> 178 <Private>False</Private> 178 179 </ProjectReference> 179 180 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 180 181 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 181 182 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 183 <Private>False</Private> 182 184 </ProjectReference> 183 185 </ItemGroup> … … 207 209 208 210 call PreBuildEvent.cmd 209 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCodeEditorPlugin.cs"</PreBuildEvent>211 </PreBuildEvent> 210 212 </PropertyGroup> 211 213 </Project>
Note: See TracChangeset
for help on using the changeset viewer.