Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66898 - in trunk/libs/math/dot_net_example/distribution_explorer: . Properties
From: pbristow_at_[hidden]
Date: 2010-11-30 10:26:16


Author: pbristow
Date: 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
New Revision: 66898
URL: http://svn.boost.org/trac/boost/changeset/66898

Log:
For vc2010
Binary files modified:
   trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.suo
Text files modified:
   trunk/libs/math/dot_net_example/distribution_explorer/DistexForm.cs | 4 +-
   trunk/libs/math/dot_net_example/distribution_explorer/Properties/AssemblyInfo.cs | 6 ++--
   trunk/libs/math/dot_net_example/distribution_explorer/Properties/Resources.Designer.cs | 4 +-
   trunk/libs/math/dot_net_example/distribution_explorer/Properties/Settings.Designer.cs | 4 +-
   trunk/libs/math/dot_net_example/distribution_explorer/distribution.txt | 6 ++--
   trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj | 44 ++++++++++++++++++++++++++++++++-------
   trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user | 7 +++++
   trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.sln | 4 +-
   8 files changed, 56 insertions(+), 23 deletions(-)

Modified: trunk/libs/math/dot_net_example/distribution_explorer/DistexForm.cs
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/DistexForm.cs (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/DistexForm.cs 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -573,8 +573,8 @@
       "n" +
       "\nFor more information, including downloads see " +
       "\nhttp://boost-consulting.com/vault/index.php?action=downloadfile&filename=math_toolkit.html&directory=Math%20-%20Numerics&" +
- "\n(Note that .NET framework 2.0 and VCredist are requirements for this program.)" +
- "\n\nCopyright John Maddock & Paul A. Bristow 2007, 2009";
+ "\n(Note that .NET framework 4.0 and VCredist are requirements for this program.)" +
+ "\n\nCopyright John Maddock & Paul A. Bristow 2007, 2009, 2010";
 
       MessageBox.Show("Statistical Distribution Explorer\n" + helpText);
     }

Modified: trunk/libs/math/dot_net_example/distribution_explorer/Properties/AssemblyInfo.cs
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/Properties/AssemblyInfo.cs (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/Properties/AssemblyInfo.cs 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -10,7 +10,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("hetp")]
 [assembly: AssemblyProduct("Distribution Explorer")]
