- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- 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 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Common.Resources/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabCommonResourcesPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r6558 r6878 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 58 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 62 <DebugType>full</DebugType> … … 66 66 </PropertyGroup> 67 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 68 <OutputPath> bin\x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 80 80 <DebugType>full</DebugType> … … 84 84 </PropertyGroup> 85 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 86 <OutputPath> bin\x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 108 108 </ItemGroup> 109 109 <ItemGroup> 110 <None Include=" HeuristicLabCommonResourcesPlugin.cs.frame" />110 <None Include="Plugin.cs.frame" /> 111 111 <Compile Include="HeuristicLab.Designer.cs"> 112 112 <AutoGen>True</AutoGen> … … 114 114 <DependentUpon>HeuristicLab.resx</DependentUpon> 115 115 </Compile> 116 <Compile Include=" HeuristicLabCommonResourcesPlugin.cs" />116 <Compile Include="Plugin.cs" /> 117 117 <Compile Include="Properties\AssemblyInfo.cs" /> 118 118 <Compile Include="VSImageLibrary.Designer.cs"> … … 124 124 <ItemGroup> 125 125 <None Include="HeuristicLab.snk" /> 126 <None Include="Properties\AssemblyInfo. frame" />126 <None Include="Properties\AssemblyInfo.cs.frame" /> 127 127 </ItemGroup> 128 128 <ItemGroup> … … 130 130 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 131 131 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 132 <Private>False</Private> 132 133 </ProjectReference> 133 134 </ItemGroup> … … 500 501 501 502 call PreBuildEvent.cmd 502 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabCommonResourcesPlugin.cs"</PreBuildEvent>503 </PreBuildEvent> 503 504 </PropertyGroup> 504 505 </Project>
Note: See TracChangeset
for help on using the changeset viewer.