1. Changed jsharp files to java files
2. Added CommandLauncher to allow java classes to be invoked from msi install
This commit is contained in:
		| @@ -1,57 +1,42 @@ | ||||
|  | ||||
| Microsoft Visual Studio Solution File, Format Version 9.00 | ||||
| # Visual Studio 2005 | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "UpdateWarFile", "..\UpdateWarFile\UpdateWarFile.vjsproj", "{38A7408E-9446-4DEA-9F76-2A901AE5F16B}" | ||||
| EndProject | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "ClientKeystoreSetup", "..\ClientKeystoreSetup\ClientKeystoreSetup.vjsproj", "{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}" | ||||
| EndProject | ||||
| Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "server-java_msi", "server-java_msi.vdproj", "{124289E1-BD76-485B-A779-C2372332D538}" | ||||
| 	ProjectSection(ProjectDependencies) = postProject | ||||
| 		{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1} = {BED4F512-4A94-4EC2-9479-43AFA8E4EAE1} | ||||
| 	EndProjectSection | ||||
| EndProject | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "InitConfigFile", "..\InitConfigFile\InitConfigFile.vjsproj", "{E3528B18-D4A0-4604-B2C5-8EE36E094A40}" | ||||
| EndProject | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "ServerKeystoreSetup", "..\ServerKeystoreSetup\ServerKeystoreSetup.vjsproj", "{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}" | ||||
| EndProject | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "MungeCryptoPropertiesFilePath", "..\MungeCryptoPropertiesFilePath\MungeCryptoPropertiesFilePath.vjsproj", "{75D8742F-4778-4978-9032-ED9649BA402D}" | ||||
| EndProject | ||||
| Project("{E6FDF86B-F3D1-11D4-8576-0002A516ECE8}") = "SetupAsWindowsService", "..\SetupAsWindowsService\SetupAsWindowsService.vjsproj", "{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}" | ||||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommandLauncher", "..\CommandLauncher\CommandLauncher.vcproj", "{B52EF84A-D745-4637-9F59-DBD6E21C179C}" | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
| 		Debug|Mixed Platforms = Debug|Mixed Platforms | ||||
| 		Debug|Win32 = Debug|Win32 | ||||
| 		Debug|x86 = Debug|x86 | ||||
| 		Release|Mixed Platforms = Release|Mixed Platforms | ||||
| 		Release|Win32 = Release|Win32 | ||||
| 		Release|x86 = Release|x86 | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||||
| 		{38A7408E-9446-4DEA-9F76-2A901AE5F16B}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{38A7408E-9446-4DEA-9F76-2A901AE5F16B}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{38A7408E-9446-4DEA-9F76-2A901AE5F16B}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{38A7408E-9446-4DEA-9F76-2A901AE5F16B}.Release|x86.Build.0 = Release|x86 | ||||
| 		{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}.Release|x86.Build.0 = Release|x86 | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|Mixed Platforms.ActiveCfg = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|Mixed Platforms.Build.0 = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|Win32.ActiveCfg = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|Win32.Build.0 = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|x86.ActiveCfg = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Debug|x86.Build.0 = Debug | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|Mixed Platforms.ActiveCfg = Release | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|Mixed Platforms.Build.0 = Release | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|Win32.ActiveCfg = Release | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|Win32.Build.0 = Release | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|x86.ActiveCfg = Release | ||||
| 		{124289E1-BD76-485B-A779-C2372332D538}.Release|x86.Build.0 = Release | ||||
| 		{E3528B18-D4A0-4604-B2C5-8EE36E094A40}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{E3528B18-D4A0-4604-B2C5-8EE36E094A40}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{E3528B18-D4A0-4604-B2C5-8EE36E094A40}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{E3528B18-D4A0-4604-B2C5-8EE36E094A40}.Release|x86.Build.0 = Release|x86 | ||||
| 		{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}.Release|x86.Build.0 = Release|x86 | ||||
| 		{75D8742F-4778-4978-9032-ED9649BA402D}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{75D8742F-4778-4978-9032-ED9649BA402D}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{75D8742F-4778-4978-9032-ED9649BA402D}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{75D8742F-4778-4978-9032-ED9649BA402D}.Release|x86.Build.0 = Release|x86 | ||||
| 		{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}.Debug|x86.ActiveCfg = Debug|x86 | ||||
| 		{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}.Debug|x86.Build.0 = Debug|x86 | ||||
| 		{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}.Release|x86.ActiveCfg = Release|x86 | ||||
| 		{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}.Release|x86.Build.0 = Release|x86 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Debug|Mixed Platforms.Build.0 = Debug|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Debug|Win32.ActiveCfg = Debug|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Debug|Win32.Build.0 = Debug|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Debug|x86.ActiveCfg = Debug|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Release|Mixed Platforms.ActiveCfg = Release|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Release|Mixed Platforms.Build.0 = Release|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Release|Win32.ActiveCfg = Release|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Release|Win32.Build.0 = Release|Win32 | ||||
| 		{B52EF84A-D745-4637-9F59-DBD6E21C179C}.Release|x86.ActiveCfg = Release|Win32 | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(SolutionProperties) = preSolution | ||||
| 		HideSolutionNode = FALSE | ||||
|   | ||||
| @@ -33,6 +33,12 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_1B3A4C8191564F31884500B4CE426618" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_1B40D00F3F624D2ABF0631F7D71EDB4B" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -45,12 +51,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_24EE971158ED49B38B0773EA58C33E6F" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_26775E30E3134CB48E98A16974BAF443" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -63,12 +63,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_33BD777FB0CA488F96B43C8A9D0D1638" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_4023D519AC024666B875F39FEE70302D" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -93,6 +87,12 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_496687043FE94A48AC4C31E22097E863" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_4BC8F27506B949C887592E0802F41093" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -111,6 +111,12 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_5B105FED430E4D998914B3562D4A8EA1" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_6B0A5DA947344EF3998B5EFC0F591F76" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -171,12 +177,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_9CDF186732904E43A4D641CE90A04327" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -189,12 +189,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_A76F97BE8A8049FEB37D29E540FBE2F9" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_A775E68A569849B29B4C803FDC954E9B" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -207,48 +201,18 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_24EE971158ED49B38B0773EA58C33E6F" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_33BD777FB0CA488F96B43C8A9D0D1638" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_F483B367258C4C0196BA64210B2F9050" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_E9000CEAF5CD467E91E857EE453F7775" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_A76F97BE8A8049FEB37D29E540FBE2F9" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "OwnerKey" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_B29E25690B014C0B846CFC4698D08846" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_B33CF4351D5E427D9F3457929AFB1CFE" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_B785154416ED4BB7A00CE5860A9FDBF8" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -267,6 +231,18 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_C7412C71954041018568B8F728496265" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_D49BFC7330DD49F0BDE8F9C2EF409405" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -309,12 +285,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_E9000CEAF5CD467E91E857EE453F7775" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_F172228591AC4B2589FE3890572BD4EA" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -327,12 +297,6 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_F483B367258C4C0196BA64210B2F9050" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_FC13F305B3594CB983C4CA14BDC14B4A" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
| @@ -351,44 +315,8 @@ | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_24EE971158ED49B38B0773EA58C33E6F" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_33BD777FB0CA488F96B43C8A9D0D1638" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_F483B367258C4C0196BA64210B2F9050" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_E9000CEAF5CD467E91E857EE453F7775" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_A76F97BE8A8049FEB37D29E540FBE2F9" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|         "Entry" | ||||
|         { | ||||
|         "MsmKey" = "8:_UNDEFINED" | ||||
|         "OwnerKey" = "8:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|         "MsmKey" = "8:_FFF1B42279C84C628F41C191D5DBD50F" | ||||
|         "OwnerKey" = "8:_UNDEFINED" | ||||
|         "MsmSig" = "8:_UNDEFINED" | ||||
|         } | ||||
|     } | ||||
| @@ -420,7 +348,7 @@ | ||||
|                 { | ||||
|                     "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Net.Framework.2.0" | ||||
|                     { | ||||
|                     "Name" = "8:Microsoft .NET Framework 2.0" | ||||
|                     "Name" = "8:.NET Framework 2.0" | ||||
|                     "ProductCode" = "8:Microsoft.Net.Framework.2.0" | ||||
|                     } | ||||
|                 } | ||||
| @@ -458,213 +386,199 @@ | ||||
|     { | ||||
|         "CustomAction" | ||||
|         { | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_2A9CB5BF3B0D41BBABDB8B889C63493A" | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_0649C6635880499891B6B5E745610A71" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (jaas.conf)" | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - CasaAuthTokenSettingsEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\jaas.conf output=[TARGETDIR]ats\\etc\\svc\\jaas.conf" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:7" | ||||
|             "Identifier" = "8:_D5524CA6_C0E8_4F38_AD79_08EF4DC7C653" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_5C7B764EE14E4F75B569752C2BE22170" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (crypto.properties) Must occur prior to MungeCryptoPropertiesFilePath" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] template=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties.template output=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties.munge" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:4" | ||||
|             "Identifier" = "8:_3A26A679_4460_4A81_A20B_9566DBAC0A3E" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_63B9A50F009D43DEA301F578AE712355" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (CasaAuthPolicyEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaAuthPolicyEditor.bat output=[TARGETDIR]ats\\bin\\CasaAuthPolicyEditor.bat" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaAuthTokenSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaAuthTokenSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:10" | ||||
|             "Identifier" = "8:_5BF5119E_CA43_4187_8AE0_4B8D98A2C3AF" | ||||
|             "Identifier" = "8:_C9280ED9_FF85_41A1_A63F_1D5A4DE7F708" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_641A2854068F40CA97BB2570FCBD8646" | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_0D67D4E2DF614063A6E484DA7634504E" | ||||
|             { | ||||
|             "Name" = "8:Primary output from SetupAsWindowsService (Active)" | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (ServerKeystoreSetup)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_33BD777FB0CA488F96B43C8A9D0D1638" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:15" | ||||
|             "Identifier" = "8:_388E4C75_9DA9_47B5_9835_364652FF75A5" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_7224ECF911704A2D945FC6A1E3778E98" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active)  (CasaIdenTokenSettingsEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaIdenTokenSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaIdenTokenSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:12" | ||||
|             "Identifier" = "8:_CF4E38AE_8DA5_447D_9330_0DD26864178E" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_72B63E81413D4F81960D5DFEDB7E5CAE" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (server.xml)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] template=[TARGETDIR]ats\\etc\\svc\\templates\\server-sun.xml output=[TARGETDIR]ats\\catalinabase\\conf\\server.xml" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:3" | ||||
|             "Identifier" = "8:_04B7F2FF_ADB6_4EF9_B293_4673323CB43E" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_75778738D12D4F449385455F65978074" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (svc.setting)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\svc.settings output=[TARGETDIR]ats\\etc\\svc\\svc.settings IAREALMS_FILE_PATH=[TARGETDIR]ats\\etc\\svc\\iaRealms.xml" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:14" | ||||
|             "Identifier" = "8:_DF0105D8_6D43_4643_9E4C_36F9131DCBBA" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_7AC32F7EF2A5442D93B9DB5FEEA4F407" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (shutdown.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\shutdown.bat output=[TARGETDIR]ats\\bin\\shutdown.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:9" | ||||
|             "Identifier" = "8:_783B8556_08E3_4304_A23D_BE54FBC69705" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_8841B5390752441387C9D9694DEFAB92" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (startup.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\startup.bat output=[TARGETDIR]ats\\bin\\startup.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:8" | ||||
|             "Identifier" = "8:_A652A5B9_DE90_418E_9E3E_C803D9496C26" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_8D7D11687B9649C5ACC8E2C82086070A" | ||||
|             { | ||||
|             "Name" = "8:Primary output from MungeCryptoPropertiesFilePath (Active) Must occur after InitConfigFile for crypto.properties and prior to UpdateWarFile" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_A76F97BE8A8049FEB37D29E540FBE2F9" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:input=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties.munge output=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:5" | ||||
|             "Identifier" = "8:_7C957A08_A5A9_4DB1_A599_90DA693A50C9" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_9489DC4664D24B38A96DFB2595793753" | ||||
|             { | ||||
|             "Name" = "8:Primary output from UpdateWarFile (Active) Must occur after MungeCryptoPropertiesFilePath" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_24EE971158ED49B38B0773EA58C33E6F" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:6" | ||||
|             "Identifier" = "8:_8E85EC88_AD21_4692_8AD4_501FF00933C0" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_A2BF9CF795C349B29F17C4AAB96C1152" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (CasaSvcSettingsEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaSvcSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaSvcSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:13" | ||||
|             "Identifier" = "8:_B3396B9F_264C_447E_86E7_18E989866C40" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_A647641D8B3F49BB9C8668B6D4654E56" | ||||
|             { | ||||
|             "Name" = "8:Primary output from ServerKeystoreSetup (Active)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_F483B367258C4C0196BA64210B2F9050" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" ServerKeystoreSetup installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:1" | ||||
|             "Identifier" = "8:_F7AED41A_0CC4_4E3F_9788_07B7A2111BB6" | ||||
|             "Identifier" = "8:_95FF5D11_14EF_4F9B_8F58_CE64CB7D4B8C" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_F0FA873BBF61452DA2094B90463F0398" | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_1342D0740E9D4057A7A52F213A87522E" | ||||
|             { | ||||
|             "Name" = "8:Primary output from ClientKeystoreSetup (Active)" | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - shutdown.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_E9000CEAF5CD467E91E857EE453F7775" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\"  InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\shutdown.bat output=[TARGETDIR]ats\\bin\\shutdown.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:2" | ||||
|             "Identifier" = "8:_9528EA85_BC6A_4C4B_8815_486C867778EB" | ||||
|             "Sequence" = "3:8" | ||||
|             "Identifier" = "8:_D5A5CC5A_E7DE_4A66_8B8B_AC62B1F0E802" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_F7E003096E2B4D808366302D130C41DD" | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_18232292AAE24AC8890F4EDC2C6CA303" | ||||
|             { | ||||
|             "Name" = "8:Primary output from InitConfigFile (Active) (CasaAuthTokenSettingsEditor.bat)" | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - svc.setting)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[TARGETDIR]install.properties  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaAuthTokenSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaAuthTokenSettingsEditor.bat" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\svc.settings output=[TARGETDIR]ats\\etc\\svc\\svc.settings" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:13" | ||||
|             "Identifier" = "8:_D0E0C7AD_FE1B_42BC_84CB_367FF7DA3462" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_29F602AEB0EE49038CF6F2FCCAB91D13" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (UpdateWarFile) Must occur after MungeCryptoPropertiesFilePath" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" UpdateWarFile ATS_INSTALL_DIR=[TARGETDIR]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:6" | ||||
|             "Identifier" = "8:_EE7DCFDC_5F7D_4CB5_A0CF_94F7FA99D5E3" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_4C26B01B6C7D45C1B87201E4021E5C34" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - CasaSvcSettingsEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaSvcSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaSvcSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:12" | ||||
|             "Identifier" = "8:_0712449A_9964_46BE_B561_3D920BEB6858" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_86FFE7CBBCAE482B943C1345B8A19463" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active)  (InitConfigFile - crypto.properties) Must occur prior to MungeCryptoPropertiesFilePath" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaAuthTokenSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaAuthTokenSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:4" | ||||
|             "Identifier" = "8:_DCF56A01_EC29_4577_BF02_98B5C0530733" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_963A40E37B0B4C4D88DF53E8857DFC55" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active)  (InitConfigFile - CasaIdenTokenSettingsEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaIdenTokenSettingsEditor.bat output=[TARGETDIR]ats\\bin\\CasaIdenTokenSettingsEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:11" | ||||
|             "Identifier" = "8:_18FC0D9A_DD2F_4D55_BED7_6D85A053D2E1" | ||||
|             "Identifier" = "8:_3A733ACF_EEB9_4CB3_AC1F_1BE0D2754801" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_A8313CF92A734AF496D20732762B3AC8" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - CasaAuthPolicyEditor.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\CasaAuthPolicyEditor.bat output=[TARGETDIR]ats\\bin\\CasaAuthPolicyEditor.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:9" | ||||
|             "Identifier" = "8:_A0F2A4A3_2CAF_4930_9CA7_394EBED23657" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_BA6223F1398F4FFDAAB8418B6CBA7254" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (SetupAsWindowsService)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\"  SetupAsWindowsService installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:14" | ||||
|             "Identifier" = "8:_7A98817C_F65F_4FA3_86D5_1CA9941CB2ED" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_BC29F1229F604A44B70AC43EEE347C89" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (MungeCryptoPropertiesFilePath) Must occur after InitConfigFile for crypto.properties and prior to UpdateWarFile" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" MungeCryptoPropertiesFilePath input=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties.munge output=[TARGETDIR]ats\\etc\\svc\\templates\\crypto.properties" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:5" | ||||
|             "Identifier" = "8:_0DF5E5EA_0E59_4C5A_89E9_8E215C5B65EE" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_CF3F745785C74730B9C621D7CA4601BE" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (ClientKeystoreSetup)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" ClientKeystoreSetup installdir=[TARGETDIR] propertyfile=[PROPERTYFILE]" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:2" | ||||
|             "Identifier" = "8:_23EDDD01_570B_4D80_BFE1_F1506C8BE5D3" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_E0F0B5DC44B644FEA323F054D95632EA" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - startup.bat)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\"  InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] propertyfile=[PROPERTYFILE]  template=[TARGETDIR]ats\\etc\\svc\\templates\\startup.bat output=[TARGETDIR]ats\\bin\\startup.bat" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:7" | ||||
|             "Identifier" = "8:_CA5EFB45_9474_4F04_93D5_67848CE9D58A" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
|             "{4AA51A2D-7D85-4A59-BA75-B0809FC8B380}:_E7EF78190F31478F894EC953D6954F80" | ||||
|             { | ||||
|             "Name" = "8:Primary Output from CommandLauncher (Active) (InitConfigFile - server.xml)" | ||||
|             "Condition" = "8:" | ||||
|             "Object" = "8:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             "FileType" = "3:2" | ||||
|             "InstallAction" = "3:1" | ||||
|             "Arguments" = "8:\"[ATS_JAVA_EXE]\" -cp \"[TARGETDIR]ats\\bin\" InitConfigFile ATS_INSTALL_DIR=[TARGETDIR] template=[TARGETDIR]ats\\etc\\svc\\templates\\server-sun.xml output=[TARGETDIR]ats\\catalinabase\\conf\\server.xml" | ||||
|             "EntryPoint" = "8:" | ||||
|             "Sequence" = "3:3" | ||||
|             "Identifier" = "8:_81520F3E_2A16_41C2_8617_0E2A7AE15DC3" | ||||
|             "InstallerClass" = "11:FALSE" | ||||
|             "CustomActionData" = "8:" | ||||
|             } | ||||
| @@ -751,6 +665,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1B3A4C8191564F31884500B4CE426618" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\ClientKeystoreSetup\\bin\\ClientKeystoreSetup.class" | ||||
|             "TargetName" = "8:ClientKeystoreSetup.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_1B40D00F3F624D2ABF0631F7D71EDB4B" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\..\\..\\Svc\\external\\axis-ant.jar" | ||||
| @@ -911,6 +845,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_496687043FE94A48AC4C31E22097E863" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\ServerKeystoreSetup\\bin\\ServerKeystoreSetup.class" | ||||
|             "TargetName" = "8:ServerKeystoreSetup.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_4BC8F27506B949C887592E0802F41093" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\..\\..\\Svc\\templates\\startup.bat" | ||||
| @@ -971,6 +925,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_5B105FED430E4D998914B3562D4A8EA1" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\UpdateWarFile\\bin\\UpdateWarFile.class" | ||||
|             "TargetName" = "8:UpdateWarFile.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_6B0A5DA947344EF3998B5EFC0F591F76" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\..\\..\\Svc\\templates\\CasaIdenTokenSettingsEditor.bat" | ||||
| @@ -1271,6 +1245,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B33CF4351D5E427D9F3457929AFB1CFE" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\SetupAsWindowsService\\bin\\SetupAsWindowsService.class" | ||||
|             "TargetName" = "8:SetupAsWindowsService.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B785154416ED4BB7A00CE5860A9FDBF8" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\..\\..\\Svc\\build\\CasaSvcSettingsEditor.jar" | ||||
| @@ -1331,6 +1325,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C7412C71954041018568B8F728496265" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\MungeCryptoPropertiesFilePath\\bin\\MungeCryptoPropertiesFilePath.class" | ||||
|             "TargetName" = "8:MungeCryptoPropertiesFilePath.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_D49BFC7330DD49F0BDE8F9C2EF409405" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\..\\..\\Svc\\external\\wss4j-1.5.0.jar" | ||||
| @@ -1571,6 +1585,26 @@ | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|             "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_FFF1B42279C84C628F41C191D5DBD50F" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\InitConfigFile\\bin\\InitConfigFile.class" | ||||
|             "TargetName" = "8:InitConfigFile.class" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|         } | ||||
|         "FileType" | ||||
|         { | ||||
| @@ -1920,7 +1954,7 @@ | ||||
|         "Name" = "8:Microsoft Visual Studio" | ||||
|         "ProductName" = "8:server-java_msi" | ||||
|         "ProductCode" = "8:{A8C0CB21-B404-4B79-B076-ECA9AB23D80A}" | ||||
|         "PackageCode" = "8:{6E8E8138-7BA0-493D-865D-E8176969F3D6}" | ||||
|         "PackageCode" = "8:{C55D4877-9F39-49A6-9BA9-3ABFF15B61E7}" | ||||
|         "UpgradeCode" = "8:{DCF8EE94-B530-4C96-9C74-CEA1A54769AF}" | ||||
|         "RestartWWWService" = "11:FALSE" | ||||
|         "RemovePreviousVersions" = "11:FALSE" | ||||
| @@ -2435,26 +2469,12 @@ | ||||
|         } | ||||
|         "MergeModule" | ||||
|         { | ||||
|             "{CEE29DC0-9FBA-4B99-8D47-5BC643D9B626}:_AF6A9BB074714DE9926EE019616BE3D0" | ||||
|             { | ||||
|             "UseDynamicProperties" = "11:TRUE" | ||||
|             "IsDependency" = "11:TRUE" | ||||
|             "SourcePath" = "8:vjsharpredist_x86.msm" | ||||
|                 "Properties" | ||||
|                 { | ||||
|                 } | ||||
|             "LanguageId" = "3:0" | ||||
|             "Exclude" = "11:TRUE" | ||||
|             "Folder" = "8:" | ||||
|             "Feature" = "8:" | ||||
|             "IsolateTo" = "8:" | ||||
|             } | ||||
|         } | ||||
|         "ProjectOutput" | ||||
|         { | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_24EE971158ED49B38B0773EA58C33E6F" | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_CABCFB3A84AF483B87164D02AE147ACE" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\UpdateWarFile\\obj\\x86\\Debug\\UpdateWarFile.exe" | ||||
|             "SourcePath" = "8:..\\CommandLauncher\\bin\\CommandLauncher.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
| @@ -2474,147 +2494,7 @@ | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{38A7408E-9446-4DEA-9F76-2A901AE5F16B}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|                 } | ||||
|             } | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_33BD777FB0CA488F96B43C8A9D0D1638" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\SetupAsWindowsService\\obj\\x86\\Debug\\SetupAsWindowsService.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{BED4F512-4A94-4EC2-9479-43AFA8E4EAE1}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|                 } | ||||
|             } | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_9BFD505E12784C9A97B3D567C0BEB8C1" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\InitConfigFile\\obj\\x86\\Debug\\InitConfigFile.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{E3528B18-D4A0-4604-B2C5-8EE36E094A40}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|                 } | ||||
|             } | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_A76F97BE8A8049FEB37D29E540FBE2F9" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\MungeCryptoPropertiesFilePath\\obj\\x86\\Debug\\MungeCryptoPropertiesFilePath.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{75D8742F-4778-4978-9032-ED9649BA402D}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|                 } | ||||
|             } | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E9000CEAF5CD467E91E857EE453F7775" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\ClientKeystoreSetup\\obj\\x86\\Debug\\ClientKeystoreSetup.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{89D5D921-A2E6-4ED9-A724-8C7DAAC09AC5}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|                 } | ||||
|             } | ||||
|             "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F483B367258C4C0196BA64210B2F9050" | ||||
|             { | ||||
|             "SourcePath" = "8:..\\ServerKeystoreSetup\\obj\\x86\\Debug\\ServerKeystoreSetup.exe" | ||||
|             "TargetName" = "8:" | ||||
|             "Tag" = "8:" | ||||
|             "Folder" = "8:_62B357DC6D484761A18291FA3525320C" | ||||
|             "Condition" = "8:" | ||||
|             "Transitive" = "11:FALSE" | ||||
|             "Vital" = "11:TRUE" | ||||
|             "ReadOnly" = "11:FALSE" | ||||
|             "Hidden" = "11:FALSE" | ||||
|             "System" = "11:FALSE" | ||||
|             "Permanent" = "11:FALSE" | ||||
|             "SharedLegacy" = "11:FALSE" | ||||
|             "PackageAs" = "3:1" | ||||
|             "Register" = "3:1" | ||||
|             "Exclude" = "11:FALSE" | ||||
|             "IsDependency" = "11:FALSE" | ||||
|             "IsolateTo" = "8:" | ||||
|             "ProjectOutputGroupRegister" = "3:1" | ||||
|             "OutputConfiguration" = "8:" | ||||
|             "OutputGroupCanonicalName" = "8:Built" | ||||
|             "OutputProjectGuid" = "8:{BAF8BCFB-1C97-4CA7-B03E-E588A67B21E0}" | ||||
|             "OutputProjectGuid" = "8:{B52EF84A-D745-4637-9F59-DBD6E21C179C}" | ||||
|             "ShowKeyOutput" = "11:TRUE" | ||||
|                 "ExcludeFilters" | ||||
|                 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user