Changeset 6866 for trunk/sources/HeuristicLab.DebugEngine
- 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
-
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.DebugEngine/3.3
- Property svn:ignore
-
old new 4 4 obj 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.DebugEngine/3.3/HeuristicLab.DebugEngine-3.3.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.DebugEngine-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <TargetFrameworkProfile /> … … 20 21 <DebugType>full</DebugType> 21 22 <Optimize>false</Optimize> 22 <OutputPath> bin\Debug\</OutputPath>23 <OutputPath>$(SolutionDir)\bin\</OutputPath> 23 24 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 25 <ErrorReport>prompt</ErrorReport> … … 29 30 <DebugType>pdbonly</DebugType> 30 31 <Optimize>true</Optimize> 31 <OutputPath> bin\Release\</OutputPath>32 <OutputPath>$(SolutionDir)\bin\</OutputPath> 32 33 <DefineConstants>TRACE</DefineConstants> 33 34 <ErrorReport>prompt</ErrorReport> … … 42 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 43 44 <DebugSymbols>true</DebugSymbols> 44 <OutputPath> bin\x86\Debug\</OutputPath>45 <OutputPath>$(SolutionDir)\bin\</OutputPath> 45 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 46 47 <DebugType>full</DebugType> … … 58 59 </PropertyGroup> 59 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 60 <OutputPath> bin\x86\Release\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 62 <DefineConstants>TRACE</DefineConstants> 62 63 <Optimize>true</Optimize> 63 64 <DebugType>pdbonly</DebugType> 64 65 <PlatformTarget>x86</PlatformTarget> 65 <CodeAnalysisLogFile> bin\Release\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>66 <CodeAnalysisLogFile>$(SolutionDir)\bin\HeuristicLab.DebugEngine.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 66 67 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 67 68 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 75 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 76 77 <PlatformTarget>x64</PlatformTarget> 77 <OutputPath> bin\x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 79 </PropertyGroup> 79 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 80 81 <PlatformTarget>x64</PlatformTarget> 81 <OutputPath> bin\x64\Release\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 82 83 </PropertyGroup> 83 84 <ItemGroup> … … 121 122 <DependentUpon>OperatorTraceView.cs</DependentUpon> 122 123 </Compile> 124 <Compile Include="Plugin.cs" /> 123 125 <Compile Include="Properties\AssemblyInfo.cs" /> 124 126 <Compile Include="Utils.cs" /> 125 127 </ItemGroup> 126 128 <ItemGroup> 127 <Compile Include="HeuristicLabDebugEnginePlugin.cs" />128 129 <None Include="HeuristicLab.snk" /> 129 <None Include=" HeuristicLabDebugEnginePlugin.cs.frame" />130 <None Include="Properties\AssemblyInfo. frame" />130 <None Include="Plugin.cs.frame" /> 131 <None Include="Properties\AssemblyInfo.cs.frame" /> 131 132 </ItemGroup> 132 133 <ItemGroup> … … 134 135 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 135 136 <Name>HeuristicLab.Collections-3.3</Name> 137 <Private>False</Private> 136 138 </ProjectReference> 137 139 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 138 140 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 139 141 <Name>HeuristicLab.Common.Resources-3.3</Name> 142 <Private>False</Private> 140 143 </ProjectReference> 141 144 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 142 145 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 143 146 <Name>HeuristicLab.Common-3.3</Name> 147 <Private>False</Private> 144 148 </ProjectReference> 145 149 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 146 150 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 147 151 <Name>HeuristicLab.Core.Views-3.3</Name> 152 <Private>False</Private> 148 153 </ProjectReference> 149 154 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 150 155 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 151 156 <Name>HeuristicLab.Core-3.3</Name> 157 <Private>False</Private> 152 158 </ProjectReference> 153 159 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 154 160 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 155 161 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 162 <Private>False</Private> 156 163 </ProjectReference> 157 164 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 158 165 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 159 166 <Name>HeuristicLab.MainForm-3.3</Name> 167 <Private>False</Private> 160 168 </ProjectReference> 161 169 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 162 170 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 163 171 <Name>HeuristicLab.Operators-3.3</Name> 172 <Private>False</Private> 164 173 </ProjectReference> 165 174 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 166 175 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 167 176 <Name>HeuristicLab.Persistence-3.3</Name> 177 <Private>False</Private> 168 178 </ProjectReference> 169 179 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 170 180 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 171 181 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 182 <Private>False</Private> 172 183 </ProjectReference> 173 184 </ItemGroup> … … 180 191 181 192 call PreBuildEvent.cmd 182 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDebugEnginePlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDebugEnginePlugin.cs"</PreBuildEvent>193 </PreBuildEvent> 183 194 </PropertyGroup> 184 195 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.