Changeset 9514 for branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.MathJax
- Timestamp:
- 05/22/13 16:57:47 (12 years ago)
- Location:
- branches/ExportSymbolicDataAnalysisSolutions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ExportSymbolicDataAnalysisSolutions
-
Property
svn:ignore
set to
*.suo
ProtoGen.exe
protoc.exe
Google.ProtocolBuffers-2.4.1.473.dll
-
Property
svn:ignore
set to
-
branches/ExportSymbolicDataAnalysisSolutions/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/HeuristicLab.MathJax-1.1.csproj
r8600 r9514 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\..\..\trunk\sources\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> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 60 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 61 61 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> $(SolutionDir)\bin\</OutputPath>62 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 63 63 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 64 <DebugType>full</DebugType> … … 68 68 </PropertyGroup> 69 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 70 <OutputPath> $(SolutionDir)\bin\</OutputPath>70 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 71 71 <DefineConstants>TRACE</DefineConstants> 72 72 <DocumentationFile> … … 80 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 81 81 <DebugSymbols>true</DebugSymbols> 82 <OutputPath> $(SolutionDir)\bin\</OutputPath>82 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 83 83 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 84 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 90 <OutputPath> $(SolutionDir)\bin\</OutputPath>90 <OutputPath>..\..\..\..\..\..\trunk\sources\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <DocumentationFile> … … 135 135 </ItemGroup> 136 136 <ItemGroup> 137 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">138 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>139 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>140 <Private>False</Private>141 </ProjectReference>142 </ItemGroup>143 <ItemGroup>144 137 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 145 138 <Visible>False</Visible> … … 161 154 <Folder Include="obj\Debug\TempPE\" /> 162 155 </ItemGroup> 156 <ItemGroup> 157 <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 158 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 159 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 160 </ProjectReference> 161 </ItemGroup> 163 162 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 164 163 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. … … 170 169 --> 171 170 <PropertyGroup> 172 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)171 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 172 set ProjectDir=$(ProjectDir) 174 173 set SolutionDir=$(SolutionDir) … … 177 176 call PreBuildEvent.cmd 178 177 </PreBuildEvent> 179 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">178 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 180 179 export ProjectDir=$(ProjectDir) 181 180 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.