Changeset 6866 for trunk/sources/HeuristicLab.ExtLibs
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 15 deleted
- 26 edited
- 15 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.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/ALGLIB-3.1.0.csproj
r5163 r6866 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>51 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 75 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 76 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>77 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 78 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 79 <DebugType>full</DebugType> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0
- Property svn:ignore
-
old new 4 4 HeuristicLabALGLIBPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/HeuristicLab.ALGLIB-3.1.0/HeuristicLab.ALGLIB-3.1.0.csproj
r5809 r6866 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> … … 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include=" HeuristicLabALGLIBPlugin.cs" />109 <Compile Include="Plugin.cs" /> 110 110 <Compile Include="Properties\AssemblyInfo.cs" /> 111 111 </ItemGroup> … … 118 118 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 119 119 <Name>ALGLIB-3.1.0</Name> 120 <Private>False</Private> 120 121 </ProjectReference> 121 122 </ItemGroup> 122 123 <ItemGroup> 123 124 <None Include="HeuristicLab.snk" /> 124 <None Include=" HeuristicLabALGLIBPlugin.cs.frame" />125 <None Include="Properties\AssemblyInfo. frame" />125 <None Include="Plugin.cs.frame" /> 126 <None Include="Properties\AssemblyInfo.cs.frame" /> 126 127 </ItemGroup> 127 128 <ItemGroup> … … 162 163 163 164 call PreBuildEvent.cmd 164 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabALGLIBPlugin.cs"</PreBuildEvent>165 </PreBuildEvent> 165 166 </PropertyGroup> 166 167 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0
- Property svn:ignore
-
old new 1 1 bin 2 2 obj 3 HeuristicLab.DayView-1.0.csproj.user
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DayView/1.0/HeuristicLab.DayView-1.0.csproj
r6746 r6866 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|x64' "> 59 59 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\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|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 69 <DefineConstants>TRACE</DefineConstants> 70 70 <Optimize>true</Optimize> … … 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\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|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> … … 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include=" HeuristicLabDayViewPlugin.cs" />109 <Compile Include="Plugin.cs" /> 110 110 <Compile Include="Properties\AssemblyInfo.cs" /> 111 111 </ItemGroup> 112 112 <ItemGroup> 113 113 <None Include="HeuristicLab.snk" /> 114 <None Include="Properties\AssemblyInfo. frame" />114 <None Include="Properties\AssemblyInfo.cs.frame" /> 115 115 </ItemGroup> 116 116 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3
- Property svn:ignore
-
old new 4 4 HeuristicLabLibSVMPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/HeuristicLab.LibSVM-1.6.3/HeuristicLab.LibSVM-1.6.3.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.LibSVM-1.6.3</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> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> 54 55 <WarningLevel>4</WarningLevel> 55 <DocumentationFile>bin\Release\HeuristicLab.LibSVM-1.6.3.XML</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 56 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 61 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 64 <DebugType>full</DebugType> … … 66 68 </PropertyGroup> 67 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 71 <DefineConstants>TRACE</DefineConstants> 70 <DocumentationFile>bin\Release\HeuristicLab.LibSVM-1.6.3.XML</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 71 74 <Optimize>true</Optimize> 72 75 <DebugType>pdbonly</DebugType> … … 77 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 78 81 <DebugSymbols>true</DebugSymbols> 79 <OutputPath> bin\x86\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 80 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 84 <DebugType>full</DebugType> … … 85 88 </PropertyGroup> 86 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 87 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 91 <DefineConstants>TRACE</DefineConstants> 89 <DocumentationFile>bin\Release\HeuristicLab.LibSVM-1.6.3.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 90 94 <Optimize>true</Optimize> 91 95 <DebugType>pdbonly</DebugType> … … 109 113 </ItemGroup> 110 114 <ItemGroup> 111 <None Include=" HeuristicLabLibSVMPlugin.cs.frame" />112 <Compile Include=" HeuristicLabLibSVMPlugin.cs" />115 <None Include="Plugin.cs.frame" /> 116 <Compile Include="Plugin.cs" /> 113 117 <Compile Include="Properties\AssemblyInfo.cs" /> 114 118 </ItemGroup> … … 120 124 <ItemGroup> 121 125 <None Include="HeuristicLab.snk" /> 122 <None Include="Properties\AssemblyInfo. frame" />126 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 127 </ItemGroup> 124 128 <ItemGroup> … … 130 134 <Project>{A16F23B5-FB62-499E-A831-26953AA56FE2}</Project> 131 135 <Name>LibSVM-1.6.3</Name> 136 <Private>False</Private> 132 137 </ProjectReference> 133 138 </ItemGroup> … … 164 169 165 170 call PreBuildEvent.cmd 166 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabLibSVMPlugin.cs"</PreBuildEvent>171 </PreBuildEvent> 167 172 </PropertyGroup> 168 173 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.LibSVM/1.6.3/LibSVM-1.6.3/LibSVM-1.6.3.csproj
r5163 r6866 40 40 <DebugType>full</DebugType> 41 41 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>42 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 44 <ErrorReport>prompt</ErrorReport> … … 49 49 <DebugType>pdbonly</DebugType> 50 50 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>51 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 52 <DefineConstants>TRACE</DefineConstants> 53 53 <ErrorReport>prompt</ErrorReport> … … 57 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 58 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\Debug\</OutputPath>59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 61 <DebugType>full</DebugType> … … 65 65 </PropertyGroup> 66 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath> bin\x64\Release\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>TRACE</DefineConstants> 69 69 <Optimize>true</Optimize> … … 71 71 <PlatformTarget>x64</PlatformTarget> 72 72 <ErrorReport>prompt</ErrorReport> 73 <DocumentationFile> bin\x64\Release\LibSVM-1.6.3.xml</DocumentationFile>73 <DocumentationFile></DocumentationFile> 74 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 75 </PropertyGroup> 76 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 77 77 <DebugSymbols>true</DebugSymbols> 78 <OutputPath> bin\x86\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|x86' "> 86 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 87 87 <DefineConstants>TRACE</DefineConstants> 88 88 <Optimize>true</Optimize> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r5163 r6866 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> … … 119 119 <Compile Include="Controller.cs" /> 120 120 <Compile Include="Ghosts.cs" /> 121 <Compile Include=" HeuristicLabNetronPlugin.cs" />121 <Compile Include="Plugin.cs" /> 122 122 <Compile Include="Properties\AssemblyInfo.cs" /> 123 123 <Compile Include="TextEditor.cs" /> … … 132 132 <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project> 133 133 <Name>Netron.Diagramming.Core-3.0.2672.12446</Name> 134 <Private>False</Private> 134 135 </ProjectReference> 135 136 </ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446.csproj
r5163 r6866 48 48 </PropertyGroup> 49 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 50 <OutputPath> bin\Debug\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 52 52 <BaseAddress>285212672</BaseAddress> … … 76 76 </PropertyGroup> 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 78 <OutputPath> bin\Release\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 79 79 <AllowUnsafeBlocks>false</AllowUnsafeBlocks> 80 80 <BaseAddress>285212672</BaseAddress> … … 103 103 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath> bin\x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <BaseAddress>285212672</BaseAddress> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 121 <OutputPath> bin\x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <BaseAddress>285212672</BaseAddress> … … 132 132 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 133 133 <DebugSymbols>true</DebugSymbols> 134 <OutputPath> bin\x64\Debug\</OutputPath>134 <OutputPath>$(SolutionDir)\bin\</OutputPath> 135 135 <DefineConstants>DEBUG;TRACE</DefineConstants> 136 136 <BaseAddress>285212672</BaseAddress> … … 146 146 </PropertyGroup> 147 147 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 148 <OutputPath> bin\x64\Release\</OutputPath>148 <OutputPath>$(SolutionDir)\bin\</OutputPath> 149 149 <DefineConstants>TRACE</DefineConstants> 150 150 <BaseAddress>285212672</BaseAddress> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS
- Property svn:ignore
-
old new 4 4 HeuristicLabProtobufCSPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/HeuristicLab.ProtobufCS/HeuristicLab.ProtobufCS-0.9.1.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.ProtobufCS-0.9.1</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> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 75 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 77 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 80 <DebugType>full</DebugType> … … 83 84 </PropertyGroup> 84 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 87 <DefineConstants>TRACE</DefineConstants> 87 88 <Optimize>true</Optimize> … … 95 96 </ItemGroup> 96 97 <ItemGroup> 97 <None Include=" HeuristicLabProtobufCSPlugin.cs.frame" />98 <Compile Include=" HeuristicLabProtobufCSPlugin.cs" />98 <None Include="Plugin.cs.frame" /> 99 <Compile Include="Plugin.cs" /> 99 100 <Compile Include="Properties\AssemblyInfo.cs" /> 100 <None Include="Properties\AssemblyInfo. frame" />101 <None Include="Properties\AssemblyInfo.cs.frame" /> 101 102 </ItemGroup> 102 103 <ItemGroup> … … 108 109 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 109 110 <Name>ProtocolBuffers</Name> 111 <Private>False</Private> 110 112 </ProjectReference> 111 113 </ItemGroup> … … 150 152 151 153 call PreBuildEvent.cmd 152 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProtobufCSPlugin.cs"</PreBuildEvent>154 </PreBuildEvent> 153 155 </PropertyGroup> 154 156 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/AddressBook/AddressBook.csproj
r5163 r6866 39 39 <DebugType>full</DebugType> 40 40 <Optimize>false</Optimize> 41 <OutputPath> bin\Debug\</OutputPath>41 <OutputPath>$(SolutionDir)\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <ErrorReport>prompt</ErrorReport> … … 48 48 <DebugType>pdbonly</DebugType> 49 49 <Optimize>true</Optimize> 50 <OutputPath> bin\Release\</OutputPath>50 <OutputPath>$(SolutionDir)\bin\</OutputPath> 51 51 <DefineConstants>TRACE</DefineConstants> 52 52 <ErrorReport>prompt</ErrorReport> … … 65 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 66 66 <DebugSymbols>true</DebugSymbols> 67 <OutputPath> bin\x86\Debug\</OutputPath>67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 68 <DefineConstants>DEBUG;TRACE</DefineConstants> 69 69 <DebugType>full</DebugType> … … 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 75 <OutputPath> bin\x86\Release\</OutputPath>75 <OutputPath>$(SolutionDir)\bin\</OutputPath> 76 76 <DefineConstants>TRACE</DefineConstants> 77 77 <Optimize>true</Optimize> … … 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 93 93 <DebugSymbols>true</DebugSymbols> 94 <OutputPath> bin\x64\Debug\</OutputPath>94 <OutputPath>$(SolutionDir)\bin\</OutputPath> 95 95 <DefineConstants>DEBUG;TRACE</DefineConstants> 96 96 <DebugType>full</DebugType> … … 100 100 </PropertyGroup> 101 101 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 102 <OutputPath> bin\x64\Release\</OutputPath>102 <OutputPath>$(SolutionDir)\bin\</OutputPath> 103 103 <DefineConstants>TRACE</DefineConstants> 104 104 <Optimize>true</Optimize> … … 134 134 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 135 135 <Name>ProtocolBuffers</Name> 136 136 <Private>False</Private></ProjectReference> 137 137 </ItemGroup> 138 138 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoBench/ProtoBench.csproj
r5163 r6866 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> bin\Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath> bin\x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath> bin\x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath> bin\x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> … … 129 129 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 130 130 <Name>ProtocolBuffers</Name> 131 131 <Private>False</Private></ProjectReference> 132 132 </ItemGroup> 133 133 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoDump/ProtoDump.csproj
r5163 r6866 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> bin\Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath> bin\x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath> bin\x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath> bin\x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> … … 127 127 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 128 128 <Name>ProtocolBuffers</Name> 129 129 <Private>False</Private></ProjectReference> 130 130 </ItemGroup> 131 131 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen.Test/ProtoGen.Test.csproj
r6559 r6866 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> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath> bin\x64\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 80 80 </PropertyGroup> 81 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 82 <OutputPath> bin\x64\Release\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 83 <DefineConstants>TRACE</DefineConstants> 84 84 <Optimize>true</Optimize> 85 85 <DebugType>pdbonly</DebugType> 86 86 <PlatformTarget>x64</PlatformTarget> 87 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>87 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 88 88 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 89 89 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 109 109 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 110 110 <DebugSymbols>true</DebugSymbols> 111 <OutputPath> bin\x86\Debug\</OutputPath>111 <OutputPath>$(SolutionDir)\bin\</OutputPath> 112 112 <DefineConstants>DEBUG;TRACE</DefineConstants> 113 113 <DebugType>full</DebugType> … … 122 122 </PropertyGroup> 123 123 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 124 <OutputPath> bin\x86\Release\</OutputPath>124 <OutputPath>$(SolutionDir)\bin\</OutputPath> 125 125 <DefineConstants>TRACE</DefineConstants> 126 126 <Optimize>true</Optimize> 127 127 <DebugType>pdbonly</DebugType> 128 128 <PlatformTarget>x86</PlatformTarget> 129 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>129 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.ProtoGen.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 130 130 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 131 131 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 168 168 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 169 169 <Name>ProtocolBuffers</Name> 170 170 <Private>False</Private></ProjectReference> 171 171 <ProjectReference Include="..\ProtoGen\ProtoGen.csproj"> 172 172 <Project>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</Project> 173 173 <Name>ProtoGen</Name> 174 174 <Private>False</Private></ProjectReference> 175 175 </ItemGroup> 176 176 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoGen/ProtoGen.csproj
r6559 r6866 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> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath> bin\x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 82 82 </PropertyGroup> 83 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 84 <OutputPath> bin\x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</OutputPath> 85 85 <DefineConstants>TRACE</DefineConstants> 86 86 <Optimize>true</Optimize> 87 87 <DebugType>pdbonly</DebugType> 88 88 <PlatformTarget>x86</PlatformTarget> 89 <CodeAnalysisLogFile> bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>89 <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> 90 90 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 91 91 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 115 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 116 116 <DebugSymbols>true</DebugSymbols> 117 <OutputPath> bin\x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\</OutputPath> 118 118 <DefineConstants>DEBUG;TRACE</DefineConstants> 119 119 <DebugType>full</DebugType> … … 130 130 </PropertyGroup> 131 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 132 <OutputPath> bin\x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize> 135 135 <DebugType>pdbonly</DebugType> 136 136 <PlatformTarget>x64</PlatformTarget> 137 <CodeAnalysisLogFile> bin\Release\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>137 <CodeAnalysisLogFile>$(SolutionDir)\bin\ProtoGen.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile> 138 138 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 139 139 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 196 196 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 197 197 <Name>ProtocolBuffers</Name> 198 198 <Private>False</Private></ProjectReference> 199 199 </ItemGroup> 200 200 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtoMunge/ProtoMunge.csproj
r5163 r6866 38 38 <DebugType>full</DebugType> 39 39 <Optimize>false</Optimize> 40 <OutputPath> bin\Debug\</OutputPath>40 <OutputPath>$(SolutionDir)\bin\</OutputPath> 41 41 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 42 <ErrorReport>prompt</ErrorReport> … … 47 47 <DebugType>pdbonly</DebugType> 48 48 <Optimize>true</Optimize> 49 <OutputPath> bin\Release\</OutputPath>49 <OutputPath>$(SolutionDir)\bin\</OutputPath> 50 50 <DefineConstants>TRACE</DefineConstants> 51 51 <ErrorReport>prompt</ErrorReport> … … 64 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 65 65 <DebugSymbols>true</DebugSymbols> 66 <OutputPath> bin\x86\Debug\</OutputPath>66 <OutputPath>$(SolutionDir)\bin\</OutputPath> 67 67 <DefineConstants>DEBUG;TRACE</DefineConstants> 68 68 <DebugType>full</DebugType> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>$(SolutionDir)\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <Optimize>true</Optimize> … … 91 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 92 92 <DebugSymbols>true</DebugSymbols> 93 <OutputPath> bin\x64\Debug\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 94 94 <DefineConstants>DEBUG;TRACE</DefineConstants> 95 95 <DebugType>full</DebugType> … … 99 99 </PropertyGroup> 100 100 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 101 <OutputPath> bin\x64\Release\</OutputPath>101 <OutputPath>$(SolutionDir)\bin\</OutputPath> 102 102 <DefineConstants>TRACE</DefineConstants> 103 103 <Optimize>true</Optimize> … … 127 127 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 128 128 <Name>ProtocolBuffers</Name> 129 129 <Private>False</Private></ProjectReference> 130 130 </ItemGroup> 131 131 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
r6559 r6866 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> … … 67 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 68 68 <DebugSymbols>true</DebugSymbols> 69 <OutputPath> bin\x86\Debug\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>DEBUG;TRACE</DefineConstants> 71 71 <DebugType>full</DebugType> … … 82 82 </PropertyGroup> 83 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 84 <OutputPath> bin\x86\Release\</OutputPath>84 <OutputPath>$(SolutionDir)\bin\</OutputPath> 85 85 <DefineConstants>TRACE</DefineConstants> 86 86 <Optimize>true</Optimize> 87 87 <DebugType>pdbonly</DebugType> 88 88 <PlatformTarget>x86</PlatformTarget> 89 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>89 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 90 90 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 91 91 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 115 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 116 116 <DebugSymbols>true</DebugSymbols> 117 <OutputPath> bin\x64\Debug\</OutputPath>117 <OutputPath>$(SolutionDir)\bin\</OutputPath> 118 118 <DefineConstants>DEBUG;TRACE</DefineConstants> 119 119 <DebugType>full</DebugType> … … 130 130 </PropertyGroup> 131 131 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 132 <OutputPath> bin\x64\Release\</OutputPath>132 <OutputPath>$(SolutionDir)\bin\</OutputPath> 133 133 <DefineConstants>TRACE</DefineConstants> 134 134 <Optimize>true</Optimize> 135 135 <DebugType>pdbonly</DebugType> 136 136 <PlatformTarget>x64</PlatformTarget> 137 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>137 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers.Test.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 138 138 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 139 139 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 209 209 <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project> 210 210 <Name>ProtocolBuffers</Name> 211 211 <Private>False</Private></ProjectReference> 212 212 </ItemGroup> 213 213 <ItemGroup> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj
r6559 r6866 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> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 69 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 70 70 <DebugSymbols>true</DebugSymbols> 71 <OutputPath> bin\x64\Debug\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 72 72 <DefineConstants>DEBUG;TRACE</DefineConstants> 73 73 <NoStdLib>true</NoStdLib> … … 83 83 </PropertyGroup> 84 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 85 <OutputPath> bin\x64\Release\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 86 <DefineConstants>TRACE</DefineConstants> 87 87 <Optimize>true</Optimize> … … 89 89 <DebugType>pdbonly</DebugType> 90 90 <PlatformTarget>x64</PlatformTarget> 91 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>91 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 92 92 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 93 93 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> … … 103 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 104 104 <DebugSymbols>true</DebugSymbols> 105 <OutputPath> bin\x86\Debug\</OutputPath>105 <OutputPath>$(SolutionDir)\bin\</OutputPath> 106 106 <DefineConstants>DEBUG;TRACE</DefineConstants> 107 107 <NoStdLib>true</NoStdLib> … … 119 119 </PropertyGroup> 120 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 121 <OutputPath> bin\x86\Release\</OutputPath>121 <OutputPath>$(SolutionDir)\bin\</OutputPath> 122 122 <DefineConstants>TRACE</DefineConstants> 123 123 <Optimize>true</Optimize> … … 125 125 <DebugType>pdbonly</DebugType> 126 126 <PlatformTarget>x86</PlatformTarget> 127 <CodeAnalysisLogFile> bin\Release\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>127 <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> 128 128 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> 129 129 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> -
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" /> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1
- Property svn:ignore
-
old new 4 4 HeuristicLabWinFormsUIPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.WinFormsUI-2.3.1</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> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x64\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath> bin\x64\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 75 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 76 77 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x86\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 80 <DebugType>full</DebugType> … … 83 84 </PropertyGroup> 84 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 85 <OutputPath> bin\x86\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 87 <DefineConstants>TRACE</DefineConstants> 87 88 <Optimize>true</Optimize> … … 106 107 </ItemGroup> 107 108 <ItemGroup> 108 <None Include=" HeuristicLabWinFormsUIPlugin.cs.frame" />109 <Compile Include=" HeuristicLabWinFormsUIPlugin.cs" />109 <None Include="Plugin.cs.frame" /> 110 <Compile Include="Plugin.cs" /> 110 111 <Compile Include="Properties\AssemblyInfo.cs" /> 111 112 </ItemGroup> 112 113 <ItemGroup> 113 <None Include="Properties\AssemblyInfo. frame" />114 <None Include="Properties\AssemblyInfo.cs.frame" /> 114 115 </ItemGroup> 115 116 <ItemGroup> … … 127 128 <Project>{1849A92E-DCFC-4E05-BB0A-D7B7A3DAFCFB}</Project> 128 129 <Name>WinFormsUI-2.3.1</Name> 130 <Private>False</Private> 129 131 </ProjectReference> 130 132 </ItemGroup> … … 161 163 162 164 call PreBuildEvent.cmd 163 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabWinFormsUIPlugin.cs"</PreBuildEvent>165 </PreBuildEvent> 164 166 </PropertyGroup> 165 167 </Project> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj
r5163 r6866 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>TRACE;DEBUG</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>TRACE;DEBUG</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>TRACE;DEBUG</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> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.log4net/1.2.10.0/HeuristicLab.log4net-1.2.10.0.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.log4net-1.2.10.0</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> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> 54 55 <WarningLevel>4</WarningLevel> 55 <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile> 56 <DocumentationFile> 57 </DocumentationFile> 56 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 59 61 <DebugSymbols>true</DebugSymbols> 60 <OutputPath> bin\x64\Debug\</OutputPath>62 <OutputPath>$(SolutionDir)\bin\</OutputPath> 61 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 62 64 <DebugType>full</DebugType> … … 66 68 </PropertyGroup> 67 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 68 <OutputPath> bin\x64\Release\</OutputPath>70 <OutputPath>$(SolutionDir)\bin\</OutputPath> 69 71 <DefineConstants>TRACE</DefineConstants> 70 <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile> 72 <DocumentationFile> 73 </DocumentationFile> 71 74 <Optimize>true</Optimize> 72 75 <DebugType>pdbonly</DebugType> … … 77 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 78 81 <DebugSymbols>true</DebugSymbols> 79 <OutputPath> bin\x86\Debug\</OutputPath>82 <OutputPath>$(SolutionDir)\bin\</OutputPath> 80 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 84 <DebugType>full</DebugType> … … 85 88 </PropertyGroup> 86 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 87 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 91 <DefineConstants>TRACE</DefineConstants> 89 <DocumentationFile>bin\Release\HeuristicLab.log4net-1.2.10.0.XML</DocumentationFile> 92 <DocumentationFile> 93 </DocumentationFile> 90 94 <Optimize>true</Optimize> 91 95 <DebugType>pdbonly</DebugType> … … 109 113 </ItemGroup> 110 114 <ItemGroup> 111 <Compile Include=" HeuristicLablog4netPlugin.cs" />115 <Compile Include="Plugin.cs" /> 112 116 <Compile Include="Properties\AssemblyInfo.cs" /> 113 117 </ItemGroup> 114 118 <ItemGroup> 115 119 <None Include="HeuristicLab.snk" /> 116 <None Include="Properties\AssemblyInfo.frame" /> 117 </ItemGroup> 118 <ItemGroup> 119 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 120 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 121 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 122 </ProjectReference> 120 <None Include="Properties\AssemblyInfo.cs.frame" /> 123 121 </ItemGroup> 124 122 <ItemGroup> … … 147 145 </BootstrapperPackage> 148 146 </ItemGroup> 147 <ItemGroup> 148 <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 149 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 150 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 151 </ProjectReference> 152 </ItemGroup> 149 153 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 150 154 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.