mturk       2003/09/28 00:15:43

  Modified:    daemon/src/native/nt/procrun procrun.sln procrun.vcproj
  Log:
  Update the .NET build files.
  
  Revision  Changes    Path
  1.2       +11 -9     jakarta-commons/daemon/src/native/nt/procrun/procrun.sln
  
  Index: procrun.sln
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procrun.sln,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- procrun.sln       4 Sep 2003 23:28:20 -0000       1.1
  +++ procrun.sln       28 Sep 2003 07:15:43 -0000      1.2
  @@ -1,16 +1,18 @@
  -Microsoft Visual Studio Solution File, Format Version 7.00
  +Microsoft Visual Studio Solution File, Format Version 8.00
   Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "procrun", "procrun.vcproj", 
"{A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}"
  +     ProjectSection(ProjectDependencies) = postProject
  +     EndProjectSection
   EndProject
   Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testchild", 
"testchild\testchild.vcproj", "{C815B005-1292-47F7-9052-F46676CE2879}"
  +     ProjectSection(ProjectDependencies) = postProject
  +     EndProjectSection
   EndProject
   Global
        GlobalSection(SolutionConfiguration) = preSolution
  -             ConfigName.0 = Debug
  -             ConfigName.1 = Debug CONSOLE
  -             ConfigName.2 = Release
  -             ConfigName.3 = Release CONSOLE
  -     EndGlobalSection
  -     GlobalSection(ProjectDependencies) = postSolution
  +             Debug = Debug
  +             Debug CONSOLE = Debug CONSOLE
  +             Release = Release
  +             Release CONSOLE = Release CONSOLE
        EndGlobalSection
        GlobalSection(ProjectConfiguration) = postSolution
                {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Debug.ActiveCfg = Debug|Win32
  @@ -19,8 +21,8 @@
                {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Debug CONSOLE.Build.0 = Debug 
CONSOLE|Win32
                {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release.ActiveCfg = 
Release|Win32
                {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release.Build.0 = Release|Win32
  -             {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release CONSOLE.ActiveCfg = 
Release CONSOLE|Win32
  -             {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release CONSOLE.Build.0 = 
Release CONSOLE|Win32
  +             {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release CONSOLE.ActiveCfg = 
ReleaseDLL|Win32
  +             {A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}.Release CONSOLE.Build.0 = 
ReleaseDLL|Win32
                {C815B005-1292-47F7-9052-F46676CE2879}.Debug.ActiveCfg = Debug|Win32
                {C815B005-1292-47F7-9052-F46676CE2879}.Debug.Build.0 = Debug|Win32
                {C815B005-1292-47F7-9052-F46676CE2879}.Debug CONSOLE.ActiveCfg = 
Debug|Win32
  
  
  
  1.2       +46 -8     jakarta-commons/daemon/src/native/nt/procrun/procrun.vcproj
  
  Index: procrun.vcproj
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procrun.vcproj,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- procrun.vcproj    4 Sep 2003 23:28:20 -0000       1.1
  +++ procrun.vcproj    28 Sep 2003 07:15:43 -0000      1.2
  @@ -1,7 +1,7 @@
  -<?xml version="1.0" encoding = "windows-1250"?>
  +<?xml version="1.0" encoding="windows-1250"?>
   <VisualStudioProject
        ProjectType="Visual C++"
  -     Version="7.00"
  +     Version="7.10"
        Name="procrun"
        ProjectGUID="{A90DF83B-1E82-4610-AFA2-3AC7010BF5D9}"
        Keyword="Win32Proj">
  @@ -34,7 +34,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="$(OutDir)/procrunw.exe"
  +                             OutputFile="Debug/tomcatw.exe"
                                LinkIncremental="2"
                                GenerateDebugInformation="TRUE"
                                ProgramDatabaseFile="$(OutDir)/procrun.pdb"
  @@ -54,7 +54,13 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
                <Configuration
                        Name="Release|Win32"
  @@ -81,7 +87,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="bin/procrunw.exe"
  +                             OutputFile="bin/tomcatw.exe"
                                LinkIncremental="1"
                                GenerateDebugInformation="TRUE"
                                SubSystem="2"
  @@ -102,7 +108,13 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
                <Configuration
                        Name="Debug CONSOLE|Win32"
  @@ -127,7 +139,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="$(OutDir)/procrun.exe"
  +                             OutputFile="Debug/tomcat.exe"
                                LinkIncremental="2"
                                GenerateDebugInformation="TRUE"
                                ProgramDatabaseFile="$(OutDir)/procrun.pdb"
  @@ -146,7 +158,13 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
                <Configuration
                        Name="Release CONSOLE|Win32"
  @@ -173,7 +191,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="bin/procrun.exe"
  +                             OutputFile="bin/tomcat.exe"
                                LinkIncremental="1"
                                GenerateDebugInformation="TRUE"
                                SubSystem="1"
  @@ -193,7 +211,13 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
                <Configuration
                        Name="DebugDLL|Win32"
  @@ -218,7 +242,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="$(OutDir)/procrun.dll"
  +                             OutputFile="Debug/tomcat.cpl"
                                LinkIncremental="2"
                                GenerateDebugInformation="TRUE"
                                ProgramDatabaseFile="$(OutDir)/procrun.pdb"
  @@ -237,7 +261,13 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
                <Configuration
                        Name="ReleaseDLL|Win32"
  @@ -264,7 +294,7 @@
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="comctl32.lib shlwapi.lib"
  -                             OutputFile="bin/procrun.dll"
  +                             OutputFile="bin/tomcat.cpl"
                                LinkIncremental="1"
                                GenerateDebugInformation="TRUE"
                                SubSystem="2"
  @@ -284,9 +314,17 @@
                        <Tool
                                Name="VCWebServiceProxyGeneratorTool"/>
                        <Tool
  +                             Name="VCXMLDataGeneratorTool"/>
  +                     <Tool
                                Name="VCWebDeploymentTool"/>
  +                     <Tool
  +                             Name="VCManagedWrapperGeneratorTool"/>
  +                     <Tool
  +                             Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                </Configuration>
        </Configurations>
  +     <References>
  +     </References>
        <Files>
                <Filter
                        Name="Source Files"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to