Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16217


Ignore:
Timestamp:
10/08/18 12:56:28 (5 years ago)
Author:
abeham
Message:

#2165: Changed to .net 4.5 and adapted paths to make it compile again

Location:
branches/2165_PythonScript
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2165_PythonScript/HeuristicLab.IronPython/2.7.4/HeuristicLab.IronPython-2.7.4/HeuristicLab.IronPython-2.7.4.csproj

    r10567 r16217  
    1010    <RootNamespace>HeuristicLab.IronPython</RootNamespace>
    1111    <AssemblyName>HeuristicLab.IronPython-2.7.4</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
    2424    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     25    <Prefer32Bit>false</Prefer32Bit>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    2728    <DebugType>pdbonly</DebugType>
    2829    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     30    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    3031    <DefineConstants>TRACE</DefineConstants>
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3335  </PropertyGroup>
    3436  <PropertyGroup>
     
    4042  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4143    <DebugSymbols>true</DebugSymbols>
    42     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    4345    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4446    <DebugType>full</DebugType>
     
    4648    <ErrorReport>prompt</ErrorReport>
    4749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    4851  </PropertyGroup>
    4952  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    50     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    5154    <DefineConstants>TRACE</DefineConstants>
    5255    <Optimize>true</Optimize>
     
    5558    <ErrorReport>prompt</ErrorReport>
    5659    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5761  </PropertyGroup>
    5862  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5963    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    6165    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6266    <DebugType>full</DebugType>
     
    6468    <ErrorReport>prompt</ErrorReport>
    6569    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    68     <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\..\trunk\bin\</OutputPath>
    6974    <DefineConstants>TRACE</DefineConstants>
    7075    <Optimize>true</Optimize>
     
    7378    <ErrorReport>prompt</ErrorReport>
    7479    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     80    <Prefer32Bit>false</Prefer32Bit>
    7581  </PropertyGroup>
    7682  <ItemGroup>
    7783    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    78       <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    7985      <Private>False</Private>
    8086    </Reference>
  • branches/2165_PythonScript/HeuristicLab.Scripting.Python.Views/3.3/HeuristicLab.Scripting.Python.Views-3.3.csproj

    r10567 r16217  
    1010    <RootNamespace>HeuristicLab.Scripting.Python.Views</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Scripting.Python.Views-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
    2424    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     25    <Prefer32Bit>false</Prefer32Bit>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    2728    <DebugType>pdbonly</DebugType>
    2829    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    3031    <DefineConstants>TRACE</DefineConstants>
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3335  </PropertyGroup>
    3436  <PropertyGroup>
     
    4042  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4143    <DebugSymbols>true</DebugSymbols>
    42     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4345    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4446    <DebugType>full</DebugType>
     
    4648    <ErrorReport>prompt</ErrorReport>
    4749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    4851  </PropertyGroup>
    4952  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    50     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5154    <DefineConstants>TRACE</DefineConstants>
    5255    <Optimize>true</Optimize>
     
    5558    <ErrorReport>prompt</ErrorReport>
    5659    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5761  </PropertyGroup>
    5862  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5963    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6165    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6266    <DebugType>full</DebugType>
     
    6468    <ErrorReport>prompt</ErrorReport>
    6569    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    68     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6974    <DefineConstants>TRACE</DefineConstants>
    7075    <Optimize>true</Optimize>
     
    7378    <ErrorReport>prompt</ErrorReport>
    7479    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     80    <Prefer32Bit>false</Prefer32Bit>
    7581  </PropertyGroup>
    7682  <ItemGroup>
    7783    <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    7884      <SpecificVersion>False</SpecificVersion>
    79       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>
     85      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>
    8086      <Private>False</Private>
    8187    </Reference>
     
    8995    <Reference Include="System.Xml" />
    9096    <Reference Include="HeuristicLab.Collections-3.3">
    91       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     97      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    9298      <Private>False</Private>
    9399    </Reference>
    94100    <Reference Include="HeuristicLab.Common.Resources-3.3">
    95       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     101      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    96102      <Private>False</Private>
    97103    </Reference>
    98104    <Reference Include="HeuristicLab.Common-3.3">
    99       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     105      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    100106      <Private>False</Private>
    101107    </Reference>
    102108    <Reference Include="HeuristicLab.Core.Views-3.3">
    103       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    104110      <Private>False</Private>
    105111    </Reference>
    106112    <Reference Include="HeuristicLab.Core-3.3">
    107       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     113      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    108114      <Private>False</Private>
    109115    </Reference>
    110116    <Reference Include="HeuristicLab.Scripting-3.3">
    111       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     117      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
    112118      <Private>False</Private>
    113119    </Reference>
    114120    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    115       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    116122      <Private>False</Private>
    117123    </Reference>
    118124    <Reference Include="HeuristicLab.MainForm-3.3">
    119       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     125      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    120126      <Private>False</Private>
    121127    </Reference>
    122128    <Reference Include="HeuristicLab.Persistence-3.3">
    123       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     129      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    124130      <Private>False</Private>
    125131    </Reference>
    126132    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    127       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     133      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    128134      <Private>False</Private>
    129135    </Reference>
  • branches/2165_PythonScript/HeuristicLab.Scripting.Python/3.3/HeuristicLab.Scripting.Python-3.3.csproj

    r10567 r16217  
    1010    <RootNamespace>HeuristicLab.Scripting.Python</RootNamespace>
    1111    <AssemblyName>HeuristicLab.Scripting.Python-3.3</AssemblyName>
    12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
    1414    <TargetFrameworkProfile />
     
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
    2323    <WarningLevel>4</WarningLevel>
    2424    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     25    <Prefer32Bit>false</Prefer32Bit>
    2526  </PropertyGroup>
    2627  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    2728    <DebugType>pdbonly</DebugType>
    2829    <Optimize>true</Optimize>
    29     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     30    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    3031    <DefineConstants>TRACE</DefineConstants>
    3132    <ErrorReport>prompt</ErrorReport>
    3233    <WarningLevel>4</WarningLevel>
     34    <Prefer32Bit>false</Prefer32Bit>
    3335  </PropertyGroup>
    3436  <PropertyGroup>
     
    4042  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4143    <DebugSymbols>true</DebugSymbols>
    42     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     44    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    4345    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4446    <DebugType>full</DebugType>
     
    4648    <ErrorReport>prompt</ErrorReport>
    4749    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    4851  </PropertyGroup>
    4952  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    50     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    5154    <DefineConstants>TRACE</DefineConstants>
    5255    <Optimize>true</Optimize>
     
    5558    <ErrorReport>prompt</ErrorReport>
    5659    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5761  </PropertyGroup>
    5862  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    5963    <DebugSymbols>true</DebugSymbols>
    60     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6165    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6266    <DebugType>full</DebugType>
     
    6468    <ErrorReport>prompt</ErrorReport>
    6569    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    68     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
    6974    <DefineConstants>TRACE</DefineConstants>
    7075    <Optimize>true</Optimize>
     
    7378    <ErrorReport>prompt</ErrorReport>
    7479    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     80    <Prefer32Bit>false</Prefer32Bit>
    7581  </PropertyGroup>
    7682  <ItemGroup>
    7783    <Reference Include="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
    7884      <SpecificVersion>False</SpecificVersion>
    79       <HintPath>..\..\..\..\trunk\sources\bin\IronPython.dll</HintPath>
     85      <HintPath>..\..\..\..\trunk\bin\IronPython.dll</HintPath>
    8086      <Private>False</Private>
    8187    </Reference>
    8288    <Reference Include="IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
    8389      <SpecificVersion>False</SpecificVersion>
    84       <HintPath>..\..\..\..\trunk\sources\bin\IronPython.Modules.dll</HintPath>
     90      <HintPath>..\..\..\..\trunk\bin\IronPython.Modules.dll</HintPath>
    8591      <Private>False</Private>
    8692    </Reference>
    8793    <Reference Include="Microsoft.CSharp" />
    8894    <Reference Include="HeuristicLab.Collections-3.3">
    89       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     95      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    9096      <Private>False</Private>
    9197    </Reference>
    9298    <Reference Include="HeuristicLab.Common.Resources-3.3">
    93       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     99      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    94100      <Private>False</Private>
    95101    </Reference>
    96102    <Reference Include="HeuristicLab.Common-3.3">
    97       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     103      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
    98104      <Private>False</Private>
    99105    </Reference>
    100106    <Reference Include="HeuristicLab.Core-3.3">
    101       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     107      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
    102108      <Private>False</Private>
    103109    </Reference>
    104110    <Reference Include="HeuristicLab.Persistence-3.3">
    105       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     111      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    106112      <Private>False</Private>
    107113    </Reference>
    108114    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    109       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     115      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    110116      <Private>False</Private>
    111117    </Reference>
    112118    <Reference Include="HeuristicLab.Scripting-3.3">
    113       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     119      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
    114120      <Private>False</Private>
    115121    </Reference>
    116122    <Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
    117123      <SpecificVersion>False</SpecificVersion>
    118       <HintPath>..\..\..\..\trunk\sources\bin\Microsoft.Dynamic.dll</HintPath>
     124      <HintPath>..\..\..\..\trunk\bin\Microsoft.Dynamic.dll</HintPath>
    119125      <Private>False</Private>
    120126    </Reference>
    121127    <Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
    122128      <SpecificVersion>False</SpecificVersion>
    123       <HintPath>..\..\..\..\trunk\sources\bin\Microsoft.Scripting.dll</HintPath>
     129      <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.dll</HintPath>
    124130      <Private>False</Private>
    125131    </Reference>
    126132    <Reference Include="Microsoft.Scripting.Metadata, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
    127133      <SpecificVersion>False</SpecificVersion>
    128       <HintPath>..\..\..\..\trunk\sources\bin\Microsoft.Scripting.Metadata.dll</HintPath>
     134      <HintPath>..\..\..\..\trunk\bin\Microsoft.Scripting.Metadata.dll</HintPath>
    129135      <Private>False</Private>
    130136    </Reference>
Note: See TracChangeset for help on using the changeset viewer.