-[assembly: AssemblyCopyright("Copyright © John Maddock 2007, Paul A. Bristow 2009")]
+[assembly: AssemblyCopyright("Copyright © John Maddock 2007, Paul A. Bristow 2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -29,5 +29,5 @@
 // Build Number
 // Revision
 //
-[assembly: AssemblyVersion("1.0.0.6")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.0.0.9")]
+[assembly: AssemblyFileVersion("1.0.0.1")]

Modified: trunk/libs/math/dot_net_example/distribution_explorer/Properties/Resources.Designer.cs
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/Properties/Resources.Designer.cs (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/Properties/Resources.Designer.cs 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,7 +1,7 @@
 ï»¿//------------------------------------------------------------------------------
 // <auto-generated>
 // This code was generated by a tool.
-// Runtime Version:2.0.50727.4016
+// Runtime Version:4.0.30319.1
 //
 // Changes to this file may cause incorrect behavior and will be lost if
 // the code is regenerated.
@@ -19,7 +19,7 @@
     // class via a tool like ResGen or Visual Studio.
     // To add or remove a member, edit your .ResX file then rerun ResGen
     // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     internal class Resources {

Modified: trunk/libs/math/dot_net_example/distribution_explorer/Properties/Settings.Designer.cs
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/Properties/Settings.Designer.cs (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/Properties/Settings.Designer.cs 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,7 +1,7 @@
 ï»¿//------------------------------------------------------------------------------
 // <auto-generated>
 // This code was generated by a tool.
-// Runtime Version:2.0.50727.4016
+// Runtime Version:4.0.30319.1
 //
 // Changes to this file may cause incorrect behavior and will be lost if
 // the code is regenerated.
@@ -12,7 +12,7 @@
     
     
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
         
         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));

Modified: trunk/libs/math/dot_net_example/distribution_explorer/distribution.txt
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/distribution.txt (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/distribution.txt 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,8 +1,8 @@
 Statistical Distribution Explorer
-Version 1.0.0.7
+Version 1.0.1.8
 Company jmc Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-Copyright Copyright © John Maddock and Paul A. Bristow 2009
-Product Distribution_explorer 1
+Copyright Copyright © John Maddock and Paul A. Bristow 2009, 2010
+Product Distribution_explorer 2
 Title distribution_explorer
 Mean
 MeanParameter 1 0

Modified: trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -21,20 +22,26 @@
     </FileUpgradeFlags>
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
- <OldToolsVersion>2.0</OldToolsVersion>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
     <PublishUrl>\\hetp7\H%24\Distex\</PublishUrl>
     <Install>true</Install>
     <InstallFrom>Unc</InstallFrom>
- <UpdateEnabled>true</UpdateEnabled>
+ <UpdateEnabled>false</UpdateEnabled>
     <UpdateMode>Foreground</UpdateMode>
     <UpdateInterval>7</UpdateInterval>
     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     <UpdatePeriodically>false</UpdatePeriodically>
     <UpdateRequired>false</UpdateRequired>
     <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.0</ApplicationVersion>
+ <SupportUrl>http://sourceforge.net/projects/distexplorer/>
+ <ProductName>Statistical Distribution Explorer</ProductName>
+ <PublisherName>hetp</PublisherName>
+ <ApplicationRevision>8</ApplicationRevision>
+ <ApplicationVersion>1.0.1.8</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
+ <CreateDesktopShortcut>true</CreateDesktopShortcut>
     <BootstrapperEnabled>true</BootstrapperEnabled>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -108,6 +115,7 @@
       <DependentUpon>Resources.resx</DependentUpon>
       <DesignTime>True</DesignTime>
     </Compile>
+ <None Include="app.config" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -134,10 +142,20 @@
     <None Include="ToolkitLogo.bmp" />
   </ItemGroup>
   <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
       <Visible>False</Visible>
       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>true</Install>
+ <Install>false</Install>
     </BootstrapperPackage>
     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
       <Visible>False</Visible>
@@ -149,9 +167,19 @@
       <ProductName>.NET Framework 3.5</ProductName>
       <Install>false</Install>
     </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Visual.C++.8.0.x86">
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
+ <Visible>False</Visible>
+ <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
       <Visible>False</Visible>
- <ProductName>Visual C++ Runtime Libraries %28x86%29</ProductName>
+ <ProductName>Windows Installer 4.5</ProductName>
       <Install>true</Install>
     </BootstrapperPackage>
   </ItemGroup>

Modified: trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,4 +1,5 @@
-<Project xmlns="
http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectView>ProjectFiles</ProjectView>
     <PublishUrlHistory>\\hetp7\H%24\Distex\|\\hetp7\H%24\|I:\boost-sandbox\libs\math_functions\dot_net_example\Distex\|publish\</PublishUrlHistory>
@@ -12,5 +13,9 @@
     <FallbackCulture>en-US</FallbackCulture>
     <VerifyUploadedFiles>false</VerifyUploadedFiles>
     <EnableSecurityDebugging>false</EnableSecurityDebugging>
+ <ErrorReportUrlHistory />
+ </PropertyGroup>
+ <PropertyGroup>
+ <ReferencePath>I:\boost-trunk\libs\math\dot_net_example\boost_math\</ReferencePath>
   </PropertyGroup>
 </Project>
\ No newline at end of file

Modified: trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.sln
==============================================================================
--- trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.sln (original)
+++ trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.sln 2010-11-30 10:26:06 EST (Tue, 30 Nov 2010)
@@ -1,6 +1,6 @@
 ï»¿
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "distribution_explorer", "distribution_explorer.csproj", "{77742493-4236-4975-9BD9-AA3611F0DC0E}"
 EndProject
 Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SetupDistex", "..\Setupdistex\Setupdistex.vdproj", "{663C898C-A698-4579-BA69-C7EC5D08D0EE}"

Modified: trunk/libs/math/dot_net_example/distribution_explorer/distribution_explorer.suo
==============================================================================
Binary files. No diff available.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk