Changeset 6866 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
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.ExtLibs/HeuristicLab.SharpDevelop/3.1.1.5327/HeuristicLab.SharpDevelop-3.1.1.5327.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.SharpDevelop-3.1.1.5327</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 40 41 <DebugType>full</DebugType> 41 42 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 45 <ErrorReport>prompt</ErrorReport> … … 50 51 <DebugType>pdbonly</DebugType> 51 52 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 54 <DefineConstants>TRACE</DefineConstants> 54 55 <ErrorReport>prompt</ErrorReport> … … 58 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 60 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x86\Debug\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 63 <DebugType>full</DebugType> … … 66 67 </PropertyGroup> 67 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath> bin\x86\Release\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 70 <DefineConstants>TRACE</DefineConstants> 70 71 <Optimize>true</Optimize> … … 76 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 78 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x64\Debug\</OutputPath>79 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 80 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 81 <DebugType>full</DebugType> … … 84 85 </PropertyGroup> 85 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> bin\x64\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 88 <DefineConstants>TRACE</DefineConstants> 88 89 <Optimize>true</Optimize> … … 123 124 </ItemGroup> 124 125 <ItemGroup> 125 <Compile Include=" HeuristicLabSharpDevelopPlugin.cs" />126 <Compile Include="Plugin.cs" /> 126 127 <None Include="HeuristicLab.snk" /> 127 <None Include="Properties\AssemblyInfo. frame" />128 <None Include="Properties\AssemblyInfo.cs.frame" /> 128 129 <Compile Include="Properties\AssemblyInfo.cs" /> 129 130 </ItemGroup> … … 149 150 </ItemGroup> 150 151 <ItemGroup> 151 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">152 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>153 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>154 </ProjectReference>155 </ItemGroup>156 <ItemGroup>157 152 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 158 153 <Visible>False</Visible> … … 170 165 <Install>true</Install> 171 166 </BootstrapperPackage> 167 </ItemGroup> 168 <ItemGroup> 169 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 170 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 171 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 172 </ProjectReference> 172 173 </ItemGroup> 173 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.