diff --git a/IRaCIS.Core.API.sln b/IRaCIS.Core.API.sln index a15a05dc..24c20934 100644 --- a/IRaCIS.Core.API.sln +++ b/IRaCIS.Core.API.sln @@ -19,6 +19,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IRaCIS.Core.Infrastructure" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Start", "Start\Start.csproj", "{D96F4B52-359C-43C9-8110-BAD1437F9280}" EndProject +Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{D9570CE2-B58C-4EBA-B4F8-9AB14AB2E1F1}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -31,7 +33,6 @@ Global {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Debug|Any CPU.Build.0 = Debug|Any CPU {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Debug|x86.ActiveCfg = Debug|x86 {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Release|Any CPU.Build.0 = Release|Any CPU {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Release|x86.ActiveCfg = Release|x86 {F15CE209-6039-46A6-AE7F-E81ADA795F28}.Release|x86.Build.0 = Release|x86 {D4DF27AC-3739-4264-BFB8-AED6DC2B84C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -77,6 +78,10 @@ Global {D96F4B52-359C-43C9-8110-BAD1437F9280}.Release|Any CPU.ActiveCfg = Release|Any CPU {D96F4B52-359C-43C9-8110-BAD1437F9280}.Release|x86.ActiveCfg = Release|x86 {D96F4B52-359C-43C9-8110-BAD1437F9280}.Release|x86.Build.0 = Release|x86 + {D9570CE2-B58C-4EBA-B4F8-9AB14AB2E1F1}.Debug|Any CPU.ActiveCfg = Debug + {D9570CE2-B58C-4EBA-B4F8-9AB14AB2E1F1}.Debug|x86.ActiveCfg = Debug + {D9570CE2-B58C-4EBA-B4F8-9AB14AB2E1F1}.Release|Any CPU.ActiveCfg = Release + {D9570CE2-B58C-4EBA-B4F8-9AB14AB2E1F1}.Release|x86.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/IRaCIS.Core.API/Program.cs b/IRaCIS.Core.API/Program.cs index 8a7a86c1..10148204 100644 --- a/IRaCIS.Core.API/Program.cs +++ b/IRaCIS.Core.API/Program.cs @@ -72,60 +72,6 @@ namespace IRaCIS.Core.API } - - - #region 数据库连接写入配置文件 - - var currentDicectory = AppContext.BaseDirectory; - - //var rootPath = (Directory.GetParent(currentDicectory.TrimEnd('\\'))).FullName; - //var configPath = Path.Combine(rootPath, "resources/config.json"); - - //var initConfigJson = File.ReadAllText(configPath); - - //var innitJsonObj = JObject.Parse(initConfigJson); - - var dbServerName = jsonObject["server"].ToString(); - var dbLoginUser = jsonObject["user"].ToString(); - var dbPwd = jsonObject["password"].ToString(); - var dbName= jsonObject["dbName"].ToString(); - - var certificateApplyPath = Path.Combine(currentDicectory, "appsettings.CertificateApply.json"); - var appsettingsJson = File.ReadAllText(certificateApplyPath); - - // 解析 JSON 字符串 - var jObject = JObject.Parse(appsettingsJson); - - // 获取 UpdateConfig 属性所在的节点 - var updateConfigNode = jObject["ConnectionStrings"]; - - - var connectionString = $"Server={dbServerName};Database={dbName};User ID={dbLoginUser};Password={dbPwd};TrustServerCertificate=true"; - - updateConfigNode["RemoteNew"] = connectionString; - - try - { - using (var connection = new SqlConnection(connectionString)) - { - connection.Open(); - - File.WriteAllText(certificateApplyPath, jObject.ToString()); - - } - } - catch (SqlException) - { - Console.WriteLine("连接字符串错误"); - } - - - - - - - #endregion - } #endregion @@ -197,43 +143,6 @@ namespace IRaCIS.Core.API - #region Nlog 废弃 - //var logger = NLog.Web.NLogBuilder.ConfigureNLog("NLog.config").GetCurrentClassLogger(); - //try - //{ - // var ihostBuilder = CreateHostBuilder(args); - - // ihostBuilder.UseEnvironment(environment); - - // ihostBuilder.ConfigureAppConfiguration((hostContext, config) => - // { - - // //Console.WriteLine(hostContext.HostingEnvironment.EnvironmentName); - // config.AddJsonFile("appsettings.json", false, true) - // .AddJsonFile($"appsettings.{environment}.json", false, true); - // }); - - // var host = ihostBuilder.Build(); - - // CacheTrialStatus(host); - - // host.Run(); - - //} - //catch (Exception exception) - //{ - // //NLog: catch setup errors - // logger.Error(exception, "Stopped program because of exception"); - //} - //finally - //{ - // // Ensure to flush and stop internal timers/threads before application-exit (Avoid segmentation fault on Linux) - // NLog.LogManager.Shutdown(); - //} - - #endregion - - } diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj index 48a585e3..628e0b8e 100644 --- a/Setup/Setup.vdproj +++ b/Setup/Setup.vdproj @@ -15,2299 +15,7 @@ { "Entry" { - "MsmKey" = "8:_019AE6AD106943F19364CF437D817432" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0200B7AF734D47F2AC5E08E1FA0EE49E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_02190B9566B14B11BEEFE449ACC7FCAD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_02C736C1782B4D98929A13D4F209A139" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_03177D86105A4832B6E169C3E8E45AC9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_03B3CB5DFE6F405289C7DFB3351B70CC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0448E919978940D1B68024ED2EE0BD43" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0463EAA2EBD748548931643A88C0BF0C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_04A11E2222D14656B4B117FA08F3D19F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_04A482BCFDF244AEB73FEDE4F748B1B4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_04E5751EB0A94611A6A72987D0ECA983" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_073384DF5C5141889D8C4A7BA8533727" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_086B9224500E4427B991A775C1C3A37E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_09A2C8712B28482CAEF9B7A104B187F6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0B882107E1194CA9A9C67BE077603C84" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C60F37B400947EFA7F1075640675E21" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0C67C348941642909074E6503769262F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0DBD79806284462E8DB9EEC5E3724ED7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0EC577FB01C6456791E03BC520270C3F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0ECC500C986B401DAD5913999671F5D3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_0F70C98BB5B343E9BAC239BFFD5518B1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_10A087741522475B91A760BD7765B3FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1147025A8CED45D3AA4A99E5E567F602" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_12A337E4AB984B148CA1220FC0C671FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_12D210ACDDB145028422E39B1A67F92B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_131B3C10B02D466C9FBE3B69A2B3E01A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_135D84F04AB7478C9B5F42D564B1994A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_13C8DE8789BF4B7DB0D68CF78554287D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_143DFDE53F5C4BE8B9C548323D47CCCE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_16A9424EBFD9433088C4E659837DBA32" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1831CA1B9D6E4ADA9CFCDC3BF7E13355" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_18E296E6E6964D55A05214A8F16096F0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_197D0D8EE1BA4565A4EB8D10690CBE3B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_19DEAC6B40C049F896689AF62AD3F1B3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1A012D908BFF48DC9BD3AE393FEF79B3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1C27F7A349704A1699AAE798EA9BDD8D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DD42BE2798D49FE85AB27A48E1986E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1DE3AF8A31984CD09760709C9DAC24EC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1E5B9E0FADD944CFA1245B06ACAA4312" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1F05A5E713BA4A33B5F2CDAC3D85C158" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_1F7A6ED569E547DF94F0FBEFD14A73A1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_20E689B1D88B48B9B2883E985E77C530" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_21430661C4A04264ADA5ADDD82C4A5AC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_219EE5E459B940E2929866BCAA1ECE8C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_21B391BB78734427971A715E02075A49" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2282B66B4BCB48BEB0C2631B0C39D2C6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_233C7435A4894FE59C0C96D3E3B008A4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_23FA416EE295425AAA40BAE243C0D5CB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25851EFE6ABC4AE38EDD82BD732EED0A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25B55B0DE2F345BC9DFE81CBDE8ABBF6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_25B55CFB8B17420D96ACD03ACF9B622F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_26051815006240A0809828228014C3FA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_27A5DFE8378E4BB784D140F726B36560" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_27AA602128DB416CA696EDE7DD54DBC4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_27AD8E7A184546E8A927E8FDD484A262" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2878317C8C034E34A1731D53F68E7CA9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_288A3E27C9524963851B7005F17DCC44" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_28E6D39A03AA49D2A0601166FAD90980" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_29BC0D513BA343DEB985665A4DC59E2B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2AEA23F4F2D44490861EDE0024A46286" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2E3A30920D924F889915B3E055D560D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2EB1DE0A572949628165B81A2C9AEEF3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2EFA5061698D4C4CAB1CC666A34D8F7F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_2F117935AFCC4B569A10153D9DD16ACA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_306E0B9840EE44D8A941B6F90ADE6F3C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_30A3C9AD731E4873B93542567436C6F7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_30FF55D78C97483DBB531ECC5C3CD277" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_31221E56243C4EB0BAA64337E64C2E1F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_31910D59B9C14FE898DC5B2716DEE183" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3306D865CE0A47ECB33FECB0D917AC66" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3310A367901C4547890C38BBE50C6E9D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_339767EFE2E8456CABD22F42868C2854" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_363EF4456F93495DBF11131E5C83A328" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_365BE44D947F49EC84450574F776C539" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_36D0AE640C7D47BD92E9A27AB5BBAA9E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_37B226E35033453586E6E6E8EF6C8CED" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_387511D866214AC4A05963A26632C487" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39035323F134453FA00432E5E32BE031" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3930641984434FA58A8CE54FB7315B8C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_39511CC639B04D41A61EB6C56D75C97A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3ADEFFE0D45746F2B3F007632225F4B2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3B15A99F38854F29B3BF76F3ED484C72" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C01E04CDCE941DC90DDCA100DD2D553" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3C25FB2C7FA14D688F3D97540C011FD4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3CD2E12BAB6344C5893A70A7669FD44E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_3D9FDAFE002E4181ACEDF21918607071" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40280B080AFA468989C45300161D5FA4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_40EE33EC60A14069A9AFF69B127B4FAA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4186FFED381845968B426629EA2937EC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41C7AB604527436B9158287C840A2459" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41CBF0CC05AE4940B792E66F8B766EF5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_41D2F9375AD44C0EAF49B51862C17D4E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_423127C367EE468F9FE6230EECAA86D0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4497F09C6CCA48F1AAC5373C6FCBDA57" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_451722C46570439F8C88CBC70063E2C9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_453ED51C9B0D45EBAB54F34F20ABEE58" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_45513EC0C7D84C489309E0AF2CE763B5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4596C7BEEC4A4A0393119634E94C1C05" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_45E18D65BE014F0584B2183F1CEA4008" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_45F7C766C42942D5BB49F94007255614" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4644447EB1A64B3E82631C54FDBDEA2C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46E541147C27478D9991EA6B57EC9D4F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_46FCFE5A50D84036AF30899EA2A4FCA1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4755E97B951743B0B50BCF4B85835927" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_475B141100EB457AB0C160968C0A39D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_47918CD61B4F45D284DE93E96047139D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4916D114009C4FD883C20D08C7D18210" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4932B49C075C4F6B9A1FFF9E5FD9AAFE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4992300AB8704E0994256E36565FD7D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_49BE2A30B4CA4390A88CB85CBCB867E3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4ABCAC003DE849E091B2F16EB7BCA379" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4AE999E07E5B43F38B2C7CBF5EDB5F4A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4B42D5D2D1B14174B2100E7102E03DE9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4CA8A0294B4649D1B72DC5E11DA1E85E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D55F609859C42478D403A5402AB71E1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D68DB675A514E84ADBD76842C830A4A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4D85523D08F242CF891B5D87D0486D1D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4E03494FBE9F430B976A7DDCA61D9382" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4E5C4F481080492CB39C940B5CD735FE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F43EA44D9A9439BA8ABA2BD5047D61C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F77B24F0E8347929E943F2370A737F2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4F7A2CB17D5F4DEDA97539412099DAC2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_4FCB472022E9448FB99A6929AB712516" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5122F4200D8A4D4DA4C7BDB2ADFDEDA2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5134A2415F904A9EBC2AAC23D6BA71F0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_51EA62DD3B7447FB8D12C6CA640F7DF1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_529F3FBCAA3C4A8690ADB8542A9E5875" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_52F2F0D0E0CA4820B3DE98CAFEDEBC8B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_53FEA8309FBC4BC4B5B8429F4A11E3FF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_551D95A4E8854A168935F2DEFE4E8327" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_569DC9A742E442458E17D315439BFCB9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5785D09335864D4F8D887797F028688E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_57F17E6E223249938E1D5290B9BD0C77" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_588EBBA354BF4F8B8F58818E2DAE1BED" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_58DF6424EC8D436BADEBC82CCC6B6C50" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_58F2AB730D6B4936B016BFC2464A992F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5B93CD12423F4200A29E07CD60E0223D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5D4DA438059841599431E841F7C74E31" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5D98C608456B48B6A3F8C76B47563164" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5E3BF1400A9844EBB502571264371DB9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_5FF658E7E3174570BCAD54FADD9700D1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_601C66A38C1D482CBB32F0D1BF9F0EA8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_60FD346158D94930B150C97855D8EADB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_613E4A5D501D48BAA1BB0B89DAF0322E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_61F05360D2614C2D96B9BD89DC32E7CD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_62464DA52A924929A113525D6F70D2E7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_639F2B4EB4D845BC835E409F8A890E11" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_64784A99650247909404016275D5573C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_658516BE6BD74ED8B2399328FF9EA539" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_65F09CA62F5F4CC2AB546AEEAEC95FB5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6602FE4A90034FDE8B21119C372587DA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6623EDC8205746C99DC1AA3B281BB00D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_66D13968C97B489193D4A7A76C2ECFAB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_670444396DFD45A8B6AF65BF4C7B2E67" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_671D0C281D674F96B1466709819AE662" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_67B307ED0FF4401EAF76A0D386483A5C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_69611AAC4D7C49D2B0EFAE94392EC719" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_69B8C44B26264E53A0E3B640AC072F31" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6A2F5D6EF2CE40E089695A9620390528" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6B5F7E385BEA4F5E972C3158A966725F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6B984D42EE854200A21057BEA6E39470" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6D989FE7C5DE4DBFAD6F1ADBF818843F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E5B5EE71BDE46E0954C3E81E82E249B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6E731D95D0AA48B08623FD429FA857AC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_6F46DE5A75024DD7BE94F388081308F0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_702C49F43D6045FCAE685F287B4FC3D7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7035A8E3F74D4FC29C1E58D7F6FD7FF7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_718AC4546288475C8286BDF52B28E124" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_71A59339BE2C4E9BADE3C8267C8C5320" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7532EBA82C054435A38A965DD7A17EF7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7626852A54D0459A8F7629EA92826C18" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_769DF31459134B8FBDBD5FB1B89750BE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7AD80560792E4B6286F93F7D3FF58C15" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7B6C59206EDD4E6198B3FC6B49306A99" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7BAA6733CA7A433CBD9991A9F4823F2F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7D955B871B4A435097869A8E9345C103" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7D98BC36421F4171AA5A76A5222A1436" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7E6C82AC60CD42D5AD4EFA84193A733F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FAC491439DB418A8DB51A90AA13D6C8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_7FB6875D93C74E98AFD115BB2EAD29D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_804B718830C94ED8A6CEA11D3F2D6A5C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_80C77AF1546D4966BCA9EDA47F20491F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8144F97E40754A51901F5758C621EC44" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_81517FD4CA0F4F56BD4A8F105F786E57" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_827E2D2872CF43458371A0465013D154" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_82CBF6FFEACC4D2A8027030C9E4CD8AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_82EACDED19B749258AF8866681ED5095" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8385111A5FEE4841AB4181F1A6647F55" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_842D84E667C34C2A9F13B18011268E29" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_849BE262B05A49DD92C33F5EC5B45FEB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_85721A27D26E4F538F9DC6DC57D8304E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_85AE5CE38A134F8FB2E505F795D202A3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_86AB5687A494443CBFEF20B03073F9C8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87407D6EFAC64075AA7F1F5EBF10A9A6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87714EF102F244D38AFFA8E3912320E4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_87A1894E93164E129EEEC1267115F398" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_881369BDFF06485FB98689142BDD5197" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8AC0BFFE94B342D99584DE113CF73EAD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8CC25FA043114CF1886F26674D54098F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8D5147C64E984A27AF0AB4D5FF33F028" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8D69B6D57ADD44DFA4F305CB6E5CFA42" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_8E099434039A4A448421D6F260B462E2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_902821D3A6214160B6F3E8492A79B198" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_907AEB2E051748CA9946E525C3AD7332" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_908920BD171A4522AE3188B139BFBC7D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9191195DBA7446B28D3E1207A3751D72" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_921AA0ABC8D540C59158C47CFF83C50A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9295EEF6A4E84551AC08A4379356270B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_93A94743110545BC8B4234FCEA981BE2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94654BFBCC69491D84997D93A4578BAE" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94A23413D7804F5FA6B13DEA07A11BE4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94B4E99D3A904BDBAC3F54ED4BA05ACA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_94E8130274A24AEFA190032669CF4FB9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_95DCC175B28349EAB685FFBAF3E4BA17" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_968D6906A1254F22AB6AE5C59A51DDD7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_980C68BE25F04D1BB79C0E1EE0C96731" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_987CFBF6631E49538F93664051297A94" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_990CAD02E2DC485DB69C6E21B7BEDDF8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_99CB3CCF27CE42409CA9909C910AA36A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A3DEBE9369F4B148DFEE12AFB42D72C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9A91B34C9F1E4B79B27D0EE744CE1E64" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9AB9E722F83A4404B3EF99C472A4F608" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9B744DE50ECC4C759D97C09ABADAE4AD" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9BC35D62F14B4F0D8DB4985A967752F6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C01617A2AA942678E79A4E1A88B287F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C105530870A4C56B642B42A372D4B81" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C35178EF2D54A3FA0E7DC71CA4AF0FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9C7C62B3F00C4FB593D0B9F930254834" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9D0ACADC6B4C4B119C6D83C946FF4589" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9D732A9ECBFA48EE9D76055CE973F94D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9DF2DDF1C445404AA2EDFEBDF6CB8F86" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9E9A9A1F0DEB4D4780FB572BEA1926A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9F66DC2BF829464D86D3250A7F784E06" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9F77DA21F62D446C9F8AA3D08DAC6117" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9FAD7082DC4446AE9C767252B1BF6F56" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_9FFBF05AED7449D5808A88ACEBDD507D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A2663CEA47F5402188FD478060FEBBE0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A27DD3B9725045F59139C17ABDE12FE7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A392A12FDFE0493EAB75D7C9A84D70C2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A43AE65EA3924BCCAC84B07AC34D2B45" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5474DA58B234A77BFCADDB1C6E06E06" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A54B860B3BD24723A3301656AFFCD124" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5AD13D11E9745A480E95591012D1C48" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A5E3738F6A01489E9F11AAE9DC15F6AA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A64939F64AD548A186629FB620DE5661" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A782F5E96FD5426B8D80DF6E5C1EC2AF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A850665D898E4C1EBF939D945BBED147" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A925A15491C940D691A19FB7FE8E4EF3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9DA32B3C1444DC8BEF480B7D4E882E6" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_A9F68193456F44C793CED0859B6132D7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AA234C20746644DB83512B36D102637D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AB45760431284852B2437E729135B66A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AD36E823E16A478081A4CDED61915BB9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ADA62EF33DBF4526A69E8556F14F9FCB" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ADAD3FA49D4F4C3D93E2AEE81F0CF850" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ADF951F5BAF84D3DB5E4C6EA07E7A1CC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AE596F57B63348E7B8F275C670702645" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AFC95EE573944E3396831E54624560B2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B0896D7923D84BD69E02C51339A26D61" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B154C655BD3A48F1B58A1EA0ADE72933" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B1AB6A716EBA40E1877F92AFE65708E7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B22353B9443C4157B5F70511C690D15A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B23B4B54BDAC4F039100B716E80E3FC2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B2E6F63BA3D14FBEBDD3FEC3DB212F86" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B3DA2277D49043DC80F65891A28A8FE5" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B4369B480B654B18813514599F1DDA46" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B49BFCFEA2A3409A924A36B478146E78" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B49C58EC38A24D19BCD30CC329401D5C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B4F4CE2E114249DA9971677C2EC2681F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B538DF224418406490E563EDC26CA83A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B577840DADE0471188DDE6252E9CBCAF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B5EBBD42301842D5A85AD7A507356397" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B6393D23C0D142729E784D2BE8470F31" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B6A772F7D42A47E28600D9B94E520DD4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B74A8B7D43224F659B1EC3AE200BE708" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B7A11112D6AF43D3893BA77CA04AA9A8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B8AADFAB99BD41F19682D1B9B7D21BA2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B8B9BC4A65FF43C184B8F58408A405FA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B9952ADD6265466591668A86D406F3E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_B9E480F7B3094C7C8AD033E993576E49" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BA8A8784F9324979A71E799853FA1DA0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BAE96C250EB3439F98FA4A7DA611ECA2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BB057ACF0F904C3F88DA9FFD25478BAF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BD5218A80A92454684CFF2B51386C4DA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_BFC9A976136E43D9B067C50BE5132C5E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C03018A9B509499BB3B40CB6D3E2EB39" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C03D1C8F82F049DC9A8134CF76780ABF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C0A75A66C56F4CB99FCAF8D899C7AB1A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C0A9214EFBA947819D2A19D47703EF3C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C0D208AFA67D4A069A919F2DC2674A98" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C23A735730004150A6E6DD5EB8B5D133" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C5310B9927A44434ACDDA6BACDF548C1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6146EB8D5054B76905289B6021BCEF9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6C03E102FAE47BDB10866698B9BDDBC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C6E19D6291784D81B64EEFFBCD8F9500" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C70913E52B4D47D18503D6367EFA33D1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C78C721C8F2C49B8A727A5E41AA0B859" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C78D137C9C1049AF8FD352B2667AEC9B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C80AA22BCEAF48D89E1E748DB2FA86D9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C89F8F01C64C4A189B8EF870B4CA2E6A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8A2FDE286184A66BB7057C2023BE6BC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_C8EA2F03EB5441098C332B96CFDC9E89" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CA035ADD423E4122A2D8D5ABFD661128" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CC52BFD65FF24565B411E06CE94689A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CC81CBC914F748A2BC683196C7F16FAC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CE8416590EA84369997D285CE377161C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_CF996D170A17476A86977091353C1B95" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D116E044F11449BCAD5B2AA787446429" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D35A254832EA402B9AF1871D4CBB2F15" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D376F5F855E74E6791A5AF24B117598E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D4B1470F24724758941FD851726CE585" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D58CECF4541142FB8163F8BA870DA1E1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D5EE0E2A99CC43AAB1C2393736C6C1E0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6166B2683D14E30B9176CF350FCB35F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D651B7C14ECF4E8DAB85FBF44C4E7EF0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6876C6B66A84C84B2F038BE1F129F51" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D6B511E9171044308CB9BC7BFD08C167" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D7D4CD4010BD412A9D234D7363F4C65C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D86AF2F7A4C74A4ABCA88BE904073B3E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D8BA80E63B854C6BAEE5FBD5D35CA3DF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9D01F825E014B579D09192757B11F81" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_D9E155CD41B047F4905786A2D8246FAA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DA857A8DE15F437495B93E0781DEAAA2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DB26A587FE084D62A58E7E8AEC9C24F3" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DBB810E539034122998FE96D0CBE1E66" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DC3F7A39128346848AE26723311DCC8D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DD182890C6A743218DD614C2C001C9BC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_DDC5D6912CC741F687325AF899BB8E55" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0447E94A9ED4ABF8F7189DDA8ED491D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E0A3C5EFA81441E294EBEB9A506BE22D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E16037E05DFC4F2C9D5EE2A0CED8C9C0" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E28E8478C96F4265BEB4108D0818B148" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E3525553BC5D4E79B448DF5F18D036FF" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E3DE36B4EA2744359C77DE72E125049F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E52BDF62D2714FF495C8E93F3A2223A2" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E569527FE0E64DB480303C71F80EFFF9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E56DCED53CB84F0E8DEDA486CD61D153" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E5C67A786F03482494D60B1AF2512E47" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E6387D327AB74D12A0A8C462625EDA96" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E66ADABBD35E4D23B5D2522641CB9C08" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E74FF784637F44AAA92CC4CF173C2D8B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E86F6666535B41D0AAE5C63FF10268AA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_E874CC451B9546C9A9EB1117A1558AA9" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EB19F2D56F0E448FB703B679FB021827" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EBE88E31EE7A4095BBCFFA0E5391C66B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_ED927672194E4177A1763DEEDA968F0D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEA37E9D21BE4C7B8BCEC97013EFC7D7" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EEF3B451F2D64213B0B04613F714A94A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EF3CB995C01D4643BB7F1EBD06FCABDA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EFED082D77FF4AC3852141C2878A5B47" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_EFFB481A6A23422B9EA5239D7A199301" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F04D05D453314B5A918A92FE7A6FF4EA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F095DD321B974322A837A16E2196D55F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F0A2953B4E6B443A8CDB88B752598299" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1305F0E50F341FD9117F68E3E9BC3BA" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F177DA73F2294B9DA333B25753879A19" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1B06839ED1D4AFF97607A1225584B55" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F1ECB7C778E943AB88BBC883F1DAC926" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F2926320D0FD4DBFA330B79AB615588E" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F30A13600D02448E832221C1DF23BB54" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F431346926DA412A961C38A0AA52EDE1" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F4C763731A634749837B6F1C3E8DD606" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F5703B70325D401BAB190230DCA3E903" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F6015B8E53E841EEAAAD9E881088A857" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F746B6192F504D8D93A6DDA71D4BF3D4" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F777A1A0430B4FD692F28D7B10B459B8" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F79B7082E6C847899C03746D128EE9FC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F822E533532849E2A007D67A47309750" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F8CF8D6500994952A5B92018B539E925" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F90949158CD7463F9756FC438CBC9107" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F925FB2EB2E2476A8AE2AE403D7DC034" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_F9EF381A60364BEB96FEB27B3F35B655" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA31D15577A840C09FFA214E25BB6F9A" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FA96A5C6BD0848F99392C2DFEBA220AC" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FBC583E72A564A2B8D04387AC8D3AA5D" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FBD77803A1F9437D8270C44C5DB91C3C" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FC082446D4A84605BD44397536EDB47B" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FC29DDC284064561AF9DBF309CC0E101" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FC2FA8EF8CB14EB7A7A4120394116575" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD1B61A7AB41405CB892527C138BE092" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FE1E5A4F29994C0A8679E426A63A538F" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FE2121A38ED04B19AA1EF93D25AA1841" - "OwnerKey" = "8:_UNDEFINED" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FE3A49A020E44F2A8AF83FFF763B9989" + "MsmKey" = "8:_8951F4492AF14911B26719BF10D679D5" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } @@ -2362,7678 +70,17 @@ { "LaunchCondition" { - "{A06ECF26-33A3-4562-8140-9B0E340D4F24}:_B43D9ED7F17F4250A521FA4E1014BA2F" - { - "Name" = "8:.NET Core" - "Message" = "8:[VSDNETCOREMSG]" - "AllowLaterVersions" = "11:FALSE" - "InstallUrl" = "8:https://dotnet.microsoft.com/download/dotnet-core/[NetCoreVerMajorDotMinor]" - "IsNETCore" = "11:TRUE" - "Architecture" = "2:0" - "Runtime" = "2:0" - } } } "File" { - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_019AE6AD106943F19364CF437D817432" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\findbarButton-previous.svg" - "TargetName" = "8:findbarButton-previous.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_0200B7AF734D47F2AC5E08E1FA0EE49E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCms-UHC-HW-H.bcmap" - "TargetName" = "8:KSCms-UHC-HW-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_02190B9566B14B11BEEFE449ACC7FCAD" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\EUC-H.bcmap" - "TargetName" = "8:EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_02C736C1782B4D98929A13D4F209A139" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-f6a43c10.8c3813c644c840829013.js" - "TargetName" = "8:chunk-f6a43c10.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_03177D86105A4832B6E169C3E8E45AC9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF16-H.bcmap" - "TargetName" = "8:UniGB-UTF16-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_03B3CB5DFE6F405289C7DFB3351B70CC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-5946313a.8c3813c644c840829013.js" - "TargetName" = "8:chunk-5946313a.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_0448E919978940D1B68024ED2EE0BD43" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-4.bcmap" - "TargetName" = "8:Adobe-GB1-4.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_0463EAA2EBD748548931643A88C0BF0C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-vendors.3dfb7769.css" - "TargetName" = "8:chunk-vendors.3dfb7769.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_04A11E2222D14656B4B117FA08F3D19F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSymbol.pfb" - "TargetName" = "8:FoxitSymbol.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_04A482BCFDF244AEB73FEDE4F748B1B4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\zlib.LICENSE" - "TargetName" = "8:zlib.LICENSE" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_04E5751EB0A94611A6A72987D0ECA983" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-viewThumbnail.svg" - "TargetName" = "8:toolbarButton-viewThumbnail.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_073384DF5C5141889D8C4A7BA8533727" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBT-EUC-V.bcmap" - "TargetName" = "8:GBT-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_086B9224500E4427B991A775C1C3A37E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-check.svg" - "TargetName" = "8:annotation-check.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_09A2C8712B28482CAEF9B7A104B187F6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF8-H.bcmap" - "TargetName" = "8:UniJIS2004-UTF8-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_0B882107E1194CA9A9C67BE077603C84" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-f6a43c10.add55f6e.css" - "TargetName" = "8:chunk-f6a43c10.add55f6e.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_0C60F37B400947EFA7F1075640675E21" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Korea1-0.bcmap" - "TargetName" = "8:Adobe-Korea1-0.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_0C67C348941642909074E6503769262F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBK2K-H.bcmap" - "TargetName" = "8:GBK2K-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_0DBD79806284462E8DB9EEC5E3724ED7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-UCS2.bcmap" - "TargetName" = "8:Adobe-Japan1-UCS2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_0EC577FB01C6456791E03BC520270C3F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\locale\\en-CA\\viewer.properties" - "TargetName" = "8:viewer.properties" - "Tag" = "8:" - "Folder" = "8:_A1A186E1F3364B679D8C61540B660BE2" - "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}:_0ECC500C986B401DAD5913999671F5D3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-3616590d.8c3813c644c840829013.js" - "TargetName" = "8:chunk-3616590d.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_0F70C98BB5B343E9BAC239BFFD5518B1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF32-H.bcmap" - "TargetName" = "8:UniJIS-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_10A087741522475B91A760BD7765B3FC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBT-V.bcmap" - "TargetName" = "8:GBT-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_1147025A8CED45D3AA4A99E5E567F602" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\shadow.png" - "TargetName" = "8:shadow.png" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_12A337E4AB984B148CA1220FC0C671FC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-selectTool.svg" - "TargetName" = "8:secondaryToolbarButton-selectTool.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_12D210ACDDB145028422E39B1A67F92B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF8-H.bcmap" - "TargetName" = "8:UniCNS-UTF8-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_131B3C10B02D466C9FBE3B69A2B3E01A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Ext-V.bcmap" - "TargetName" = "8:Ext-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_135D84F04AB7478C9B5F42D564B1994A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBK2K-V.bcmap" - "TargetName" = "8:GBK2K-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_13C8DE8789BF4B7DB0D68CF78554287D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\404_cloud.0f4bc32b.png" - "TargetName" = "8:404_cloud.0f4bc32b.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_143DFDE53F5C4BE8B9C548323D47CCCE" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\B5pc-H.bcmap" - "TargetName" = "8:B5pc-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_16A9424EBFD9433088C4E659837DBA32" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF8-V.bcmap" - "TargetName" = "8:UniJIS-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_1831CA1B9D6E4ADA9CFCDC3BF7E13355" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKdla-B5-H.bcmap" - "TargetName" = "8:HKdla-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_18E296E6E6964D55A05214A8F16096F0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\50x.html" - "TargetName" = "8:50x.html" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_197D0D8EE1BA4565A4EB8D10690CBE3B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\grab.cur" - "TargetName" = "8:grab.cur" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_19DEAC6B40C049F896689AF62AD3F1B3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LiberationSans-Bold.ttf" - "TargetName" = "8:LiberationSans-Bold.ttf" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_1A012D908BFF48DC9BD3AE393FEF79B3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKdla-B5-V.bcmap" - "TargetName" = "8:HKdla-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_1C27F7A349704A1699AAE798EA9BDD8D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-scrollWrapped.svg" - "TargetName" = "8:secondaryToolbarButton-scrollWrapped.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_1DD42BE2798D49FE85AB27A48E1986E6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-viewOutline.svg" - "TargetName" = "8:toolbarButton-viewOutline.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_1DE3AF8A31984CD09760709C9DAC24EC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-scrollHorizontal.svg" - "TargetName" = "8:secondaryToolbarButton-scrollHorizontal.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_1E5B9E0FADD944CFA1245B06ACAA4312" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-Johab-H.bcmap" - "TargetName" = "8:KSC-Johab-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_1F05A5E713BA4A33B5F2CDAC3D85C158" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSerif.pfb" - "TargetName" = "8:FoxitSerif.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_1F7A6ED569E547DF94F0FBEFD14A73A1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-bookmark.svg" - "TargetName" = "8:toolbarButton-bookmark.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_20E689B1D88B48B9B2883E985E77C530" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISPro-UTF8-V.bcmap" - "TargetName" = "8:UniJISPro-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_21430661C4A04264ADA5ADDD82C4A5AC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-2d0f012d.8c3813c644c840829013.js" - "TargetName" = "8:chunk-2d0f012d.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_219EE5E459B940E2929866BCAA1ECE8C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS2-V.bcmap" - "TargetName" = "8:CNS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_21B391BB78734427971A715E02075A49" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\404.a57b6f31.png" - "TargetName" = "8:404.a57b6f31.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_2282B66B4BCB48BEB0C2631B0C39D2C6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-sidebarToggle.svg" - "TargetName" = "8:toolbarButton-sidebarToggle.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_233C7435A4894FE59C0C96D3E3B008A4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\7862002_hbbwgczx.cn.pem" - "TargetName" = "8:7862002_hbbwgczx.cn.pem" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_23FA416EE295425AAA40BAE243C0D5CB" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-5.bcmap" - "TargetName" = "8:Adobe-Japan1-5.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_25851EFE6ABC4AE38EDD82BD732EED0A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-5.bcmap" - "TargetName" = "8:Adobe-GB1-5.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_25B55B0DE2F345BC9DFE81CBDE8ABBF6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBK-EUC-V.bcmap" - "TargetName" = "8:GBK-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_25B55CFB8B17420D96ACD03ACF9B622F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\logs\\error.log" - "TargetName" = "8:error.log" - "Tag" = "8:" - "Folder" = "8:_90201BE3610F483FAD82348AC9B7FEE7" - "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}:_26051815006240A0809828228014C3FA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\logs\\nginx.pid" - "TargetName" = "8:nginx.pid" - "Tag" = "8:" - "Folder" = "8:_90201BE3610F483FAD82348AC9B7FEE7" - "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}:_27A5DFE8378E4BB784D140F726B36560" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKgccs-B5-H.bcmap" - "TargetName" = "8:HKgccs-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_27AA602128DB416CA696EDE7DD54DBC4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-5869aa4e.8c3813c644c840829013.js" - "TargetName" = "8:chunk-5869aa4e.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_27AD8E7A184546E8A927E8FDD484A262" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-1.bcmap" - "TargetName" = "8:Adobe-CNS1-1.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_2878317C8C034E34A1731D53F68E7CA9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-note.svg" - "TargetName" = "8:annotation-note.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_288A3E27C9524963851B7005F17DCC44" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\ffmpeg-core.wasm" - "TargetName" = "8:ffmpeg-core.wasm" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_28E6D39A03AA49D2A0601166FAD90980" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSansBold.pfb" - "TargetName" = "8:FoxitSansBold.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_29BC0D513BA343DEB985665A4DC59E2B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-324672dc.42e31ba2.css" - "TargetName" = "8:chunk-324672dc.42e31ba2.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_2AEA23F4F2D44490861EDE0024A46286" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UCS2-HW-V.bcmap" - "TargetName" = "8:UniJIS-UCS2-HW-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_2E3A30920D924F889915B3E055D560D9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\unicode2nginx\\koi-utf" - "TargetName" = "8:koi-utf" - "Tag" = "8:" - "Folder" = "8:_6F307E00B8C64697ADCBB3A73484C9EB" - "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}:_2EB1DE0A572949628165B81A2C9AEEF3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-H.bcmap" - "TargetName" = "8:KSC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_2EFA5061698D4C4CAB1CC666A34D8F7F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF32-V.bcmap" - "TargetName" = "8:UniJIS-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_2F117935AFCC4B569A10153D9DD16ACA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-29c13a80.ce1d554b.css" - "TargetName" = "8:chunk-29c13a80.ce1d554b.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_306E0B9840EE44D8A941B6F90ADE6F3C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-viewLayers.svg" - "TargetName" = "8:toolbarButton-viewLayers.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_30A3C9AD731E4873B93542567436C6F7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF32-H.bcmap" - "TargetName" = "8:UniJIS2004-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_30FF55D78C97483DBB531ECC5C3CD277" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-439c3212.3b2b1d9c.css" - "TargetName" = "8:chunk-439c3212.3b2b1d9c.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_31221E56243C4EB0BAA64337E64C2E1F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\scgi_params" - "TargetName" = "8:scgi_params" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_31910D59B9C14FE898DC5B2716DEE183" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-c82a08a2.6927f758.css" - "TargetName" = "8:chunk-c82a08a2.6927f758.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_3306D865CE0A47ECB33FECB0D917AC66" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.sandbox.js" - "TargetName" = "8:pdf.sandbox.js" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_3310A367901C4547890C38BBE50C6E9D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-e201cbfa.8c3813c644c840829013.js" - "TargetName" = "8:chunk-e201cbfa.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_339767EFE2E8456CABD22F42868C2854" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-ab1040ea.8c3813c644c840829013.js" - "TargetName" = "8:chunk-ab1040ea.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_363EF4456F93495DBF11131E5C83A328" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Korea1-UCS2.bcmap" - "TargetName" = "8:Adobe-Korea1-UCS2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_365BE44D947F49EC84450574F776C539" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-2.bcmap" - "TargetName" = "8:Adobe-CNS1-2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_36D0AE640C7D47BD92E9A27AB5BBAA9E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-c9e84ab0.890464df.css" - "TargetName" = "8:chunk-c9e84ab0.890464df.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_37B226E35033453586E6E6E8EF6C8CED" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-spreadOdd.svg" - "TargetName" = "8:secondaryToolbarButton-spreadOdd.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_387511D866214AC4A05963A26632C487" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-02944f40.1e6aa61c.css" - "TargetName" = "8:chunk-02944f40.1e6aa61c.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_39035323F134453FA00432E5E32BE031" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\geo2nginx.pl" - "TargetName" = "8:geo2nginx.pl" - "Tag" = "8:" - "Folder" = "8:_8236767E0D5B452BACF916BF737D9BBD" - "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}:_3930641984434FA58A8CE54FB7315B8C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-3ff81158.8c3813c644c840829013.js" - "TargetName" = "8:chunk-3ff81158.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_39511CC639B04D41A61EB6C56D75C97A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UCS2-V.bcmap" - "TargetName" = "8:UniCNS-UCS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_3ADEFFE0D45746F2B3F007632225F4B2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBpc-EUC-H.bcmap" - "TargetName" = "8:GBpc-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_3B15A99F38854F29B3BF76F3ED484C72" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF16-V.bcmap" - "TargetName" = "8:UniKS-UTF16-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_3C01E04CDCE941DC90DDCA100DD2D553" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-55530d3c.8c3813c644c840829013.js" - "TargetName" = "8:chunk-55530d3c.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_3C25FB2C7FA14D688F3D97540C011FD4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90msp-RKSJ-H.bcmap" - "TargetName" = "8:90msp-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_3CD2E12BAB6344C5893A70A7669FD44E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-c9e84ab0.8c3813c644c840829013.js" - "TargetName" = "8:chunk-c9e84ab0.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_3D9FDAFE002E4181ACEDF21918607071" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-pageDown.svg" - "TargetName" = "8:toolbarButton-pageDown.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_40280B080AFA468989C45300161D5FA4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\viewer.css" - "TargetName" = "8:viewer.css" - "Tag" = "8:" - "Folder" = "8:_23D00C0715054676805CBED5C34FA200" - "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}:_40EE33EC60A14069A9AFF69B127B4FAA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78ms-RKSJ-V.bcmap" - "TargetName" = "8:78ms-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4186FFED381845968B426629EA2937EC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-noicon.svg" - "TargetName" = "8:annotation-noicon.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_41C7AB604527436B9158287C840A2459" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-29c13a80.8c3813c644c840829013.js" - "TargetName" = "8:chunk-29c13a80.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_41CBF0CC05AE4940B792E66F8B766EF5" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-menuArrow.svg" - "TargetName" = "8:toolbarButton-menuArrow.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_41D2F9375AD44C0EAF49B51862C17D4E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKdlb-B5-V.bcmap" - "TargetName" = "8:HKdlb-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_423127C367EE468F9FE6230EECAA86D0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETHK-B5-V.bcmap" - "TargetName" = "8:ETHK-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4497F09C6CCA48F1AAC5373C6FCBDA57" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-EUC-H.bcmap" - "TargetName" = "8:78-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_451722C46570439F8C88CBC70063E2C9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-firstPage.svg" - "TargetName" = "8:secondaryToolbarButton-firstPage.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_453ED51C9B0D45EBAB54F34F20ABEE58" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-insert.svg" - "TargetName" = "8:annotation-insert.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_45513EC0C7D84C489309E0AF2CE763B5" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Katakana.bcmap" - "TargetName" = "8:Katakana.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4596C7BEEC4A4A0393119634E94C1C05" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\83pv-RKSJ-H.bcmap" - "TargetName" = "8:83pv-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_45E18D65BE014F0584B2183F1CEA4008" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETen-B5-H.bcmap" - "TargetName" = "8:ETen-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_45F7C766C42942D5BB49F94007255614" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-spreadEven.svg" - "TargetName" = "8:secondaryToolbarButton-spreadEven.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_4644447EB1A64B3E82631C54FDBDEA2C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-fac8b8de.8c3813c644c840829013.js" - "TargetName" = "8:chunk-fac8b8de.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_46E541147C27478D9991EA6B57EC9D4F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\loading-icon.gif" - "TargetName" = "8:loading-icon.gif" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_46FCFE5A50D84036AF30899EA2A4FCA1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UCS2-V.bcmap" - "TargetName" = "8:UniJIS-UCS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4755E97B951743B0B50BCF4B85835927" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-56757093.8c3813c644c840829013.js" - "TargetName" = "8:chunk-56757093.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_475B141100EB457AB0C160968C0A39D9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKscs-B5-V.bcmap" - "TargetName" = "8:HKscs-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_47918CD61B4F45D284DE93E96047139D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKm314-B5-V.bcmap" - "TargetName" = "8:HKm314-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4916D114009C4FD883C20D08C7D18210" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\unicode2nginx\\unicode-to-nginx.pl" - "TargetName" = "8:unicode-to-nginx.pl" - "Tag" = "8:" - "Folder" = "8:_6F307E00B8C64697ADCBB3A73484C9EB" - "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}:_4932B49C075C4F6B9A1FFF9E5FD9AAFE" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-UCS2.bcmap" - "TargetName" = "8:Adobe-CNS1-UCS2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4992300AB8704E0994256E36565FD7D9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISX0213-UTF32-V.bcmap" - "TargetName" = "8:UniJISX0213-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_49BE2A30B4CA4390A88CB85CBCB867E3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.worker.js" - "TargetName" = "8:pdf.worker.js" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_4ABCAC003DE849E091B2F16EB7BCA379" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitFixedBoldItalic.pfb" - "TargetName" = "8:FoxitFixedBoldItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_4AE999E07E5B43F38B2C7CBF5EDB5F4A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-62b87436.ac0cf86f.css" - "TargetName" = "8:chunk-62b87436.ac0cf86f.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_4B42D5D2D1B14174B2100E7102E03DE9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-44186071.8c3813c644c840829013.js" - "TargetName" = "8:chunk-44186071.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_4CA8A0294B4649D1B72DC5E11DA1E85E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-6.bcmap" - "TargetName" = "8:Adobe-CNS1-6.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4D55F609859C42478D403A5402AB71E1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GB-EUC-H.bcmap" - "TargetName" = "8:GB-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4D68DB675A514E84ADBD76842C830A4A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\unicode2nginx\\win-utf" - "TargetName" = "8:win-utf" - "Tag" = "8:" - "Folder" = "8:_6F307E00B8C64697ADCBB3A73484C9EB" - "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}:_4D85523D08F242CF891B5D87D0486D1D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETHK-B5-H.bcmap" - "TargetName" = "8:ETHK-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4E03494FBE9F430B976A7DDCA61D9382" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.js.map" - "TargetName" = "8:pdf.js.map" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_4E5C4F481080492CB39C940B5CD735FE" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Add-RKSJ-V.bcmap" - "TargetName" = "8:Add-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4F43EA44D9A9439BA8ABA2BD5047D61C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-pageUp.svg" - "TargetName" = "8:toolbarButton-pageUp.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_4F77B24F0E8347929E943F2370A737F2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBTpc-EUC-V.bcmap" - "TargetName" = "8:GBTpc-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4F7A2CB17D5F4DEDA97539412099DAC2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\H.bcmap" - "TargetName" = "8:H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_4FCB472022E9448FB99A6929AB712516" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-rotateCw.svg" - "TargetName" = "8:secondaryToolbarButton-rotateCw.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_5122F4200D8A4D4DA4C7BDB2ADFDEDA2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\locale\\en-US\\viewer.properties" - "TargetName" = "8:viewer.properties" - "Tag" = "8:" - "Folder" = "8:_E26BC38A183B4E3CAB8F3FE52F9FDEBB" - "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}:_5134A2415F904A9EBC2AAC23D6BA71F0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF8-H.bcmap" - "TargetName" = "8:UniJIS-UTF8-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_51EA62DD3B7447FB8D12C6CA640F7DF1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBKp-EUC-H.bcmap" - "TargetName" = "8:GBKp-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_529F3FBCAA3C4A8690ADB8542A9E5875" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.js" - "TargetName" = "8:pdf.js" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_52F2F0D0E0CA4820B3DE98CAFEDEBC8B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCpc-EUC-V.bcmap" - "TargetName" = "8:KSCpc-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_53FEA8309FBC4BC4B5B8429F4A11E3FF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCms-UHC-H.bcmap" - "TargetName" = "8:KSCms-UHC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_551D95A4E8854A168935F2DEFE4E8327" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-460eb5a2.8c3813c644c840829013.js" - "TargetName" = "8:chunk-460eb5a2.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_569DC9A742E442458E17D315439BFCB9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBTpc-EUC-H.bcmap" - "TargetName" = "8:GBTpc-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_5785D09335864D4F8D887797F028688E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSerifBoldItalic.pfb" - "TargetName" = "8:FoxitSerifBoldItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_57F17E6E223249938E1D5290B9BD0C77" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-1.bcmap" - "TargetName" = "8:Adobe-Japan1-1.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_588EBBA354BF4F8B8F58818E2DAE1BED" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-02944f40.8c3813c644c840829013.js" - "TargetName" = "8:chunk-02944f40.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_58DF6424EC8D436BADEBC82CCC6B6C50" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\LICENSE" - "TargetName" = "8:LICENSE" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_58F2AB730D6B4936B016BFC2464A992F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.worker.js.map" - "TargetName" = "8:pdf.worker.js.map" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_5B93CD12423F4200A29E07CD60E0223D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90ms-RKSJ-H.bcmap" - "TargetName" = "8:90ms-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_5D4DA438059841599431E841F7C74E31" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKscs-B5-H.bcmap" - "TargetName" = "8:HKscs-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_5D98C608456B48B6A3F8C76B47563164" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF16-V.bcmap" - "TargetName" = "8:UniJIS-UTF16-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_5E3BF1400A9844EBB502571264371DB9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\index.html" - "TargetName" = "8:index.html" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_5FF658E7E3174570BCAD54FADD9700D1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKdlb-B5-H.bcmap" - "TargetName" = "8:HKdlb-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_601C66A38C1D482CBB32F0D1BF9F0EA8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\treeitem-collapsed.svg" - "TargetName" = "8:treeitem-collapsed.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_60FD346158D94930B150C97855D8EADB" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS-EUC-H.bcmap" - "TargetName" = "8:CNS-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_613E4A5D501D48BAA1BB0B89DAF0322E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF32-V.bcmap" - "TargetName" = "8:UniCNS-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_61F05360D2614C2D96B9BD89DC32E7CD" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSans.pfb" - "TargetName" = "8:FoxitSans.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_62464DA52A924929A113525D6F70D2E7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSerifBold.pfb" - "TargetName" = "8:FoxitSerifBold.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_639F2B4EB4D845BC835E409F8A890E11" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Add-H.bcmap" - "TargetName" = "8:Add-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_64784A99650247909404016275D5573C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-UCS2.bcmap" - "TargetName" = "8:Adobe-GB1-UCS2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_658516BE6BD74ED8B2399328FF9EA539" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LiberationSans-BoldItalic.ttf" - "TargetName" = "8:LiberationSans-BoldItalic.ttf" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_65F09CA62F5F4CC2AB546AEEAEC95FB5" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90msp-RKSJ-V.bcmap" - "TargetName" = "8:90msp-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_6602FE4A90034FDE8B21119C372587DA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-dbe2aac2.24253de6.css" - "TargetName" = "8:chunk-dbe2aac2.24253de6.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_6623EDC8205746C99DC1AA3B281BB00D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\favicon.ico" - "TargetName" = "8:favicon.ico" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_66D13968C97B489193D4A7A76C2ECFAB" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-3.bcmap" - "TargetName" = "8:Adobe-CNS1-3.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_670444396DFD45A8B6AF65BF4C7B2E67" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Hiragana.bcmap" - "TargetName" = "8:Hiragana.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_671D0C281D674F96B1466709819AE662" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-c82a08a2.8c3813c644c840829013.js" - "TargetName" = "8:chunk-c82a08a2.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_67B307ED0FF4401EAF76A0D386483A5C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\fastcgi_params" - "TargetName" = "8:fastcgi_params" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_69611AAC4D7C49D2B0EFAE94392EC719" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCpc-EUC-H.bcmap" - "TargetName" = "8:KSCpc-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_69B8C44B26264E53A0E3B640AC072F31" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-4247bbbd.7d743af9.css" - "TargetName" = "8:chunk-4247bbbd.7d743af9.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_6A2F5D6EF2CE40E089695A9620390528" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF8-H.bcmap" - "TargetName" = "8:UniKS-UTF8-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_6B5F7E385BEA4F5E972C3158A966725F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\CHANGES" - "TargetName" = "8:CHANGES" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_6B984D42EE854200A21057BEA6E39470" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-47288f97.550d706e.css" - "TargetName" = "8:chunk-47288f97.550d706e.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_6D989FE7C5DE4DBFAD6F1ADBF818843F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISX02132004-UTF32-V.bcmap" - "TargetName" = "8:UniJISX02132004-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_6E5B5EE71BDE46E0954C3E81E82E249B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\uwsgi_params" - "TargetName" = "8:uwsgi_params" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_6E731D95D0AA48B08623FD429FA857AC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\webWorker.js" - "TargetName" = "8:webWorker.js" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_6F46DE5A75024DD7BE94F388081308F0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-3.bcmap" - "TargetName" = "8:Adobe-Japan1-3.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_702C49F43D6045FCAE685F287B4FC3D7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-078e498d.8c3813c644c840829013.js" - "TargetName" = "8:chunk-078e498d.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_7035A8E3F74D4FC29C1E58D7F6FD7FF7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UCS2-H.bcmap" - "TargetName" = "8:UniKS-UCS2-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_718AC4546288475C8286BDF52B28E124" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF16-H.bcmap" - "TargetName" = "8:UniKS-UTF16-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_71A59339BE2C4E9BADE3C8267C8C5320" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\locale\\en-GB\\viewer.properties" - "TargetName" = "8:viewer.properties" - "Tag" = "8:" - "Folder" = "8:_D92AE2F467004F24B61269B123EAD3B3" - "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}:_7532EBA82C054435A38A965DD7A17EF7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\head_bg.eeff3da5.png" - "TargetName" = "8:head_bg.eeff3da5.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_7626852A54D0459A8F7629EA92826C18" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISPro-UCS2-HW-V.bcmap" - "TargetName" = "8:UniJISPro-UCS2-HW-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_769DF31459134B8FBDBD5FB1B89750BE" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-5946313a.aa9e17e0.css" - "TargetName" = "8:chunk-5946313a.aa9e17e0.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_7AD80560792E4B6286F93F7D3FF58C15" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-2aecf446.8c3813c644c840829013.js" - "TargetName" = "8:chunk-2aecf446.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_7B6C59206EDD4E6198B3FC6B49306A99" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-handTool.svg" - "TargetName" = "8:secondaryToolbarButton-handTool.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_7BAA6733CA7A433CBD9991A9F4823F2F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-324672dc.8c3813c644c840829013.js" - "TargetName" = "8:chunk-324672dc.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_7D955B871B4A435097869A8E9345C103" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\CHANGES.ru" - "TargetName" = "8:CHANGES.ru" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_7D98BC36421F4171AA5A76A5222A1436" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-55103b13.8c3813c644c840829013.js" - "TargetName" = "8:chunk-55103b13.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_7E6C82AC60CD42D5AD4EFA84193A733F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78ms-RKSJ-H.bcmap" - "TargetName" = "8:78ms-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_7FAC491439DB418A8DB51A90AA13D6C8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\fonts\\element-icons.732389de.ttf" - "TargetName" = "8:element-icons.732389de.ttf" - "Tag" = "8:" - "Folder" = "8:_590A98E0EC3540D89C394A0AB3C3CD3B" - "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}:_7FB6875D93C74E98AFD115BB2EAD29D9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LICENSE_FOXIT" - "TargetName" = "8:LICENSE_FOXIT" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_804B718830C94ED8A6CEA11D3F2D6A5C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF32-V.bcmap" - "TargetName" = "8:UniKS-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_80C77AF1546D4966BCA9EDA47F20491F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-2.bcmap" - "TargetName" = "8:Adobe-GB1-2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_8144F97E40754A51901F5758C621EC44" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-460eb5a2.f8c1311f.css" - "TargetName" = "8:chunk-460eb5a2.f8c1311f.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_81517FD4CA0F4F56BD4A8F105F786E57" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\B5pc-V.bcmap" - "TargetName" = "8:B5pc-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_827E2D2872CF43458371A0465013D154" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Korea1-1.bcmap" - "TargetName" = "8:Adobe-Korea1-1.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_82CBF6FFEACC4D2A8027030C9E4CD8AF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBT-EUC-H.bcmap" - "TargetName" = "8:GBT-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_82EACDED19B749258AF8866681ED5095" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Roman.bcmap" - "TargetName" = "8:Roman.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_8385111A5FEE4841AB4181F1A6647F55" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSerifItalic.pfb" - "TargetName" = "8:FoxitSerifItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_842D84E667C34C2A9F13B18011268E29" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKm314-B5-H.bcmap" - "TargetName" = "8:HKm314-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_849BE262B05A49DD92C33F5EC5B45FEB" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-EUC-V.bcmap" - "TargetName" = "8:78-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_85721A27D26E4F538F9DC6DC57D8304E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UCS2-H.bcmap" - "TargetName" = "8:UniGB-UCS2-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_85AE5CE38A134F8FB2E505F795D202A3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBK-EUC-H.bcmap" - "TargetName" = "8:GBK-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_86AB5687A494443CBFEF20B03073F9C8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-2.bcmap" - "TargetName" = "8:Adobe-Japan1-2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_87407D6EFAC64075AA7F1F5EBF10A9A6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\vim\\ftdetect\\nginx.vim" - "TargetName" = "8:nginx.vim" - "Tag" = "8:" - "Folder" = "8:_D3AFF1D3E4AF4823900E8470552862C7" - "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}:_87714EF102F244D38AFFA8E3912320E4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\IR.5a471057.png" - "TargetName" = "8:IR.5a471057.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_87A1894E93164E129EEEC1267115F398" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Add-V.bcmap" - "TargetName" = "8:Add-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_881369BDFF06485FB98689142BDD5197" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-4.bcmap" - "TargetName" = "8:Adobe-CNS1-4.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_8AC0BFFE94B342D99584DE113CF73EAD" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-spreadNone.svg" - "TargetName" = "8:secondaryToolbarButton-spreadNone.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_8CC25FA043114CF1886F26674D54098F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETenms-B5-V.bcmap" - "TargetName" = "8:ETenms-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_8D5147C64E984A27AF0AB4D5FF33F028" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Korea1-2.bcmap" - "TargetName" = "8:Adobe-Korea1-2.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_8D69B6D57ADD44DFA4F305CB6E5CFA42" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\app.8c3813c644c840829013.js" - "TargetName" = "8:app.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_8E099434039A4A448421D6F260B462E2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKgccs-B5-V.bcmap" - "TargetName" = "8:HKgccs-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_902821D3A6214160B6F3E8492A79B198" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS1-V.bcmap" - "TargetName" = "8:CNS1-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_907AEB2E051748CA9946E525C3AD7332" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF8-H.bcmap" - "TargetName" = "8:UniGB-UTF8-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_908920BD171A4522AE3188B139BFBC7D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF8-V.bcmap" - "TargetName" = "8:UniJIS2004-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9191195DBA7446B28D3E1207A3751D72" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-lastPage.svg" - "TargetName" = "8:secondaryToolbarButton-lastPage.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_921AA0ABC8D540C59158C47CFF83C50A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UCS2-V.bcmap" - "TargetName" = "8:UniKS-UCS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9295EEF6A4E84551AC08A4379356270B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UTF16-H.bcmap" - "TargetName" = "8:UniJIS-UTF16-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_93A94743110545BC8B4234FCEA981BE2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF8-V.bcmap" - "TargetName" = "8:UniKS-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_94654BFBCC69491D84997D93A4578BAE" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-Johab-V.bcmap" - "TargetName" = "8:KSC-Johab-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_94A23413D7804F5FA6B13DEA07A11BE4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90ms-RKSJ-V.bcmap" - "TargetName" = "8:90ms-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_94B4E99D3A904BDBAC3F54ED4BA05ACA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-1fcf1522.8c3813c644c840829013.js" - "TargetName" = "8:chunk-1fcf1522.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_94E8130274A24AEFA190032669CF4FB9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSansItalic.pfb" - "TargetName" = "8:FoxitSansItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_95DCC175B28349EAB685FFBAF3E4BA17" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\7862002_hbbwgczx.cn.key" - "TargetName" = "8:7862002_hbbwgczx.cn.key" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_968D6906A1254F22AB6AE5C59A51DDD7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-RKSJ-V.bcmap" - "TargetName" = "8:78-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_980C68BE25F04D1BB79C0E1EE0C96731" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitFixedItalic.pfb" - "TargetName" = "8:FoxitFixedItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_987CFBF6631E49538F93664051297A94" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-deb8e494.8c3813c644c840829013.js" - "TargetName" = "8:chunk-deb8e494.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_990CAD02E2DC485DB69C6E21B7BEDDF8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-1.bcmap" - "TargetName" = "8:Adobe-GB1-1.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_99CB3CCF27CE42409CA9909C910AA36A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\debugger.js" - "TargetName" = "8:debugger.js" - "Tag" = "8:" - "Folder" = "8:_23D00C0715054676805CBED5C34FA200" - "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}:_9A3DEBE9369F4B148DFEE12AFB42D72C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF32-H.bcmap" - "TargetName" = "8:UniGB-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9A91B34C9F1E4B79B27D0EE744CE1E64" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF32-V.bcmap" - "TargetName" = "8:UniGB-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9AB9E722F83A4404B3EF99C472A4F608" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-currentOutlineItem.svg" - "TargetName" = "8:toolbarButton-currentOutlineItem.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_9B744DE50ECC4C759D97C09ABADAE4AD" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\locale\\locale.properties" - "TargetName" = "8:locale.properties" - "Tag" = "8:" - "Folder" = "8:_C8DE098B577C4AAE85D83BDC48104352" - "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}:_9BC35D62F14B4F0D8DB4985A967752F6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISX02132004-UTF32-H.bcmap" - "TargetName" = "8:UniJISX02132004-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9C01617A2AA942678E79A4E1A88B287F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\nginx.conf" - "TargetName" = "8:nginx.conf" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_9C105530870A4C56B642B42A372D4B81" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Ext-H.bcmap" - "TargetName" = "8:Ext-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9C35178EF2D54A3FA0E7DC71CA4AF0FC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\README" - "TargetName" = "8:README" - "Tag" = "8:" - "Folder" = "8:_8236767E0D5B452BACF916BF737D9BBD" - "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}:_9C7C62B3F00C4FB593D0B9F930254834" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF16-V.bcmap" - "TargetName" = "8:UniGB-UTF16-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9D0ACADC6B4C4B119C6D83C946FF4589" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-H.bcmap" - "TargetName" = "8:78-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9D732A9ECBFA48EE9D76055CE973F94D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-bda7db16.8c3813c644c840829013.js" - "TargetName" = "8:chunk-bda7db16.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_9DF2DDF1C445404AA2EDFEBDF6CB8F86" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-4.bcmap" - "TargetName" = "8:Adobe-Japan1-4.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9E9A9A1F0DEB4D4780FB572BEA1926A2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GB-EUC-V.bcmap" - "TargetName" = "8:GB-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9F66DC2BF829464D86D3250A7F784E06" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90pv-RKSJ-V.bcmap" - "TargetName" = "8:90pv-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9F77DA21F62D446C9F8AA3D08DAC6117" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\loading-dark.svg" - "TargetName" = "8:loading-dark.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_9FAD7082DC4446AE9C767252B1BF6F56" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF32-V.bcmap" - "TargetName" = "8:UniJIS2004-UTF32-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_9FFBF05AED7449D5808A88ACEBDD507D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UCS2-V.bcmap" - "TargetName" = "8:UniGB-UCS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_A2663CEA47F5402188FD478060FEBBE0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\logs\\access.log" - "TargetName" = "8:access.log" - "Tag" = "8:" - "Folder" = "8:_90201BE3610F483FAD82348AC9B7FEE7" - "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}:_A27DD3B9725045F59139C17ABDE12FE7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UCS2-HW-H.bcmap" - "TargetName" = "8:UniJIS-UCS2-HW-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_A392A12FDFE0493EAB75D7C9A84D70C2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\fonts\\element-icons.535877f5.woff" - "TargetName" = "8:element-icons.535877f5.woff" - "Tag" = "8:" - "Folder" = "8:_590A98E0EC3540D89C394A0AB3C3CD3B" - "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}:_A43AE65EA3924BCCAC84B07AC34D2B45" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-6.bcmap" - "TargetName" = "8:Adobe-Japan1-6.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_A5474DA58B234A77BFCADDB1C6E06E06" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\fastcgi.conf" - "TargetName" = "8:fastcgi.conf" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_A54B860B3BD24723A3301656AFFCD124" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-3e3283e6.8c3813c644c840829013.js" - "TargetName" = "8:chunk-3e3283e6.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_A5AD13D11E9745A480E95591012D1C48" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\app.53b5a12b.css" - "TargetName" = "8:app.53b5a12b.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_A5E3738F6A01489E9F11AAE9DC15F6AA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\viewer.js" - "TargetName" = "8:viewer.js" - "Tag" = "8:" - "Folder" = "8:_23D00C0715054676805CBED5C34FA200" - "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}:_A64939F64AD548A186629FB620DE5661" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-c971a4b6.5e2d9326.css" - "TargetName" = "8:chunk-c971a4b6.5e2d9326.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_A782F5E96FD5426B8D80DF6E5C1EC2AF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-scrollVertical.svg" - "TargetName" = "8:secondaryToolbarButton-scrollVertical.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_A850665D898E4C1EBF939D945BBED147" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-0.bcmap" - "TargetName" = "8:Adobe-GB1-0.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_A925A15491C940D691A19FB7FE8E4EF3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-viewAttachments.svg" - "TargetName" = "8:toolbarButton-viewAttachments.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_A9DA32B3C1444DC8BEF480B7D4E882E6" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GB-H.bcmap" - "TargetName" = "8:GB-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_A9F68193456F44C793CED0859B6132D7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS-UCS2-H.bcmap" - "TargetName" = "8:UniJIS-UCS2-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_AA234C20746644DB83512B36D102637D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\B5-V.bcmap" - "TargetName" = "8:B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_AB45760431284852B2437E729135B66A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-439c3212.8c3813c644c840829013.js" - "TargetName" = "8:chunk-439c3212.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_AD36E823E16A478081A4CDED61915BB9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\vim\\indent\\nginx.vim" - "TargetName" = "8:nginx.vim" - "Tag" = "8:" - "Folder" = "8:_D639649B73B04629B0CBCA7E77054B31" - "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}:_ADA62EF33DBF4526A69E8556F14F9FCB" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBKp-EUC-V.bcmap" - "TargetName" = "8:GBKp-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_ADAD3FA49D4F4C3D93E2AEE81F0CF850" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-V.bcmap" - "TargetName" = "8:KSC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_ADF951F5BAF84D3DB5E4C6EA07E7A1CC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\nginx.temp.conf" - "TargetName" = "8:nginx.temp.conf" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_AE596F57B63348E7B8F275C670702645" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\NWP-V.bcmap" - "TargetName" = "8:NWP-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_AFC95EE573944E3396831E54624560B2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-V.bcmap" - "TargetName" = "8:78-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B0896D7923D84BD69E02C51339A26D61" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\ffmpeg-core.js" - "TargetName" = "8:ffmpeg-core.js" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_B154C655BD3A48F1B58A1EA0ADE72933" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\bg.fea054b1.jpg" - "TargetName" = "8:bg.fea054b1.jpg" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_B1AB6A716EBA40E1877F92AFE65708E7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETenms-B5-H.bcmap" - "TargetName" = "8:ETenms-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B22353B9443C4157B5F70511C690D15A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\login-bg.e7bb606e.png" - "TargetName" = "8:login-bg.e7bb606e.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_B23B4B54BDAC4F039100B716E80E3FC2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-deb8e494.ceca3d5b.css" - "TargetName" = "8:chunk-deb8e494.ceca3d5b.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_B2E6F63BA3D14FBEBDD3FEC3DB212F86" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\zzlogo3.531e9c00.png" - "TargetName" = "8:zzlogo3.531e9c00.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_B3DA2277D49043DC80F65891A28A8FE5" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-documentProperties.svg" - "TargetName" = "8:secondaryToolbarButton-documentProperties.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_B4369B480B654B18813514599F1DDA46" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKm471-B5-V.bcmap" - "TargetName" = "8:HKm471-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B49BFCFEA2A3409A924A36B478146E78" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\zzlogo2.2801f8ef.png" - "TargetName" = "8:zzlogo2.2801f8ef.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_B49C58EC38A24D19BCD30CC329401D5C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF32-H.bcmap" - "TargetName" = "8:UniCNS-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B4F4CE2E114249DA9971677C2EC2681F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-9ea55b60.8c3813c644c840829013.js" - "TargetName" = "8:chunk-9ea55b60.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_B538DF224418406490E563EDC26CA83A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-presentationMode.svg" - "TargetName" = "8:toolbarButton-presentationMode.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_B577840DADE0471188DDE6252E9CBCAF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-4efe9016.dc65ee19.css" - "TargetName" = "8:chunk-4efe9016.dc65ee19.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_B5EBBD42301842D5A85AD7A507356397" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-vendors.8c3813c644c840829013.js" - "TargetName" = "8:chunk-vendors.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_B6393D23C0D142729E784D2BE8470F31" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Ext-RKSJ-H.bcmap" - "TargetName" = "8:Ext-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B6A772F7D42A47E28600D9B94E520DD4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-47288f97.8c3813c644c840829013.js" - "TargetName" = "8:chunk-47288f97.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_B74A8B7D43224F659B1EC3AE200BE708" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LICENSE_LIBERATION" - "TargetName" = "8:LICENSE_LIBERATION" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_B7A11112D6AF43D3893BA77CA04AA9A8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\RKSJ-V.bcmap" - "TargetName" = "8:RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B8AADFAB99BD41F19682D1B9B7D21BA2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\WP-Symbol.bcmap" - "TargetName" = "8:WP-Symbol.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B8B9BC4A65FF43C184B8F58408A405FA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-5.bcmap" - "TargetName" = "8:Adobe-CNS1-5.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B9952ADD6265466591668A86D406F3E0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\LICENSE" - "TargetName" = "8:LICENSE" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_B9E480F7B3094C7C8AD033E993576E49" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBT-H.bcmap" - "TargetName" = "8:GBT-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_BA8A8784F9324979A71E799853FA1DA0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISX0213-UTF32-H.bcmap" - "TargetName" = "8:UniJISX0213-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_BAE96C250EB3439F98FA4A7DA611ECA2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-openFile.svg" - "TargetName" = "8:toolbarButton-openFile.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_BB057ACF0F904C3F88DA9FFD25478BAF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCms-UHC-V.bcmap" - "TargetName" = "8:KSCms-UHC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_BD5218A80A92454684CFF2B51386C4DA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS2-H.bcmap" - "TargetName" = "8:CNS2-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_BFC9A976136E43D9B067C50BE5132C5E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GB-V.bcmap" - "TargetName" = "8:GB-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_C03018A9B509499BB3B40CB6D3E2EB39" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-CNS1-0.bcmap" - "TargetName" = "8:Adobe-CNS1-0.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_C03D1C8F82F049DC9A8134CF76780ABF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\OpenSSL.LICENSE" - "TargetName" = "8:OpenSSL.LICENSE" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_C0A75A66C56F4CB99FCAF8D899C7AB1A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\EUC-V.bcmap" - "TargetName" = "8:EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_C0A9214EFBA947819D2A19D47703EF3C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF16-V.bcmap" - "TargetName" = "8:UniJIS2004-UTF16-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_C0D208AFA67D4A069A919F2DC2674A98" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\koi-win" - "TargetName" = "8:koi-win" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_C23A735730004150A6E6DD5EB8B5D133" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-d148a9aa.8c3813c644c840829013.js" - "TargetName" = "8:chunk-d148a9aa.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_C5310B9927A44434ACDDA6BACDF548C1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-c971a4b6.8c3813c644c840829013.js" - "TargetName" = "8:chunk-c971a4b6.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_C6146EB8D5054B76905289B6021BCEF9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-d148a9aa.e44c946f.css" - "TargetName" = "8:chunk-d148a9aa.e44c946f.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_C6C03E102FAE47BDB10866698B9BDDBC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\vim\\syntax\\nginx.vim" - "TargetName" = "8:nginx.vim" - "Tag" = "8:" - "Folder" = "8:_6AF14F8431D246888E3177F36E92B633" - "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}:_C6E19D6291784D81B64EEFFBCD8F9500" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\findbarButton-next.svg" - "TargetName" = "8:findbarButton-next.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_C70913E52B4D47D18503D6367EFA33D1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-4247bbbd.8c3813c644c840829013.js" - "TargetName" = "8:chunk-4247bbbd.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_C78C721C8F2C49B8A727A5E41AA0B859" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-fac8b8de.db98db3a.css" - "TargetName" = "8:chunk-fac8b8de.db98db3a.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_C78D137C9C1049AF8FD352B2667AEC9B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-3e3283e6.b220fbca.css" - "TargetName" = "8:chunk-3e3283e6.b220fbca.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_C80AA22BCEAF48D89E1E748DB2FA86D9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-ab1040ea.3da2f20c.css" - "TargetName" = "8:chunk-ab1040ea.3da2f20c.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_C89F8F01C64C4A189B8EF870B4CA2E6A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS1-H.bcmap" - "TargetName" = "8:CNS1-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_C8A2FDE286184A66BB7057C2023BE6BC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-search.svg" - "TargetName" = "8:toolbarButton-search.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_C8EA2F03EB5441098C332B96CFDC9E89" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\README" - "TargetName" = "8:README" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_CA035ADD423E4122A2D8D5ABFD661128" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UCS2-H.bcmap" - "TargetName" = "8:UniCNS-UCS2-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_CC52BFD65FF24565B411E06CE94689A2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\loading.svg" - "TargetName" = "8:loading.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_CC81CBC914F748A2BC683196C7F16FAC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\contrib\\vim\\ftplugin\\nginx.vim" - "TargetName" = "8:nginx.vim" - "Tag" = "8:" - "Folder" = "8:_B5EACFD796C14F859B05415DAEEB42E8" - "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}:_CE8416590EA84369997D285CE377161C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-rotateCcw.svg" - "TargetName" = "8:secondaryToolbarButton-rotateCcw.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_CF996D170A17476A86977091353C1B95" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\koi-utf" - "TargetName" = "8:koi-utf" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_D116E044F11449BCAD5B2AA787446429" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\win-utf" - "TargetName" = "8:win-utf" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_D35A254832EA402B9AF1871D4CBB2F15" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF8-V.bcmap" - "TargetName" = "8:UniCNS-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D376F5F855E74E6791A5AF24B117598E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\dicomCodecs.js" - "TargetName" = "8:dicomCodecs.js" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_D4B1470F24724758941FD851726CE585" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-55103b13.e00785e7.css" - "TargetName" = "8:chunk-55103b13.e00785e7.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_D58CECF4541142FB8163F8BA870DA1E1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJIS2004-UTF16-H.bcmap" - "TargetName" = "8:UniJIS2004-UTF16-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D5EE0E2A99CC43AAB1C2393736C6C1E0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\RKSJ-H.bcmap" - "TargetName" = "8:RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D6166B2683D14E30B9176CF350FCB35F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\90pv-RKSJ-H.bcmap" - "TargetName" = "8:90pv-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D651B7C14ECF4E8DAB85FBF44C4E7EF0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\viewer.js.map" - "TargetName" = "8:viewer.js.map" - "Tag" = "8:" - "Folder" = "8:_23D00C0715054676805CBED5C34FA200" - "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}:_D6876C6B66A84C84B2F038BE1F129F51" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\NWP-H.bcmap" - "TargetName" = "8:NWP-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D6B511E9171044308CB9BC7BFD08C167" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\PM.1c4496d5.png" - "TargetName" = "8:PM.1c4496d5.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_D7D4CD4010BD412A9D234D7363F4C65C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\secondaryToolbarButton-scrollPage.svg" - "TargetName" = "8:secondaryToolbarButton-scrollPage.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_D86AF2F7A4C74A4ABCA88BE904073B3E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitDingbats.pfb" - "TargetName" = "8:FoxitDingbats.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_D8BA80E63B854C6BAEE5FBD5D35CA3DF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\HKm471-B5-H.bcmap" - "TargetName" = "8:HKm471-B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D9D01F825E014B579D09192757B11F81" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniKS-UTF32-H.bcmap" - "TargetName" = "8:UniKS-UTF32-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_D9E155CD41B047F4905786A2D8246FAA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-Japan1-0.bcmap" - "TargetName" = "8:Adobe-Japan1-0.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_DA857A8DE15F437495B93E0781DEAAA2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-3616590d.51d251b7.css" - "TargetName" = "8:chunk-3616590d.51d251b7.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_DB26A587FE084D62A58E7E8AEC9C24F3" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-3ff81158.0c29c600.css" - "TargetName" = "8:chunk-3ff81158.0c29c600.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_DBB810E539034122998FE96D0CBE1E66" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-4efe9016.8c3813c644c840829013.js" - "TargetName" = "8:chunk-4efe9016.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_DC3F7A39128346848AE26723311DCC8D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-10b65d36.8c3813c644c840829013.js" - "TargetName" = "8:chunk-10b65d36.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_DD182890C6A743218DD614C2C001C9BC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-newparagraph.svg" - "TargetName" = "8:annotation-newparagraph.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_DDC5D6912CC741F687325AF899BB8E55" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-key.svg" - "TargetName" = "8:annotation-key.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_E0447E94A9ED4ABF8F7189DDA8ED491D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitFixedBold.pfb" - "TargetName" = "8:FoxitFixedBold.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_E0A3C5EFA81441E294EBEB9A506BE22D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\viewer.html" - "TargetName" = "8:viewer.html" - "Tag" = "8:" - "Folder" = "8:_23D00C0715054676805CBED5C34FA200" - "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}:_E16037E05DFC4F2C9D5EE2A0CED8C9C0" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-EUC-H.bcmap" - "TargetName" = "8:KSC-EUC-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_E28E8478C96F4265BEB4108D0818B148" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-62b87436.8c3813c644c840829013.js" - "TargetName" = "8:chunk-62b87436.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_E3525553BC5D4E79B448DF5F18D036FF" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-9ea55b60.95aa9b24.css" - "TargetName" = "8:chunk-9ea55b60.95aa9b24.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_E3DE36B4EA2744359C77DE72E125049F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-download.svg" - "TargetName" = "8:toolbarButton-download.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_E52BDF62D2714FF495C8E93F3A2223A2" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-078e498d.db14793c.css" - "TargetName" = "8:chunk-078e498d.db14793c.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_E569527FE0E64DB480303C71F80EFFF9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\docs\\PCRE.LICENCE" - "TargetName" = "8:PCRE.LICENCE" - "Tag" = "8:" - "Folder" = "8:_C10C31FBA35D4053A3F611EA6EFDD417" - "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}:_E56DCED53CB84F0E8DEDA486CD61D153" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Add-RKSJ-H.bcmap" - "TargetName" = "8:Add-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_E6387D327AB74D12A0A8C462625EDA96" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\V.bcmap" - "TargetName" = "8:V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_E66ADABBD35E4D23B5D2522641CB9C08" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\conf\\mime.types" - "TargetName" = "8:mime.types" - "Tag" = "8:" - "Folder" = "8:_85838C01E592496DB97056513D44D3BD" - "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}:_E74FF784637F44AAA92CC4CF173C2D8B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-44186071.70873857.css" - "TargetName" = "8:chunk-44186071.70873857.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_E86F6666535B41D0AAE5C63FF10268AA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\nginx.exe" - "TargetName" = "8:nginx.exe" - "Tag" = "8:" - "Folder" = "8:_BB7358F52A924AFB8E0F7EE71F1B81F7" - "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}:_E874CC451B9546C9A9EB1117A1558AA9" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\78-RKSJ-H.bcmap" - "TargetName" = "8:78-RKSJ-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_EB19F2D56F0E448FB703B679FB021827" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Ext-RKSJ-V.bcmap" - "TargetName" = "8:Ext-RKSJ-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_EBE88E31EE7A4095BBCFFA0E5391C66B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\CNS-EUC-V.bcmap" - "TargetName" = "8:CNS-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_ED927672194E4177A1763DEEDA968F0D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LiberationSans-Regular.ttf" - "TargetName" = "8:LiberationSans-Regular.ttf" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_EEA37E9D21BE4C7B8BCEC97013EFC7D7" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\grabbing.cur" - "TargetName" = "8:grabbing.cur" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_EEF3B451F2D64213B0B04613F714A94A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\ETen-B5-V.bcmap" - "TargetName" = "8:ETen-B5-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_EF3CB995C01D4643BB7F1EBD06FCABDA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitSansBoldItalic.pfb" - "TargetName" = "8:FoxitSansBoldItalic.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_EFED082D77FF4AC3852141C2878A5B47" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\B5-H.bcmap" - "TargetName" = "8:B5-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_EFFB481A6A23422B9EA5239D7A199301" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Hankaku.bcmap" - "TargetName" = "8:Hankaku.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F04D05D453314B5A918A92FE7A6FF4EA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-76ddb266.8c3813c644c840829013.js" - "TargetName" = "8:chunk-76ddb266.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_F095DD321B974322A837A16E2196D55F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\QC.0b5cd448.png" - "TargetName" = "8:QC.0b5cd448.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_F0A2953B4E6B443A8CDB88B752598299" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSCms-UHC-HW-V.bcmap" - "TargetName" = "8:KSCms-UHC-HW-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F1305F0E50F341FD9117F68E3E9BC3BA" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\locale\\zh-CN\\viewer.properties" - "TargetName" = "8:viewer.properties" - "Tag" = "8:" - "Folder" = "8:_075BAB9C99AA4E37B3BA92543171BDFD" - "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}:_F177DA73F2294B9DA333B25753879A19" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\CRC.74ed00c3.png" - "TargetName" = "8:CRC.74ed00c3.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_F1B06839ED1D4AFF97607A1225584B55" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniJISPro-UCS2-V.bcmap" - "TargetName" = "8:UniJISPro-UCS2-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F1ECB7C778E943AB88BBC883F1DAC926" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-7b7f8780.8c3813c644c840829013.js" - "TargetName" = "8:chunk-7b7f8780.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_F2926320D0FD4DBFA330B79AB615588E" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\Adobe-GB1-3.bcmap" - "TargetName" = "8:Adobe-GB1-3.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F30A13600D02448E832221C1DF23BB54" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-comment.svg" - "TargetName" = "8:annotation-comment.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_F431346926DA412A961C38A0AA52EDE1" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF16-V.bcmap" - "TargetName" = "8:UniCNS-UTF16-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F4C763731A634749837B6F1C3E8DD606" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\js\\chunk-dbe2aac2.8c3813c644c840829013.js" - "TargetName" = "8:chunk-dbe2aac2.8c3813c644c840829013.js" - "Tag" = "8:" - "Folder" = "8:_2CC19A7EB243499B9200E4D9C84A2008" - "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}:_F5703B70325D401BAB190230DCA3E903" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\LICENSE" - "TargetName" = "8:LICENSE" - "Tag" = "8:" - "Folder" = "8:_16DA1AFB49784F4BA57B002C68039A26" - "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}:_F6015B8E53E841EEAAAD9E881088A857" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\GBpc-EUC-V.bcmap" - "TargetName" = "8:GBpc-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F746B6192F504D8D93A6DDA71D4BF3D4" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\build\\pdf.sandbox.js.map" - "TargetName" = "8:pdf.sandbox.js.map" - "Tag" = "8:" - "Folder" = "8:_46E9F59615564E2383023A4FCDDCF6A9" - "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}:_F777A1A0430B4FD692F28D7B10B459B8" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-secondaryToolbarToggle.svg" - "TargetName" = "8:toolbarButton-secondaryToolbarToggle.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_F79B7082E6C847899C03746D128EE9FC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-56757093.40ab7ea7.css" - "TargetName" = "8:chunk-56757093.40ab7ea7.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_F822E533532849E2A007D67A47309750" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\ffmpeg-core.worker.js" - "TargetName" = "8:ffmpeg-core.worker.js" - "Tag" = "8:" - "Folder" = "8:_B479BD3E1FE8492996D79BC1B36CE085" - "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}:_F8CF8D6500994952A5B92018B539E925" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-paragraph.svg" - "TargetName" = "8:annotation-paragraph.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_F90949158CD7463F9756FC438CBC9107" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-print.svg" - "TargetName" = "8:toolbarButton-print.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_F925FB2EB2E2476A8AE2AE403D7DC034" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniGB-UTF8-V.bcmap" - "TargetName" = "8:UniGB-UTF8-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_F9EF381A60364BEB96FEB27B3F35B655" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\treeitem-expanded.svg" - "TargetName" = "8:treeitem-expanded.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_FA31D15577A840C09FFA214E25BB6F9A" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\FoxitFixed.pfb" - "TargetName" = "8:FoxitFixed.pfb" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_FA96A5C6BD0848F99392C2DFEBA220AC" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-zoomIn.svg" - "TargetName" = "8:toolbarButton-zoomIn.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_FBC583E72A564A2B8D04387AC8D3AA5D" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\standard_fonts\\LiberationSans-Italic.ttf" - "TargetName" = "8:LiberationSans-Italic.ttf" - "Tag" = "8:" - "Folder" = "8:_62AC0FE227A949E6AC824E5687685DE9" - "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}:_FBD77803A1F9437D8270C44C5DB91C3C" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\UniCNS-UTF16-H.bcmap" - "TargetName" = "8:UniCNS-UTF16-H.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_FC082446D4A84605BD44397536EDB47B" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\img\\MIM.3031a34e.png" - "TargetName" = "8:MIM.3031a34e.png" - "Tag" = "8:" - "Folder" = "8:_0C9B993CEB89481A832C7955C5732AFC" - "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}:_FC29DDC284064561AF9DBF309CC0E101" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-1fcf1522.b3e98607.css" - "TargetName" = "8:chunk-1fcf1522.b3e98607.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_FC2FA8EF8CB14EB7A7A4120394116575" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\cmaps\\KSC-EUC-V.bcmap" - "TargetName" = "8:KSC-EUC-V.bcmap" - "Tag" = "8:" - "Folder" = "8:_0D9525B010ED46D581B86349EEB4E668" - "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}:_FD1B61A7AB41405CB892527C138BE092" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\toolbarButton-zoomOut.svg" - "TargetName" = "8:toolbarButton-zoomOut.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_FE1E5A4F29994C0A8679E426A63A538F" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-76ddb266.1a5469f7.css" - "TargetName" = "8:chunk-76ddb266.1a5469f7.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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}:_FE2121A38ED04B19AA1EF93D25AA1841" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\pdfjs\\web\\images\\annotation-help.svg" - "TargetName" = "8:annotation-help.svg" - "Tag" = "8:" - "Folder" = "8:_A64A7C0D722A4607BF92220B998B6D55" - "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}:_FE3A49A020E44F2A8AF83FFF763B9989" - { - "SourcePath" = "8:..\\Start\\bin\\Debug\\net6.0-windows\\nginx-1.20.1\\html\\static\\css\\chunk-bda7db16.48c554d3.css" - "TargetName" = "8:chunk-bda7db16.48c554d3.css" - "Tag" = "8:" - "Folder" = "8:_9EFA65F22F4245B590DF905718D0709C" - "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" { } "Folder" { - "{1525181F-901A-416C-8A58-119130FE478E}:_3237556489F94B58A0786EE057C8EE4B" - { - "Name" = "8:#1916" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:DesktopFolder" - "Folders" - { - } - } - "{1525181F-901A-416C-8A58-119130FE478E}:_82D2C86681914EB6A162D41CC5C48785" + "{1525181F-901A-416C-8A58-119130FE478E}:_60FA83C992754A1B8BF679093C1C4F14" { "Name" = "8:#1919" "AlwaysCreate" = "11:FALSE" @@ -10044,7 +91,7 @@ { } } - "{3C67513D-01DD-4637-8A68-80971EB9504F}:_8A7DA01D12674C438081CD4847BE4C81" + "{3C67513D-01DD-4637-8A68-80971EB9504F}:_6E9287D3322D4BEBAEB7649868E0D282" { "DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]" "Name" = "8:#1925" @@ -10054,391 +101,17 @@ "Property" = "8:TARGETDIR" "Folders" { - "{9EF0B969-E518-4E46-987F-47570745A589}:_AC66604C63894019B99A1FD37AAC7F8C" - { - "Name" = "8:IRacIS.NetCore.API" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_B415B3171AFE42AEB65A773CB29B61D6" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_BB7358F52A924AFB8E0F7EE71F1B81F7" - { - "Name" = "8:nginx-1.20.1" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_AC5CE530A08B4578B3598762CE7AABAC" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_2BEB58D224F9400AB52C2081DA5A117F" - { - "Name" = "8:temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_42E8D1CDBD354267A76A7BBF99E520CE" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_2665507EF96046C59375FD923A877258" - { - "Name" = "8:uwsgi_temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_426ACB276FFA4EE9A4EB97828351EC08" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_85C4CC52D38644818409DCE563C60834" - { - "Name" = "8:client_body_temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_70A32C4845B84F4398CFA09F688BCF95" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_93B0942C77464ED5B982AEDFA91293E8" - { - "Name" = "8:scgi_temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_F8C9DB889CB34E7D86EE8215AABBE11D" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_B7B82DA084B44B23B2384F96BF4E02BF" - { - "Name" = "8:fastcgi_temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_16E5FD2DAB044CA182B764F8E7AF720D" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_BB60E05A09E14E1983F55511B7032876" - { - "Name" = "8:proxy_temp" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_DFB663E4BC2B47FE8FF95CC6C501D4FB" - "Folders" - { - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_8236767E0D5B452BACF916BF737D9BBD" - { - "Name" = "8:contrib" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_C3096944FAC54278981FB33E1A8756E1" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_28F89BCEC4F24480BC724867CD9057EE" - { - "Name" = "8:vim" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_7345073ABA7F45CD88D0A0702CB106C2" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_6AF14F8431D246888E3177F36E92B633" - { - "Name" = "8:syntax" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_100D0C5431FF41C69A9CE1CAE0A6E187" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_B5EACFD796C14F859B05415DAEEB42E8" - { - "Name" = "8:ftplugin" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_B18A8E56CF8843E4ABCAB68A677138EE" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_D3AFF1D3E4AF4823900E8470552862C7" - { - "Name" = "8:ftdetect" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_01E6885EE6504E05A9704B4C934B2A15" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_D639649B73B04629B0CBCA7E77054B31" - { - "Name" = "8:indent" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_1C2B39E55AFC4736A90BA23894946A36" - "Folders" - { - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_6F307E00B8C64697ADCBB3A73484C9EB" - { - "Name" = "8:unicode2nginx" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_98B090A16D4545ECA7C8FF6437C79830" - "Folders" - { - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_85838C01E592496DB97056513D44D3BD" - { - "Name" = "8:conf" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_9437347C03CA4573A770156EDAA5BC60" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_90201BE3610F483FAD82348AC9B7FEE7" - { - "Name" = "8:logs" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_7CA1F545D70B4AE0BC02BC6BC04189E4" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_B479BD3E1FE8492996D79BC1B36CE085" - { - "Name" = "8:html" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_8C4B0E4F81364EBCAFA38E3CA2E4FD8E" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_7DDE04F5BED8469CA1DB0202774BBAE0" - { - "Name" = "8:static" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_113ECDF9A5294BDAB7F4AF75B75303D2" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_0C9B993CEB89481A832C7955C5732AFC" - { - "Name" = "8:img" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_7E5A3B2C61B044F3A6B482AF8BB8C988" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_16DA1AFB49784F4BA57B002C68039A26" - { - "Name" = "8:pdfjs" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_8D335AE349A54BF88D35109CD924F0F2" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_23D00C0715054676805CBED5C34FA200" - { - "Name" = "8:web" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_AF893921928E4F72AEF254CE1BC11D2C" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_0D9525B010ED46D581B86349EEB4E668" - { - "Name" = "8:cmaps" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_30EA152542D248A3A6D0AF93830B3CBD" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_62AC0FE227A949E6AC824E5687685DE9" - { - "Name" = "8:standard_fonts" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_96C9B4AB727A470DA33AA152920675A1" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_A64A7C0D722A4607BF92220B998B6D55" - { - "Name" = "8:images" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_4678056DAFBD43D390C44DCE00516371" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_C8DE098B577C4AAE85D83BDC48104352" - { - "Name" = "8:locale" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_3B35CC674E0543E4A3C82EFC82D125BA" - "Folders" - { - "{9EF0B969-E518-4E46-987F-47570745A589}:_075BAB9C99AA4E37B3BA92543171BDFD" - { - "Name" = "8:zh-CN" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_BFEB02890B074815B6F338179F348642" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_A1A186E1F3364B679D8C61540B660BE2" - { - "Name" = "8:en-CA" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_D0ACD50C260F4CACA2F6B51BB22DC914" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_D92AE2F467004F24B61269B123EAD3B3" - { - "Name" = "8:en-GB" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_66499C9286D84CC08877715D51192734" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_E26BC38A183B4E3CAB8F3FE52F9FDEBB" - { - "Name" = "8:en-US" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_D99FAE3EC73C4F0AB7E3FA2DD9B1D66F" - "Folders" - { - } - } - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_46E9F59615564E2383023A4FCDDCF6A9" - { - "Name" = "8:build" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_212209A2B3F743CC94C6A51FDA42C0A3" - "Folders" - { - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_2CC19A7EB243499B9200E4D9C84A2008" - { - "Name" = "8:js" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_353A8BDB6EEE4780951CC2C879C9B721" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_590A98E0EC3540D89C394A0AB3C3CD3B" - { - "Name" = "8:fonts" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_279ABED11B104BE3AFBEFC098805F41E" - "Folders" - { - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_9EFA65F22F4245B590DF905718D0709C" - { - "Name" = "8:css" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_00515FC1ECAB47EFA4B8FE6226D407FF" - "Folders" - { - } - } - } - } - } - } - "{9EF0B969-E518-4E46-987F-47570745A589}:_C10C31FBA35D4053A3F611EA6EFDD417" - { - "Name" = "8:docs" - "AlwaysCreate" = "11:FALSE" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Property" = "8:_10AD0B8AE4A841C58241A380EB38CE87" - "Folders" - { - } - } - } - } + } + } + "{1525181F-901A-416C-8A58-119130FE478E}:_B44A76B96ACA4E0AAC6741E90A0CBAC9" + { + "Name" = "8:#1916" + "AlwaysCreate" = "11:FALSE" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Property" = "8:DesktopFolder" + "Folders" + { } } } @@ -10457,9 +130,9 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Setup" - "ProductCode" = "8:{E7217746-931F-4F26-AC2F-29EEAF49AF98}" - "PackageCode" = "8:{581FA719-DCF7-40F4-B9F6-EF16FAEC6625}" - "UpgradeCode" = "8:{DEFD38E7-6E9E-47DD-887C-CA1D55A19496}" + "ProductCode" = "8:{64317A3E-23E9-40DF-AD1E-1B6C40D76413}" + "PackageCode" = "8:{12F65B82-BA56-4E4E-9ACA-7CC999C93D5F}" + "UpgradeCode" = "8:{132CFAC4-0C5E-446B-A2CE-52656960C587}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:FALSE" @@ -10490,7 +163,7 @@ { "Keys" { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_06A969B6C4944A498AD6643C5BCB4E40" + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_A678DC932E604B1CB223970418A53410" { "Name" = "8:Software" "Condition" = "8:" @@ -10499,7 +172,7 @@ "Transitive" = "11:FALSE" "Keys" { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_559EFB7B8B804FFE93989BF25BBF93B8" + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_93385585FF164196A5EE312677B53681" { "Name" = "8:[Manufacturer]" "Condition" = "8:" @@ -10524,7 +197,7 @@ { "Keys" { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9F29465E10C341B197D4E8C146840D03" + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_37A64A7097AF4D0BAD884D6AAFCD5E70" { "Name" = "8:Software" "Condition" = "8:" @@ -10533,7 +206,7 @@ "Transitive" = "11:FALSE" "Keys" { - "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_9729FD35A2E84057A03D1AC8FAC4E65C" + "{60EA8692-D2D5-43EB-80DC-7906BF13D6EF}:_B24C858173B8470D9DD14F428E55143E" { "Name" = "8:[Manufacturer]" "Condition" = "8:" @@ -10578,7 +251,7 @@ } "Shortcut" { - "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_11C700F9EAE9491CA03B17F71E8C9AD0" + "{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_4581C39A4B9746EA8119BDFC3F9DE52F" { "Name" = "8:IRaCIS" "Arguments" = "8:" @@ -10586,29 +259,23 @@ "ShowCmd" = "3:1" "IconIndex" = "3:0" "Transitive" = "11:FALSE" - "Target" = "8:_E5C67A786F03482494D60B1AF2512E47" - "Folder" = "8:_8A7DA01D12674C438081CD4847BE4C81" - "WorkingFolder" = "8:_8A7DA01D12674C438081CD4847BE4C81" + "Target" = "8:_8951F4492AF14911B26719BF10D679D5" + "Folder" = "8:_B44A76B96ACA4E0AAC6741E90A0CBAC9" + "WorkingFolder" = "8:_6E9287D3322D4BEBAEB7649868E0D282" "Icon" = "8:" "Feature" = "8:" } } "UserInterface" { - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_009755184332407197608B5E5F8B2316" - { - "UseDynamicProperties" = "11:FALSE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdBasicDialogs.wim" - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_0C857A1488524C5498EAD053765C70AC" + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_028CDFFF1BFD4299898804346A1ED7D3" { "Name" = "8:#1902" "Sequence" = "3:2" "Attributes" = "3:3" "Dialogs" { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_8715F54BAF8042A9A8A967EE2D867533" + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_893D5979F5034F7F96354176DEB4E955" { "Sequence" = "3:100" "DisplayName" = "8:宸插畬鎴" @@ -10632,114 +299,26 @@ } } } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_3AAEB489AB5649E8B748EE1D3F587F98" - { - "Name" = "8:#1901" - "Sequence" = "3:2" - "Attributes" = "3:2" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_DBC85CCE6DEF45EFB0D5564976921371" - { - "Sequence" = "3:100" - "DisplayName" = "8:杩涘害" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminProgressDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "ShowProgress" - { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" - "Type" = "3:5" - "ContextData" = "8:1;True=1;False=0" - "Attributes" = "3:0" - "Setting" = "3:0" - "Value" = "3:1" - "DefaultValue" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - } - } - "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_3FAE2F9F832F445497D97D866AA9D685" + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_0C0B99E397324B1694CC3E3C81D8EA01" { "UseDynamicProperties" = "11:FALSE" "IsDependency" = "11:FALSE" "SourcePath" = "8:\\VsdUserInterface.wim" } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_91D0515A04DE4E168553E3A74692967D" + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_19FE24FAECEA47C4B2D477DDF7667C05" { - "Name" = "8:#1900" - "Sequence" = "3:2" - "Attributes" = "3:1" + "Name" = "8:#1902" + "Sequence" = "3:1" + "Attributes" = "3:3" "Dialogs" { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2450007FA4A2418C927FF2D25FC68DEF" - { - "Sequence" = "3:200" - "DisplayName" = "8:瀹夎鏂囦欢澶" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminFolderDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2569711DC98E45BABCE5387ADEDC9AA8" - { - "Sequence" = "3:300" - "DisplayName" = "8:纭瀹夎" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" - "Properties" - { - "BannerBitmap" - { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_74BF393BF8904FC48581CC5918692FBB" + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_7A45C655C46D4F53A48DEA0AF1399EA1" { "Sequence" = "3:100" - "DisplayName" = "8:娆㈣繋浣跨敤" + "DisplayName" = "8:宸插畬鎴" "UseDynamicProperties" = "11:TRUE" "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "SourcePath" = "8:\\VsdFinishedDlg.wid" "Properties" { "BannerBitmap" @@ -10753,50 +332,37 @@ "Setting" = "3:1" "UsePlugInResources" = "11:TRUE" } - "CopyrightWarning" + "UpdateText" { - "Name" = "8:CopyrightWarning" - "DisplayName" = "8:#1002" - "Description" = "8:#1102" - "Type" = "3:3" + "Name" = "8:UpdateText" + "DisplayName" = "8:#1058" + "Description" = "8:#1158" + "Type" = "3:15" "ContextData" = "8:" "Attributes" = "3:0" "Setting" = "3:1" - "Value" = "8:#1202" - "DefaultValue" = "8:#1202" - "UsePlugInResources" = "11:TRUE" - } - "Welcome" - { - "Name" = "8:Welcome" - "DisplayName" = "8:#1003" - "Description" = "8:#1103" - "Type" = "3:3" - "ContextData" = "8:" - "Attributes" = "3:0" - "Setting" = "3:1" - "Value" = "8:#1203" - "DefaultValue" = "8:#1203" + "Value" = "8:#1258" + "DefaultValue" = "8:#1258" "UsePlugInResources" = "11:TRUE" } } } } } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_950D79B8ECC44FE6972D533A3903D6FB" + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_36F5FAFAF79549EAB291788F03583A26" { - "Name" = "8:#1901" + "Name" = "8:#1900" "Sequence" = "3:1" - "Attributes" = "3:2" + "Attributes" = "3:1" "Dialogs" { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_A23451CBDCCB42AC831E5418CF0A1042" + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2200E098CA604C07B0E20180AE7F9403" { - "Sequence" = "3:100" - "DisplayName" = "8:杩涘害" + "Sequence" = "3:300" + "DisplayName" = "8:纭瀹夎" "UseDynamicProperties" = "11:TRUE" "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdProgressDlg.wid" + "SourcePath" = "8:\\VsdConfirmDlg.wid" "Properties" { "BannerBitmap" @@ -10810,11 +376,33 @@ "Setting" = "3:1" "UsePlugInResources" = "11:TRUE" } - "ShowProgress" + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_DD04E9526B414A28872A019440DC3B94" + { + "Sequence" = "3:200" + "DisplayName" = "8:瀹夎鏂囦欢澶" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdFolderDlg.wid" + "Properties" + { + "BannerBitmap" { - "Name" = "8:ShowProgress" - "DisplayName" = "8:#1009" - "Description" = "8:#1109" + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "InstallAllUsersVisible" + { + "Name" = "8:InstallAllUsersVisible" + "DisplayName" = "8:#1059" + "Description" = "8:#1159" "Type" = "3:5" "ContextData" = "8:1;True=1;False=0" "Attributes" = "3:0" @@ -10825,16 +413,7 @@ } } } - } - } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_D922B2D206024732BC1F201CB4679442" - { - "Name" = "8:#1900" - "Sequence" = "3:1" - "Attributes" = "3:1" - "Dialogs" - { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2668AD553E9F42A3845BEE2B1B3A425A" + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_F25568B5A9EF42FEBA0A371EFCD83B34" { "Sequence" = "3:100" "DisplayName" = "8:娆㈣繋浣跨敤" @@ -10882,13 +461,22 @@ } } } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2E35113A43484DABA3F40A9BFFA494BE" + } + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_654072C060B74DB4AD3184CF46E5DBCA" + { + "Name" = "8:#1901" + "Sequence" = "3:2" + "Attributes" = "3:2" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_2E9583B5BDB847A285F55D44BE88A9F3" { - "Sequence" = "3:300" - "DisplayName" = "8:纭瀹夎" + "Sequence" = "3:100" + "DisplayName" = "8:杩涘害" "UseDynamicProperties" = "11:TRUE" "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdConfirmDlg.wid" + "SourcePath" = "8:\\VsdAdminProgressDlg.wid" "Properties" { "BannerBitmap" @@ -10902,33 +490,11 @@ "Setting" = "3:1" "UsePlugInResources" = "11:TRUE" } - } - } - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_EB1C991EED7C417C975BF007B2138CD6" - { - "Sequence" = "3:200" - "DisplayName" = "8:瀹夎鏂囦欢澶" - "UseDynamicProperties" = "11:TRUE" - "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdFolderDlg.wid" - "Properties" - { - "BannerBitmap" + "ShowProgress" { - "Name" = "8:BannerBitmap" - "DisplayName" = "8:#1001" - "Description" = "8:#1101" - "Type" = "3:8" - "ContextData" = "8:Bitmap" - "Attributes" = "3:4" - "Setting" = "3:1" - "UsePlugInResources" = "11:TRUE" - } - "InstallAllUsersVisible" - { - "Name" = "8:InstallAllUsersVisible" - "DisplayName" = "8:#1059" - "Description" = "8:#1159" + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" "Type" = "3:5" "ContextData" = "8:1;True=1;False=0" "Attributes" = "3:0" @@ -10941,20 +507,20 @@ } } } - "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_F33D621572304D53AA6EDC8F949A198A" + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_88E15E67E0BC432ABBD9B4BD3105402A" { - "Name" = "8:#1902" + "Name" = "8:#1901" "Sequence" = "3:1" - "Attributes" = "3:3" + "Attributes" = "3:2" "Dialogs" { - "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_37F44BCC767649DA86DF6029AB6C80BF" + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_B327D85D96854C8EA7C683DBCC32457F" { "Sequence" = "3:100" - "DisplayName" = "8:宸插畬鎴" + "DisplayName" = "8:杩涘害" "UseDynamicProperties" = "11:TRUE" "IsDependency" = "11:FALSE" - "SourcePath" = "8:\\VsdFinishedDlg.wid" + "SourcePath" = "8:\\VsdProgressDlg.wid" "Properties" { "BannerBitmap" @@ -10968,17 +534,124 @@ "Setting" = "3:1" "UsePlugInResources" = "11:TRUE" } - "UpdateText" + "ShowProgress" { - "Name" = "8:UpdateText" - "DisplayName" = "8:#1058" - "Description" = "8:#1158" - "Type" = "3:15" + "Name" = "8:ShowProgress" + "DisplayName" = "8:#1009" + "Description" = "8:#1109" + "Type" = "3:5" + "ContextData" = "8:1;True=1;False=0" + "Attributes" = "3:0" + "Setting" = "3:0" + "Value" = "3:1" + "DefaultValue" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + } + } + "{2479F3F5-0309-486D-8047-8187E2CE5BA0}:_EA4972BC58A04C21BF04C9420E81DFA3" + { + "UseDynamicProperties" = "11:FALSE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdBasicDialogs.wim" + } + "{DF760B10-853B-4699-99F2-AFF7185B4A62}:_FD87AC69128E41AAA55F5CE03C4D557C" + { + "Name" = "8:#1900" + "Sequence" = "3:2" + "Attributes" = "3:1" + "Dialogs" + { + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_3E8F4669290C4BB9A3F846811ABBD603" + { + "Sequence" = "3:300" + "DisplayName" = "8:纭瀹夎" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminConfirmDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_9A0CDD41FA1646D5AD7EF00F9CC26E20" + { + "Sequence" = "3:100" + "DisplayName" = "8:娆㈣繋浣跨敤" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminWelcomeDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" + "UsePlugInResources" = "11:TRUE" + } + "CopyrightWarning" + { + "Name" = "8:CopyrightWarning" + "DisplayName" = "8:#1002" + "Description" = "8:#1102" + "Type" = "3:3" "ContextData" = "8:" "Attributes" = "3:0" "Setting" = "3:1" - "Value" = "8:#1258" - "DefaultValue" = "8:#1258" + "Value" = "8:#1202" + "DefaultValue" = "8:#1202" + "UsePlugInResources" = "11:TRUE" + } + "Welcome" + { + "Name" = "8:Welcome" + "DisplayName" = "8:#1003" + "Description" = "8:#1103" + "Type" = "3:3" + "ContextData" = "8:" + "Attributes" = "3:0" + "Setting" = "3:1" + "Value" = "8:#1203" + "DefaultValue" = "8:#1203" + "UsePlugInResources" = "11:TRUE" + } + } + } + "{688940B3-5CA9-4162-8DEE-2993FA9D8CBC}:_D2AD6A2CD5DE44A1B26D9FEEF5E80505" + { + "Sequence" = "3:200" + "DisplayName" = "8:瀹夎鏂囦欢澶" + "UseDynamicProperties" = "11:TRUE" + "IsDependency" = "11:FALSE" + "SourcePath" = "8:\\VsdAdminFolderDlg.wid" + "Properties" + { + "BannerBitmap" + { + "Name" = "8:BannerBitmap" + "DisplayName" = "8:#1001" + "Description" = "8:#1101" + "Type" = "3:8" + "ContextData" = "8:Bitmap" + "Attributes" = "3:4" + "Setting" = "3:1" "UsePlugInResources" = "11:TRUE" } } @@ -10991,40 +664,12 @@ } "ProjectOutput" { - "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_A7B3AB51005C4549834342E7F2906F48" + "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_8951F4492AF14911B26719BF10D679D5" { - "SourcePath" = "8:" + "SourcePath" = "8:..\\Start\\obj\\Release\\net6.0-windows\\apphost.exe" "TargetName" = "8:" "Tag" = "8:" - "Folder" = "8:_AC66604C63894019B99A1FD37AAC7F8C" - "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:PublishItems" - "OutputProjectGuid" = "8:{F15CE209-6039-46A6-AE7F-E81ADA795F28}" - "ShowKeyOutput" = "11:TRUE" - "ExcludeFilters" - { - } - } - "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E5C67A786F03482494D60B1AF2512E47" - { - "SourcePath" = "8:..\\Start\\obj\\x86\\Debug\\net6.0-windows\\apphost.exe" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_8A7DA01D12674C438081CD4847BE4C81" + "Folder" = "8:_6E9287D3322D4BEBAEB7649868E0D282" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" diff --git a/Start/Main.Designer.cs b/Start/Main.Designer.cs index 88fe107b..83a39d3b 100644 --- a/Start/Main.Designer.cs +++ b/Start/Main.Designer.cs @@ -38,8 +38,6 @@ label1 = new Label(); groupBox2 = new GroupBox(); confimDeployBtn = new Button(); - testDBBtn = new Button(); - testServicebtn = new Button(); serviceDisplayNameTBox = new TextBox(); serviceNameTBox = new TextBox(); label11 = new Label(); @@ -49,12 +47,12 @@ label9 = new Label(); dbNameTBox = new TextBox(); label8 = new Label(); - portBtn = new Button(); apiPortTBox = new TextBox(); nginxPortTBox = new TextBox(); label4 = new Label(); label5 = new Label(); groupBox3 = new GroupBox(); + btnCopy = new Button(); activeBtn = new Button(); KeySecreteTextBox = new TextBox(); machineTextBox = new TextBox(); @@ -81,16 +79,16 @@ groupBox1.Controls.Add(label1); groupBox1.Location = new Point(24, 25); groupBox1.Name = "groupBox1"; - groupBox1.Size = new Size(570, 187); + groupBox1.Size = new Size(570, 230); groupBox1.TabIndex = 0; groupBox1.TabStop = false; - groupBox1.Text = "绗竴姝ワ細鏁版嵁搴"; + groupBox1.Text = "绗竴姝ワ細楠岃瘉鏁版嵁搴"; // // connectButton // - connectButton.Location = new Point(418, 69); + connectButton.Location = new Point(195, 168); connectButton.Name = "connectButton"; - connectButton.Size = new Size(128, 49); + connectButton.Size = new Size(128, 40); connectButton.TabIndex = 6; connectButton.Text = "娴嬭瘯杩炴帴"; connectButton.UseVisualStyleBackColor = true; @@ -98,15 +96,16 @@ // // passwordTextBox // - passwordTextBox.Location = new Point(120, 134); + passwordTextBox.Location = new Point(154, 129); passwordTextBox.Name = "passwordTextBox"; + passwordTextBox.PasswordChar = '*'; passwordTextBox.Size = new Size(271, 23); passwordTextBox.TabIndex = 5; passwordTextBox.Text = "123456"; // // usernameTextBox // - usernameTextBox.Location = new Point(120, 89); + usernameTextBox.Location = new Point(156, 82); usernameTextBox.Name = "usernameTextBox"; usernameTextBox.Size = new Size(271, 23); usernameTextBox.TabIndex = 4; @@ -114,7 +113,7 @@ // // serverTextBox // - serverTextBox.Location = new Point(120, 41); + serverTextBox.Location = new Point(156, 37); serverTextBox.Name = "serverTextBox"; serverTextBox.Size = new Size(271, 23); serverTextBox.TabIndex = 3; @@ -123,7 +122,7 @@ // label3 // label3.AutoSize = true; - label3.Location = new Point(26, 131); + label3.Location = new Point(107, 131); label3.Name = "label3"; label3.Size = new Size(32, 17); label3.TabIndex = 2; @@ -132,7 +131,7 @@ // label2 // label2.AutoSize = true; - label2.Location = new Point(26, 85); + label2.Location = new Point(101, 83); label2.Name = "label2"; label2.Size = new Size(44, 17); label2.TabIndex = 1; @@ -141,7 +140,7 @@ // label1 // label1.AutoSize = true; - label1.Location = new Point(26, 35); + label1.Location = new Point(95, 38); label1.Name = "label1"; label1.Size = new Size(56, 17); label1.TabIndex = 0; @@ -150,8 +149,6 @@ // groupBox2 // groupBox2.Controls.Add(confimDeployBtn); - groupBox2.Controls.Add(testDBBtn); - groupBox2.Controls.Add(testServicebtn); groupBox2.Controls.Add(serviceDisplayNameTBox); groupBox2.Controls.Add(serviceNameTBox); groupBox2.Controls.Add(label11); @@ -161,71 +158,48 @@ groupBox2.Controls.Add(label9); groupBox2.Controls.Add(dbNameTBox); groupBox2.Controls.Add(label8); - groupBox2.Controls.Add(portBtn); groupBox2.Controls.Add(apiPortTBox); groupBox2.Controls.Add(nginxPortTBox); groupBox2.Controls.Add(label4); groupBox2.Controls.Add(label5); - groupBox2.Location = new Point(24, 231); + groupBox2.Location = new Point(24, 280); groupBox2.Name = "groupBox2"; - groupBox2.Size = new Size(570, 439); + groupBox2.Size = new Size(570, 418); groupBox2.TabIndex = 1; groupBox2.TabStop = false; - groupBox2.Text = "绗簩姝ワ細 閮ㄧ讲閰嶇疆"; + groupBox2.Text = "绗簩姝ワ細 閮ㄧ讲鍙傛暟閰嶇疆"; // // confimDeployBtn // confimDeployBtn.Enabled = false; - confimDeployBtn.Location = new Point(220, 369); + confimDeployBtn.Location = new Point(195, 353); confimDeployBtn.Name = "confimDeployBtn"; - confimDeployBtn.Size = new Size(128, 49); + confimDeployBtn.Size = new Size(128, 40); confimDeployBtn.TabIndex = 19; confimDeployBtn.Text = "纭閮ㄧ讲閰嶇疆"; confimDeployBtn.UseVisualStyleBackColor = true; confimDeployBtn.Click += confimDeployBtn_Click; // - // testDBBtn - // - testDBBtn.Enabled = false; - testDBBtn.Location = new Point(417, 196); - testDBBtn.Name = "testDBBtn"; - testDBBtn.Size = new Size(128, 49); - testDBBtn.TabIndex = 18; - testDBBtn.Text = "娴嬭瘯鏁版嵁搴撳悕"; - testDBBtn.UseVisualStyleBackColor = true; - testDBBtn.Click += testDBBtn_Click; - // - // testServicebtn - // - testServicebtn.Enabled = false; - testServicebtn.Location = new Point(417, 276); - testServicebtn.Name = "testServicebtn"; - testServicebtn.Size = new Size(128, 49); - testServicebtn.TabIndex = 17; - testServicebtn.Text = "娴嬭瘯鏈嶅姟鍚嶇О"; - testServicebtn.UseVisualStyleBackColor = true; - testServicebtn.Click += testServicebtn_Click; - // // serviceDisplayNameTBox // - serviceDisplayNameTBox.Location = new Point(197, 308); + serviceDisplayNameTBox.Location = new Point(152, 303); serviceDisplayNameTBox.Name = "serviceDisplayNameTBox"; - serviceDisplayNameTBox.Size = new Size(197, 23); + serviceDisplayNameTBox.Size = new Size(259, 23); serviceDisplayNameTBox.TabIndex = 16; serviceDisplayNameTBox.Text = "EI_Image_Viewer_DisplayName"; // // serviceNameTBox // - serviceNameTBox.Location = new Point(197, 251); + serviceNameTBox.Location = new Point(152, 248); serviceNameTBox.Name = "serviceNameTBox"; - serviceNameTBox.Size = new Size(197, 23); + serviceNameTBox.Size = new Size(259, 23); serviceNameTBox.TabIndex = 15; serviceNameTBox.Text = "EI_Image_Viewer"; // // label11 // label11.AutoSize = true; - label11.Location = new Point(20, 308); + label11.Location = new Point(11, 304); label11.Name = "label11"; label11.Size = new Size(128, 17); label11.TabIndex = 14; @@ -234,7 +208,7 @@ // label10 // label10.AutoSize = true; - label10.Location = new Point(20, 254); + label10.Location = new Point(35, 250); label10.Name = "label10"; label10.Size = new Size(104, 17); label10.TabIndex = 13; @@ -243,79 +217,68 @@ // selectPathBtn // selectPathBtn.Enabled = false; - selectPathBtn.Location = new Point(417, 44); + selectPathBtn.Location = new Point(429, 43); selectPathBtn.Name = "selectPathBtn"; - selectPathBtn.Size = new Size(128, 31); + selectPathBtn.Size = new Size(118, 27); selectPathBtn.TabIndex = 12; - selectPathBtn.Text = "閫夋嫨閮ㄧ讲璺緞"; + selectPathBtn.Text = "閫夋嫨"; selectPathBtn.UseVisualStyleBackColor = true; selectPathBtn.Click += selectPathBtn_Click; // // folderPathTbox // folderPathTbox.Enabled = false; - folderPathTbox.Location = new Point(119, 48); + folderPathTbox.Location = new Point(152, 43); folderPathTbox.Name = "folderPathTbox"; - folderPathTbox.Size = new Size(271, 23); + folderPathTbox.Size = new Size(259, 23); folderPathTbox.TabIndex = 11; // // label9 // label9.AutoSize = true; - label9.Location = new Point(20, 51); + label9.Location = new Point(83, 43); label9.Name = "label9"; - label9.Size = new Size(92, 17); + label9.Size = new Size(56, 17); label9.TabIndex = 10; - label9.Text = "缃戠珯閮ㄧ讲鏂囦欢澶"; + label9.Text = "閮ㄧ讲璺緞"; // // dbNameTBox // - dbNameTBox.Location = new Point(198, 196); + dbNameTBox.Location = new Point(152, 191); dbNameTBox.Name = "dbNameTBox"; - dbNameTBox.Size = new Size(197, 23); + dbNameTBox.Size = new Size(259, 23); dbNameTBox.TabIndex = 9; dbNameTBox.Text = "IRaCIS"; // // label8 // label8.AutoSize = true; - label8.Location = new Point(20, 201); + label8.Location = new Point(47, 197); label8.Name = "label8"; label8.Size = new Size(92, 17); label8.TabIndex = 8; label8.Text = "閮ㄧ讲鏁版嵁搴撳悕绉"; // - // portBtn - // - portBtn.Enabled = false; - portBtn.Location = new Point(417, 114); - portBtn.Name = "portBtn"; - portBtn.Size = new Size(128, 49); - portBtn.TabIndex = 7; - portBtn.Text = "娴嬭瘯绔彛"; - portBtn.UseVisualStyleBackColor = true; - portBtn.Click += portBtn_Click; - // // apiPortTBox // - apiPortTBox.Location = new Point(198, 151); + apiPortTBox.Location = new Point(152, 146); apiPortTBox.Name = "apiPortTBox"; - apiPortTBox.Size = new Size(197, 23); + apiPortTBox.Size = new Size(259, 23); apiPortTBox.TabIndex = 5; apiPortTBox.Text = "7100"; // // nginxPortTBox // - nginxPortTBox.Location = new Point(197, 103); + nginxPortTBox.Location = new Point(152, 98); nginxPortTBox.Name = "nginxPortTBox"; - nginxPortTBox.Size = new Size(197, 23); + nginxPortTBox.Size = new Size(259, 23); nginxPortTBox.TabIndex = 4; nginxPortTBox.Text = "9520"; // // label4 // label4.AutoSize = true; - label4.Location = new Point(20, 157); + label4.Location = new Point(11, 153); label4.Name = "label4"; label4.Size = new Size(128, 17); label4.TabIndex = 3; @@ -324,7 +287,7 @@ // label5 // label5.AutoSize = true; - label5.Location = new Point(20, 107); + label5.Location = new Point(35, 100); label5.Name = "label5"; label5.Size = new Size(104, 17); label5.TabIndex = 2; @@ -332,25 +295,36 @@ // // groupBox3 // + groupBox3.Controls.Add(btnCopy); groupBox3.Controls.Add(activeBtn); groupBox3.Controls.Add(KeySecreteTextBox); groupBox3.Controls.Add(machineTextBox); groupBox3.Controls.Add(machineCodeLB); groupBox3.Controls.Add(label6); groupBox3.Controls.Add(label7); - groupBox3.Location = new Point(12, 693); + groupBox3.Location = new Point(24, 713); groupBox3.Name = "groupBox3"; - groupBox3.Size = new Size(582, 183); + groupBox3.Size = new Size(570, 221); groupBox3.TabIndex = 2; groupBox3.TabStop = false; - groupBox3.Text = "绗笁閮細婵娲荤爜"; + groupBox3.Text = "绗笁姝ワ細婵娲讳笌閮ㄧ讲"; + // + // btnCopy + // + btnCopy.Location = new Point(429, 51); + btnCopy.Name = "btnCopy"; + btnCopy.Size = new Size(118, 27); + btnCopy.TabIndex = 13; + btnCopy.Text = "澶嶅埗"; + btnCopy.UseVisualStyleBackColor = true; + btnCopy.Click += btnCopy_Click; // // activeBtn // activeBtn.Enabled = false; - activeBtn.Location = new Point(430, 69); + activeBtn.Location = new Point(195, 146); activeBtn.Name = "activeBtn"; - activeBtn.Size = new Size(128, 49); + activeBtn.Size = new Size(128, 40); activeBtn.TabIndex = 9; activeBtn.Text = "婵娲诲苟閮ㄧ讲"; activeBtn.UseVisualStyleBackColor = true; @@ -358,18 +332,17 @@ // // KeySecreteTextBox // - KeySecreteTextBox.Location = new Point(131, 101); - KeySecreteTextBox.Multiline = true; + KeySecreteTextBox.Location = new Point(152, 101); KeySecreteTextBox.Name = "KeySecreteTextBox"; - KeySecreteTextBox.Size = new Size(271, 42); + KeySecreteTextBox.Size = new Size(259, 23); KeySecreteTextBox.TabIndex = 8; // // machineTextBox // - machineTextBox.Location = new Point(132, 45); + machineTextBox.Location = new Point(152, 51); machineTextBox.Name = "machineTextBox"; machineTextBox.ReadOnly = true; - machineTextBox.Size = new Size(271, 23); + machineTextBox.Size = new Size(259, 23); machineTextBox.TabIndex = 7; // // machineCodeLB @@ -383,7 +356,7 @@ // label6 // label6.AutoSize = true; - label6.Location = new Point(26, 101); + label6.Location = new Point(95, 101); label6.Name = "label6"; label6.Size = new Size(44, 17); label6.TabIndex = 5; @@ -392,7 +365,7 @@ // label7 // label7.AutoSize = true; - label7.Location = new Point(26, 51); + label7.Location = new Point(95, 51); label7.Name = "label7"; label7.Size = new Size(44, 17); label7.TabIndex = 4; @@ -403,16 +376,16 @@ groupBox4.Controls.Add(logTBox); groupBox4.Location = new Point(618, 25); groupBox4.Name = "groupBox4"; - groupBox4.Size = new Size(391, 851); + groupBox4.Size = new Size(391, 890); groupBox4.TabIndex = 4; groupBox4.TabStop = false; - groupBox4.Text = "閮ㄧ讲鎻愮ず鏃ュ織"; + groupBox4.Text = "閮ㄧ讲鏃ュ織"; // // logTBox // logTBox.Location = new Point(6, 22); logTBox.Name = "logTBox"; - logTBox.Size = new Size(359, 816); + logTBox.Size = new Size(359, 862); logTBox.TabIndex = 0; logTBox.Text = ""; // @@ -420,13 +393,14 @@ // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(1021, 914); + ClientSize = new Size(1021, 946); Controls.Add(groupBox4); Controls.Add(groupBox3); Controls.Add(groupBox2); Controls.Add(groupBox1); Name = "Main"; Text = "EI Image Viewer"; + Load += Main_Load; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox2.ResumeLayout(false); @@ -453,7 +427,6 @@ private Label label4; private Label label5; private GroupBox groupBox3; - private Button portBtn; private Label machineCodeLB; private Label label6; private Label label7; @@ -472,8 +445,7 @@ private TextBox serviceNameTBox; private Label label11; private Label label10; - private Button testDBBtn; - private Button testServicebtn; private Button confimDeployBtn; + private Button btnCopy; } } \ No newline at end of file diff --git a/Start/Main.cs b/Start/Main.cs index f2b6ab91..9af147b2 100644 --- a/Start/Main.cs +++ b/Start/Main.cs @@ -25,6 +25,8 @@ using static System.Windows.Forms.VisualStyles.VisualStyleElement; using System.Security.Policy; using static System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar; using System.Data.SqlTypes; +using Serilog; +using System.Xml.Linq; namespace Start { @@ -47,6 +49,10 @@ namespace Start this.machineTextBox.Text = physicalAddressList.FirstOrDefault()?.ToString(); + + + + this.KeySecreteTextBox.Text = Md5($"{this.machineTextBox.Text}_XINGCANG"); } @@ -61,7 +67,7 @@ namespace Start { connection.Open(); - Log("鏁版嵁搴撹繛鎺ユ祴璇曟垚鍔燂紒", Color.Green); + WinformLog("鏁版嵁搴撹繛鎺ユ祴璇曟垚鍔燂紒", Color.Green); isCanDBConfig = false; serverTextBox.Enabled = isCanDBConfig; @@ -71,16 +77,16 @@ namespace Start selectPathBtn.Enabled = true; - portBtn.Enabled = true; - testDBBtn.Enabled = true; - testServicebtn.Enabled = true; - confimDeployBtn.Enabled = true; + //portBtn.Enabled = true; + //testDBBtn.Enabled = true; + //testServicebtn.Enabled = true; + } catch (Exception ex) { - Log($"鏁版嵁搴撹繛鎺ユ祴璇曞け璐ワ細{ex.Message}", Color.Red); + WinformLog($"鏁版嵁搴撹繛鎺ユ祴璇曞け璐ワ細{ex.Message}", Color.Red); } finally @@ -89,31 +95,31 @@ namespace Start } } - private async void portBtn_Click(object sender, EventArgs e) + private void portBtn_Click(object sender, EventArgs e) { if (int.TryParse(nginxPortTBox.Text, out vuePort) == false || int.TryParse(apiPortTBox.Text, out apiPort) == false) { - Log($"璇疯緭鍏ュ悎娉曠殑绔彛", Color.Red); + WinformLog($"璇疯緭鍏ュ悎娉曠殑绔彛", Color.Red); return; } if (IsPortInUse(vuePort)) { - Log($"鏈嶅姟璁剧疆鐨勫墠绔鍙h鍗犵敤锛岃閫夋嫨鍏朵粬绔彛", Color.Red); + WinformLog($"鏈嶅姟璁剧疆鐨勫墠绔鍙h鍗犵敤锛岃閫夋嫨鍏朵粬绔彛", Color.Red); return; } if (IsPortInUse(apiPort)) { - Log($"鏈嶅姟璁剧疆鐨勫悗绔鍙h鍗犵敤锛岃閫夋嫨鍏朵粬绔彛", Color.Red); + WinformLog($"鏈嶅姟璁剧疆鐨勫悗绔鍙h鍗犵敤锛岃閫夋嫨鍏朵粬绔彛", Color.Red); return; } - Log("绔彛娴嬭瘯鎴愬姛锛", Color.Green); + WinformLog("绔彛娴嬭瘯鎴愬姛锛", Color.Green); isPortTestOk = true; @@ -127,11 +133,11 @@ namespace Start { if (ServiceController.GetServices().Any(t => t.ServiceName == serviceNameTBox.Text)) { - Log($"褰撳墠鏈嶅姟鍚嶇О宸插瓨鍦,璇锋洿鎹", Color.Red); + WinformLog($"褰撳墠鏈嶅姟鍚嶇О宸插瓨鍦,璇锋洿鎹", Color.Red); return; } - Log($"娴嬭瘯鏈嶅姟鍚嶇О鎴愬姛", Color.Green); + WinformLog($"娴嬭瘯鏈嶅姟鍚嶇О鎴愬姛", Color.Green); isServiceTestOk = true; } @@ -139,7 +145,7 @@ namespace Start { if (string.IsNullOrWhiteSpace(dbNameTBox.Text)) { - Log($"璇疯緭鍏ラ儴缃茬殑鏁版嵁搴撳悕绉", Color.Red); + WinformLog($"璇疯緭鍏ラ儴缃茬殑鏁版嵁搴撳悕绉", Color.Red); return; } @@ -161,14 +167,14 @@ namespace Start if (rowCount > 0) { - Log($"{dbNameTBox.Text.Trim()}璇ユ暟鎹簱宸插瓨鍦ㄣ", Color.Red); + WinformLog($"{dbNameTBox.Text.Trim()}璇ユ暟鎹簱宸插瓨鍦ㄣ", Color.Red); return; } } - Log($"鏁版嵁搴撳悕绉版祴璇曟垚鍔", Color.Green); + WinformLog($"鏁版嵁搴撳悕绉版祴璇曟垚鍔", Color.Green); isDBNameTestOK = true; @@ -176,25 +182,30 @@ namespace Start - private void confimDeployBtn_Click(object sender, EventArgs e) + private async void confimDeployBtn_Click(object sender, EventArgs e) { + portBtn_Click(null, null); + testServicebtn_Click(null, null); + testDBBtn_Click(null, null); + if (string.IsNullOrWhiteSpace(this.folderPathTbox.Text) || isDBNameTestOK == false || isPortTestOk == false || isServiceTestOk == false) { - Log($"璇烽夋嫨閮ㄧ讲璺緞锛屽苟鍒嗗埆娴嬭瘯绔彛锛屾暟鎹簱鍚嶏紝鏈嶅姟鍚嶉兘鎴愬姛鎵嶅彲浠ヨ繘琛岀‘璁", Color.Red); + WinformLog($"璇烽夋嫨閮ㄧ讲璺緞锛屾祴璇曠殑绔彛锛屾暟鎹簱鍚嶏紝鏈嶅姟鍚嶉兘鎴愬姛鎵嶅彲浠ヨ繘琛岀‘璁", Color.Red); return; } - Log($"閮ㄧ讲閰嶇疆纭鎴愬姛", Color.Green); + WinformLog($"閮ㄧ讲閰嶇疆纭鎴愬姛", Color.Green); activeBtn.Enabled = true; confimDeployBtn.Enabled = false; - portBtn.Enabled = false; + selectPathBtn.Enabled = false; - testDBBtn.Enabled = false; - testServicebtn.Enabled = false; + //portBtn.Enabled = false; + //testDBBtn.Enabled = false; + //testServicebtn.Enabled = false; nginxPortTBox.Enabled = false; @@ -230,17 +241,19 @@ namespace Start return sb.ToString(); } } - private void Log(string message, Color color) + private void WinformLog(string message, Color color) { if (InvokeRequired) { - Invoke(Log, message, color); + Invoke(WinformLog, message, color); return; } logTBox.SelectionColor = color; - logTBox.AppendText(message + Environment.NewLine); + logTBox.AppendText($"{DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss")}: {message}" + Environment.NewLine); + + Serilog.Log.Information(message); } private async Task ProcessStandardInputAsync(Process process, string cmd, string workDirectory = "") @@ -259,7 +272,7 @@ namespace Start { if (Md5($"{machineTextBox.Text}_XINGCANG") != KeySecreteTextBox.Text.Trim()) { - Log($"绉橀挜涓嶆纭紝璇疯仈绯讳緵搴斿晢", Color.Red); + WinformLog($"绉橀挜涓嶆纭紝璇疯仈绯讳緵搴斿晢", Color.Red); return; } @@ -282,6 +295,7 @@ namespace Start var apiBinPath = Path.Combine(deployFoder, "APIPublish/IRacIS.Core.API.exe"); + var apiJsonConfigPath = Path.Combine(deployFoder, "APIPublish/appsettings.CertificateApply.json"); string nginxRarFilePath = Path.Combine(AppContext.BaseDirectory, $@"deploy\nginx-1.20.1.rar"); // 瑕佽В鍘嬬缉鐨凴AR鏂囦欢璺緞 string apiRarFilePath = Path.Combine(AppContext.BaseDirectory, "deploy/net6.0.rar"); // 瑕佽В鍘嬬缉鐨凴AR鏂囦欢璺緞 @@ -307,7 +321,7 @@ namespace Start #region 瑙e帇nginx 鍜屽墠绔儴缃茬殑鏂囦欢 - Log($"寮濮嬭В鍘 nginx 鍙婂墠绔儴缃 RAR鏂囦欢", Color.Green); + WinformLog($"寮濮嬭В鍘 nginx 鍙婂墠绔儴缃 RAR鏂囦欢", Color.Green); await Task.Run(() => @@ -335,7 +349,7 @@ namespace Start } - Log($"nginx 鍙婂墠绔儴缃 RAR鏂囦欢宸叉垚鍔熻В鍘嬬缉鍒帮細 + {extractPath}", Color.Green); + WinformLog($"nginx 鍙婂墠绔儴缃 RAR鏂囦欢宸叉垚鍔熻В鍘嬬缉鍒帮細 + {extractPath}", Color.Green); @@ -349,7 +363,7 @@ namespace Start #region 瑙e帇鍚庣閮ㄧ讲鐨勬枃浠 - Log($"寮濮嬭В鍘 鍚庣閮ㄧ讲 RAR鏂囦欢", Color.Green); + WinformLog($"寮濮嬭В鍘 鍚庣閮ㄧ讲 RAR鏂囦欢", Color.Green); await Task.Run(() => { @@ -373,7 +387,7 @@ namespace Start } - Log($"鍚庣閮ㄧ讲 RAR鏂囦欢宸叉垚鍔熻В鍘嬬缉鍒帮細 + {extractPath}", Color.Green); + WinformLog($"鍚庣閮ㄧ讲 RAR鏂囦欢宸叉垚鍔熻В鍘嬬缉鍒帮細 + {extractPath}", Color.Green); @@ -390,7 +404,7 @@ namespace Start if (!File.Exists(nginxConfigPath)) { - MessageBox.Show("棰勮璺緞涓嶅瓨鍦╪ginx"); + WinformLog("棰勮璺緞涓嶅瓨鍦╪ginx", Color.Red); } var nginxConfig = File.ReadAllText(nginxConfigPath); @@ -411,7 +425,7 @@ namespace Start // 鎸囧畾宸ヤ綔鐩綍锛屽嵆杩涘叆nginx.exe鎵鍦ㄧ殑鐩綍 psi.WorkingDirectory = nginxStartPath; - Log(" 寮濮嬪惎鍔 nginx 鏈嶅姟...", Color.Green); + WinformLog(" 寮濮嬪惎鍔 nginx 鏈嶅姟...", Color.Green); // 鍚姩鍙墽琛屾枃浠 Process.Start(psi); @@ -420,11 +434,11 @@ namespace Start if (Process.GetProcesses().Any(t => t.ProcessName.Contains("nginx") && t.MainModule.FileName.Contains(nginxStartPath))) { - Log(" nginx 鏈嶅姟鍚姩鎴愬姛", Color.Green); + WinformLog(" nginx 鏈嶅姟鍚姩鎴愬姛", Color.Green); } else { - Log(" nginx 鏈嶅姟鍚姩澶辫触", Color.Red); + WinformLog(" nginx 鏈嶅姟鍚姩澶辫触", Color.Red); return; } #endregion @@ -441,7 +455,48 @@ namespace Start File.WriteAllText($@"C:\ProgramData\.xingcang\config.json", JsonConvert.SerializeObject(configObj)); - Log("鍐欏叆婵娲荤閽ュ畬鎴", Color.Green); + WinformLog("鍐欏叆婵娲荤閽ュ畬鎴", Color.Green); + + + #region 閮ㄧ讲缃戠珯閰嶇疆鏂囦欢鍐欏叆 + + WinformLog("寮濮嬪啓鍏ラ儴缃茬綉绔欐湇鍔¢厤缃枃浠...", Color.Green); + + var appsettingsJson = File.ReadAllText(apiJsonConfigPath); + + // 瑙f瀽 JSON 瀛楃涓 + var jObject = JObject.Parse(appsettingsJson); + + // 鑾峰彇 UpdateConfig 灞炴ф墍鍦ㄧ殑鑺傜偣 + var updateConfigNode = jObject["ConnectionStrings"]; + + + var connectionString = $"Server={serverTextBox.Text};Database={dbNameTBox.Text};User ID={usernameTextBox.Text};Password={passwordTextBox.Text};TrustServerCertificate=true"; + + updateConfigNode["RemoteNew"] = connectionString; + + try + { + using (var connection = new SqlConnection(connectionString)) + { + connection.Open(); + + File.WriteAllText(apiJsonConfigPath, jObject.ToString()); + + } + } + catch (SqlException) + { + Console.WriteLine("杩炴帴瀛楃涓查敊璇"); + + WinformLog($"杩炴帴瀛楃涓查敊璇", Color.Red); + + return; + } + + WinformLog("閮ㄧ讲缃戠珯鏈嶅姟閰嶇疆鏂囦欢鍐欏叆骞舵祴璇昈K", Color.Green); + + #endregion var createStr = $@"sc create {serviceName} binPath= ""{apiBinPath} --urls=""http://127.0.0.1:{apiPort}"" --env CertificateApply"" DisplayName= ""{serviceDisplayName}"" start= auto"; @@ -461,10 +516,10 @@ namespace Start // 鎵ц sc create 鍛戒护鏉ュ垱寤烘湇鍔 await ProcessStandardInputAsync(process, createStr); - Log($"鍒涘缓鏈嶅姟{serviceName}...", Color.Green); + WinformLog($"鍒涘缓鏈嶅姟{serviceName}...", Color.Green); - Log($"鎵ц鍒濆鍖栨暟鎹簱鑴氭湰...", Color.Green); + WinformLog($"鎵ц鍒濆鍖栨暟鎹簱鑴氭湰...", Color.Green); //鎵ц鏁版嵁搴撹剼鏈 //await ProcessStandardInputAsync(process, Path.Combine(AppContext.BaseDirectory, "deploy/sql/bin.bat")); @@ -474,11 +529,11 @@ namespace Start await ProcessStandardInputAsync(process, $@" SQLCMD -v dbName = ""{dbNameTBox.Text}"" -i {AppContext.BaseDirectory}deploy\sql\data.sql "); - Log($"鍒濆鍖栨暟鎹簱鑴氭湰鎵ц缁撴潫", Color.Green); + WinformLog($"鍒濆鍖栨暟鎹簱鑴氭湰鎵ц缁撴潫", Color.Green); // 鎵ц sc start 鍚姩鏈嶅姟 - Log($"鍚姩閮ㄧ讲鐨勫悗绔湇鍔...", Color.Green); + WinformLog($"鍚姩閮ㄧ讲鐨勫悗绔湇鍔...", Color.Green); await ProcessStandardInputAsync(process, $"sc start {serviceName}"); // 鍏抽棴杩涚▼娴佸苟绛夊緟杩涚▼閫鍑 @@ -488,14 +543,14 @@ namespace Start ServiceController sc = new ServiceController(serviceName); if (sc.Status == ServiceControllerStatus.Running) { - Log($"鍚庣鏈嶅姟鍚姩鎴愬姛", Color.Green); + WinformLog($"鍚庣鏈嶅姟鍚姩鎴愬姛", Color.Green); - Log($"閮ㄧ讲宸ヤ綔宸插畬鎴", Color.Green); + WinformLog($"閮ㄧ讲宸ヤ綔宸插畬鎴", Color.Green); try { - Log($"鐜板湪鎵撳紑娴忚鍣...", Color.Green); + WinformLog($"鐜板湪鎵撳紑娴忚鍣...", Color.Green); // Use ProcessStartInfo class var start = new ProcessStartInfo($"http://127.0.0.1:{vuePort}") { @@ -512,7 +567,7 @@ namespace Start } else { - Log($"鍚庣鏈嶅姟鍚姩澶辫触", Color.Red); + WinformLog($"鍚庣鏈嶅姟鍚姩澶辫触", Color.Red); } @@ -530,7 +585,9 @@ namespace Start { folderPathTbox.Text = dialog.SelectedPath; - Log($"閮ㄧ讲璺緞閫夋嫨鎴愬姛", Color.Green); + confimDeployBtn.Enabled = true; + + WinformLog($"閮ㄧ讲璺緞閫夋嫨鎴愬姛", Color.Green); #region 娴嬭瘯 鍋滄Nginx @@ -570,6 +627,18 @@ namespace Start } } + private void btnCopy_Click(object sender, EventArgs e) + { + Clipboard.SetText(machineTextBox.Text); + WinformLog("鏈哄櫒鐮佹嫹璐濆埌鍓垏鏉挎垚鍔燂紒", Color.Green); + } + + private void Main_Load(object sender, EventArgs e) + { + Serilog.Log.Logger = new LoggerConfiguration() + .WriteTo.File("log.txt", rollingInterval: RollingInterval.Day) + .CreateLogger(); + } } } diff --git a/Start/Start.csproj b/Start/Start.csproj index dbd44491..6244965b 100644 --- a/Start/Start.csproj +++ b/Start/Start.csproj @@ -13,7 +13,6 @@ - @@ -26,9 +25,6 @@ Always - - Always - Always @@ -39,6 +35,7 @@ + diff --git a/Start/deploy/sql/bin.bat b/Start/deploy/sql/bin.bat deleted file mode 100644 index 5e521882..00000000 --- a/Start/deploy/sql/bin.bat +++ /dev/null @@ -1,3 +0,0 @@ - SQLCMD -i %~dp0\dbo.sql -v dbName="IRACISSSS" -pause - SQLCMD -i %~dp0\data.sql -v dbName="IRACISSSS" diff --git a/Start/deploy/sql/data.sql b/Start/deploy/sql/data.sql index 88127cd7..6787af55 100644 Binary files a/Start/deploy/sql/data.sql and b/Start/deploy/sql/data.sql differ