Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d75316b190 |
+350
@@ -0,0 +1,350 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
netversion.txt
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,82 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"WorkspaceRootPath": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\",
|
||||
"Documents": [
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|H:\\dev\\windev\\Digital-Clock-in-sharpc\\digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|H:\\dev\\windev\\Digital-Clock-in-sharpc\\digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|H:\\dev\\windev\\Digital-Clock-in-sharpc\\digital clock\\form1.designer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.designer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||
}
|
||||
],
|
||||
"DocumentGroupContainers": [
|
||||
{
|
||||
"Orientation": 0,
|
||||
"VerticalTabListWidth": 256,
|
||||
"DocumentGroups": [
|
||||
{
|
||||
"DockedWidth": 200,
|
||||
"SelectedChildIndex": 5,
|
||||
"Children": [
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
|
||||
},
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}"
|
||||
},
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}"
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 2,
|
||||
"Title": "Form1.Designer.cs",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.Designer.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.Designer.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.Designer.cs",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.Designer.cs",
|
||||
"ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAJAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:59.017Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 1,
|
||||
"Title": "Form1.cs",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.cs",
|
||||
"ViewState": "AgIAAA0AAAAAAAAAAIAzwCUAAAABAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:39.117Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 0,
|
||||
"Title": "Form1.cs [Design]",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs [Design]",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.cs [Design]",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:31.552Z",
|
||||
"EditorCaption": " [Design]"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,82 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"WorkspaceRootPath": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\",
|
||||
"Documents": [
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|H:\\dev\\windev\\Digital-Clock-in-sharpc\\digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|h:\\dev\\windev\\digital-clock-in-sharpc\\digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form"
|
||||
},
|
||||
{
|
||||
"AbsoluteMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|H:\\dev\\windev\\Digital-Clock-in-sharpc\\digital clock\\form1.designer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||
"RelativeMoniker": "D:0:0:{94E687F4-E72A-4560-8544-21A96E5736FB}|Digital Clock\\Digital Clock.csproj|solutionrelative:digital clock\\form1.designer.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||
}
|
||||
],
|
||||
"DocumentGroupContainers": [
|
||||
{
|
||||
"Orientation": 0,
|
||||
"VerticalTabListWidth": 256,
|
||||
"DocumentGroups": [
|
||||
{
|
||||
"DockedWidth": 200,
|
||||
"SelectedChildIndex": 4,
|
||||
"Children": [
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
|
||||
},
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{eefa5220-e298-11d0-8f78-00a0c9110057}"
|
||||
},
|
||||
{
|
||||
"$type": "Bookmark",
|
||||
"Name": "ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}"
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 2,
|
||||
"Title": "Form1.Designer.cs",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.Designer.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.Designer.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.Designer.cs",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.Designer.cs",
|
||||
"ViewState": "AgIAAAAAAAAAAAAAAAAAABQAAAAJAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:59.017Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 0,
|
||||
"Title": "Form1.cs",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.cs",
|
||||
"ViewState": "AgIAAAYAAAAAAAAAAAAnwBYAAAAMAAAAAAAAAA==",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:39.117Z",
|
||||
"EditorCaption": ""
|
||||
},
|
||||
{
|
||||
"$type": "Document",
|
||||
"DocumentIndex": 1,
|
||||
"Title": "Form1.cs [Design]",
|
||||
"DocumentMoniker": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs",
|
||||
"RelativeDocumentMoniker": "Digital Clock\\Form1.cs",
|
||||
"ToolTip": "H:\\dev\\windev\\Digital-Clock-in-sharpc\\Digital Clock\\Form1.cs [Design]",
|
||||
"RelativeToolTip": "Digital Clock\\Form1.cs [Design]",
|
||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||
"WhenOpened": "2025-10-10T15:44:31.552Z",
|
||||
"EditorCaption": " [Design]"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
@@ -1,172 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CircularProgressBar</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:CircularProgressBar.CircularProgressBar">
|
||||
<summary>
|
||||
The circular progress bar windows form control
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:CircularProgressBar.CircularProgressBar" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.AnimationFunction">
|
||||
<summary>
|
||||
Sets a known animation function.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.AnimationSpeed">
|
||||
<summary>
|
||||
Gets or sets the animation speed in milliseconds.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.CustomAnimationFunction">
|
||||
<summary>
|
||||
Sets a custom animation function.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.Font">
|
||||
<summary>
|
||||
Gets or sets the font of text in the <see cref="T:CircularProgressBar.CircularProgressBar" />.
|
||||
</summary>
|
||||
<returns>
|
||||
The <see cref="T:System.Drawing.Font" /> of the text. The default is the font set by the container.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.InnerColor">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.InnerMargin">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.InnerWidth">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.OuterColor">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.OuterMargin">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.OuterWidth">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.ProgressColor">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.ProgressWidth">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SecondaryFont">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.StartAngle">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SubscriptColor">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SubscriptMargin">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SubscriptText">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SuperscriptColor">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SuperscriptMargin">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.SuperscriptText">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.Text">
|
||||
<summary>
|
||||
Gets or sets the text in the <see cref="T:CircularProgressBar.CircularProgressBar" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CircularProgressBar.CircularProgressBar.TextMargin">
|
||||
<summary>
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnLocationChanged(System.EventArgs)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
|
||||
<summary>
|
||||
Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.
|
||||
</summary>
|
||||
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data. </param>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnParentBackColorChanged(System.EventArgs)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnParentBackgroundImageChanged(System.EventArgs)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnParentChanged(System.EventArgs)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.OnStyleChanged(System.EventArgs)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.InitializeContinues(System.Boolean)">
|
||||
<summary>
|
||||
Initialize the animation for the continues styling
|
||||
</summary>
|
||||
<param name="firstTime">True if it is the first execution of this function, otherwise false</param>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.InitializeMarquee(System.Boolean)">
|
||||
<summary>
|
||||
Initialize the animation for the marquee styling
|
||||
</summary>
|
||||
<param name="firstTime">True if it is the first execution of this function, otherwise false</param>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.ParentOnInvalidated(System.Object,System.Windows.Forms.InvalidateEventArgs)">
|
||||
<summary>
|
||||
Occurs when parent's display requires redrawing.
|
||||
</summary>
|
||||
<param name="sender"></param>
|
||||
<param name="invalidateEventArgs"></param>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.ParentOnResize(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when the parent resized.
|
||||
</summary>
|
||||
<param name="sender"></param>
|
||||
<param name="eventArgs"></param>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.RecreateBackgroundBrush">
|
||||
<summary>
|
||||
Update or create the brush used for drawing the background
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CircularProgressBar.CircularProgressBar.StartPaint(System.Drawing.Graphics)">
|
||||
<summary>
|
||||
The function responsible for painting the control
|
||||
</summary>
|
||||
<param name="g">The <see cref="T:System.Drawing.Graphics" /> object to draw into</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Digital Clock" asmv2:product="Digital Clock" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" />
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Digital Clock.exe.manifest" size="4861">
|
||||
<assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>pMyg7Svf7zu8W1J8+aZZLBc2mfXX55tbX9UJasNIVX4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="Digital Clock.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!--
|
||||
UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CircularProgressBar.dll" size="17408">
|
||||
<assemblyIdentity name="CircularProgressBar" version="2.8.0.16" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>8tjGstT98CCmBQ3aU2UbOJXQzW/WoFfLgMukRsXrG5I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Digital Clock.exe" size="11176">
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>v18jvkcamzZKX7YUDiMAr60UFXGiHnM7dVsmsq0zPIs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WinFormAnimation.dll" size="38400">
|
||||
<assemblyIdentity name="WinFormAnimation" version="1.6.0.4" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>2QUnKbVg2BnI11FJtsqSxIueGxsMyqUAgKdBZtuOqhI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="Digital Clock.exe.config" size="184">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>X+GtgC9o18R9u9jmAWK6iKuu0WLaXTgchdPkk1MRli4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
</asmv1:assembly>
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
-6
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
Binary file not shown.
-89
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="Digital Clock.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!--
|
||||
UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CircularProgressBar.dll" size="17408">
|
||||
<assemblyIdentity name="CircularProgressBar" version="2.8.0.16" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>8tjGstT98CCmBQ3aU2UbOJXQzW/WoFfLgMukRsXrG5I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Digital Clock.exe" size="11176">
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>v18jvkcamzZKX7YUDiMAr60UFXGiHnM7dVsmsq0zPIs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WinFormAnimation.dll" size="38400">
|
||||
<assemblyIdentity name="WinFormAnimation" version="1.6.0.4" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>2QUnKbVg2BnI11FJtsqSxIueGxsMyqUAgKdBZtuOqhI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="Digital Clock.exe.config" size="184">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>X+GtgC9o18R9u9jmAWK6iKuu0WLaXTgchdPkk1MRli4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<publisherIdentity name="CN=CYAN103\103" issuerKeyHash="a71d5c98fb119e26835dad09a3a8ab8f7c1540c0" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>wDYiIGd5iIjAc7tWoV93xrHaXalclBC3ouPU3bObxKg=</DigestValue></Reference></SignedInfo><SignatureValue>BjGueU6GTNEHHu8pG+IUkbewn3gI8A2jVpr+pFNCAe+lPQQZay6CT2prICyU7Bf+hqjK/Qc3MiDxWjeBAis9upfmhnwZJ1zHRUy9PRua/bsWwvZx6r+T5Aa/LTXmccWDU7jjelL3CsFVn5PXgZ9xPsnMIRKa8Um6nU3Cwhhfxjo=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="a8c49bb3ddd4e3a2b710945ca95ddab1c6775fa156bb73c088887967202236c0" Description="" Url=""><as:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=CYAN103\103</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>7e6nQh/s3V5Oim4b5r6zOlxWq3Kqe9JPP+VkAbjZUUM=</DigestValue></Reference></SignedInfo><SignatureValue>Gefcu3u0l2wwO6pHR+FcgmYC7Qvl48NZheTZSfkfc3EgdeH0tPSKLktFUMTBpMYPgICS+JvXLVzF1leis507+spdo3vBYrVmfmXYAceayxJMGb9P8pGlD4RqZK7f9vg3PboibfQGrUDRM1Gn+CymV2RboJ4I7ETGUln3ax19y04=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQFm7oeJxTaJ5HEgpKaAyz5jANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDHhYAQwBZAEEATgAxADAAMwBcADEAMAAzMB4XDTI1MTAxMDE1NDcyN1oXDTI2MTAxMDIxNDcyN1owITEfMB0GA1UEAx4WAEMAWQBBAE4AMQAwADMAXAAxADAAMzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYECAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ6yirbuFiBhEoNCHc1aOUrYAGSQjYSQfZduo2z+xB6wPb5BY/1gSaSE6a5XbP1yiyzHxW3GdjIzjcU9XjZN4JrBZI/66UzYmVDqT9jezzFDqUawMdaiZiX0K4cDhHYk+/IJIrhmeYspNOU7SeJ7AoehSFLJYa2/tl39EA2OG6WQ==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
BIN
Binary file not shown.
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Digital Clock" asmv2:product="Digital Clock" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" />
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\Digital Clock_1_0_0_0\Digital Clock.exe.manifest" size="8473">
|
||||
<assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RkkWsIdSfOSZyT/wvPNYnvG09vqVEnq7lFQcia1WL58=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<publisherIdentity name="CN=CYAN103\103" issuerKeyHash="a71d5c98fb119e26835dad09a3a8ab8f7c1540c0" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>7e2ihPZuvwia9GW9hGgxcVmqX/WWML4F6HeP2yNKu0o=</DigestValue></Reference></SignedInfo><SignatureValue>FX/Unzthd1VaMAbRAv/qyvBy/hhenhkO+2TcZOG8kjGkntNk9CxwMmAeWBUWM69077OuOm1AaCR90N4MnuDDOJBgz0byVXPyxNrtvKDvzl395IxtNySeOvVg4jcnbWrTNfYRD0qA8HxpwVxVLWNrhXJjWvSe0ya6U2T7GS18F8A=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="4abb4a23db8f77e805be3096f55faa5971316884bd65f49a08bf6ef684a2eded" Description="" Url=""><as:assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=CYAN103\103</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>ReX8e50s9DMMM7rP/8dPWQM0mtEaT1Uf0Xabw0AmPNA=</DigestValue></Reference></SignedInfo><SignatureValue>a+sTGzjtHU5Im+p50Oln7jGHiXSpR+uhLXq/PMAfcQADoZylmjMEmbbG69Ml/If6t5jAhm8RIl19YgVRuDL9m/Y4SPXwNBArABPDv/g9EyMSVBlryMJhFuhgcCUY87FdR6dbkU8UdL6wsKqv2bfK9M9YRYLgpMm9uCD/nAIoBvI=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQFm7oeJxTaJ5HEgpKaAyz5jANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDHhYAQwBZAEEATgAxADAAMwBcADEAMAAzMB4XDTI1MTAxMDE1NDcyN1oXDTI2MTAxMDIxNDcyN1owITEfMB0GA1UEAx4WAEMAWQBBAE4AMQAwADMAXAAxADAAMzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYECAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ6yirbuFiBhEoNCHc1aOUrYAGSQjYSQfZduo2z+xB6wPb5BY/1gSaSE6a5XbP1yiyzHxW3GdjIzjcU9XjZN4JrBZI/66UzYmVDqT9jezzFDqUawMdaiZiX0K4cDhHYk+/IJIrhmeYspNOU7SeJ7AoehSFLJYa2/tl39EA2OG6WQ==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Digital Clock" asmv2:product="Digital Clock" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" />
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Digital Clock.exe.manifest" size="4861">
|
||||
<assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>pMyg7Svf7zu8W1J8+aZZLBc2mfXX55tbX9UJasNIVX4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
edbffea07b590a3f0344cf3b6c3c6d4b51ce1d06369e09c0cb753b7f3f94ddd0
|
||||
@@ -1,19 +0,0 @@
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\Digital Clock.exe.config
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\Digital Clock.exe
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\Digital Clock.pdb
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\CircularProgressBar.dll
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\WinFormAnimation.dll
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\CircularProgressBar.xml
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.csproj.AssemblyReference.cache
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital_Clock.Form1.resources
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital_Clock.Properties.Resources.resources
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.csproj.GenerateResource.cache
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.csproj.CoreCompileInputs.cache
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital .3C4EB7E2.Up2Date
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.exe
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.pdb
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\Digital Clock.exe.manifest
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\bin\Debug\Digital Clock.application
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.exe.config
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.exe.manifest
|
||||
H:\dev\windev\Digital-Clock-in-sharpc\Digital Clock\obj\Debug\Digital Clock.application
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="Digital Clock.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!--
|
||||
UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CircularProgressBar.dll" size="17408">
|
||||
<assemblyIdentity name="CircularProgressBar" version="2.8.0.16" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>8tjGstT98CCmBQ3aU2UbOJXQzW/WoFfLgMukRsXrG5I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Digital Clock.exe" size="11176">
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>v18jvkcamzZKX7YUDiMAr60UFXGiHnM7dVsmsq0zPIs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WinFormAnimation.dll" size="38400">
|
||||
<assemblyIdentity name="WinFormAnimation" version="1.6.0.4" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>2QUnKbVg2BnI11FJtsqSxIueGxsMyqUAgKdBZtuOqhI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="Digital Clock.exe.config" size="184">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>X+GtgC9o18R9u9jmAWK6iKuu0WLaXTgchdPkk1MRli4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
</asmv1:assembly>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
-21
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Digital Clock" asmv2:product="Digital Clock" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" />
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\Digital Clock_1_0_0_0\Digital Clock.exe.manifest" size="8473">
|
||||
<assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RkkWsIdSfOSZyT/wvPNYnvG09vqVEnq7lFQcia1WL58=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<publisherIdentity name="CN=CYAN103\103" issuerKeyHash="a71d5c98fb119e26835dad09a3a8ab8f7c1540c0" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>7e2ihPZuvwia9GW9hGgxcVmqX/WWML4F6HeP2yNKu0o=</DigestValue></Reference></SignedInfo><SignatureValue>FX/Unzthd1VaMAbRAv/qyvBy/hhenhkO+2TcZOG8kjGkntNk9CxwMmAeWBUWM69077OuOm1AaCR90N4MnuDDOJBgz0byVXPyxNrtvKDvzl395IxtNySeOvVg4jcnbWrTNfYRD0qA8HxpwVxVLWNrhXJjWvSe0ya6U2T7GS18F8A=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="4abb4a23db8f77e805be3096f55faa5971316884bd65f49a08bf6ef684a2eded" Description="" Url=""><as:assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=CYAN103\103</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>ReX8e50s9DMMM7rP/8dPWQM0mtEaT1Uf0Xabw0AmPNA=</DigestValue></Reference></SignedInfo><SignatureValue>a+sTGzjtHU5Im+p50Oln7jGHiXSpR+uhLXq/PMAfcQADoZylmjMEmbbG69Ml/If6t5jAhm8RIl19YgVRuDL9m/Y4SPXwNBArABPDv/g9EyMSVBlryMJhFuhgcCUY87FdR6dbkU8UdL6wsKqv2bfK9M9YRYLgpMm9uCD/nAIoBvI=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQFm7oeJxTaJ5HEgpKaAyz5jANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDHhYAQwBZAEEATgAxADAAMwBcADEAMAAzMB4XDTI1MTAxMDE1NDcyN1oXDTI2MTAxMDIxNDcyN1owITEfMB0GA1UEAx4WAEMAWQBBAE4AMQAwADMAXAAxADAAMzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYECAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ6yirbuFiBhEoNCHc1aOUrYAGSQjYSQfZduo2z+xB6wPb5BY/1gSaSE6a5XbP1yiyzHxW3GdjIzjcU9XjZN4JrBZI/66UzYmVDqT9jezzFDqUawMdaiZiX0K4cDhHYk+/IJIrhmeYspNOU7SeJ7AoehSFLJYa2/tl39EA2OG6WQ==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
Binary file not shown.
-89
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="Digital Clock.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!--
|
||||
UAC Manifest Options
|
||||
If you want to change the Windows User Account Control level replace the
|
||||
requestedExecutionLevel node with one of the following.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
If you want to utilize File and Registry Virtualization for backward
|
||||
compatibility then delete the requestedExecutionLevel node.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CircularProgressBar.dll" size="17408">
|
||||
<assemblyIdentity name="CircularProgressBar" version="2.8.0.16" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>8tjGstT98CCmBQ3aU2UbOJXQzW/WoFfLgMukRsXrG5I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Digital Clock.exe" size="11176">
|
||||
<assemblyIdentity name="Digital Clock" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>v18jvkcamzZKX7YUDiMAr60UFXGiHnM7dVsmsq0zPIs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WinFormAnimation.dll" size="38400">
|
||||
<assemblyIdentity name="WinFormAnimation" version="1.6.0.4" publicKeyToken="310FD07B25DF79B3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>2QUnKbVg2BnI11FJtsqSxIueGxsMyqUAgKdBZtuOqhI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="Digital Clock.exe.config" size="184">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>X+GtgC9o18R9u9jmAWK6iKuu0WLaXTgchdPkk1MRli4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<publisherIdentity name="CN=CYAN103\103" issuerKeyHash="a71d5c98fb119e26835dad09a3a8ab8f7c1540c0" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>wDYiIGd5iIjAc7tWoV93xrHaXalclBC3ouPU3bObxKg=</DigestValue></Reference></SignedInfo><SignatureValue>BjGueU6GTNEHHu8pG+IUkbewn3gI8A2jVpr+pFNCAe+lPQQZay6CT2prICyU7Bf+hqjK/Qc3MiDxWjeBAis9upfmhnwZJ1zHRUy9PRua/bsWwvZx6r+T5Aa/LTXmccWDU7jjelL3CsFVn5PXgZ9xPsnMIRKa8Um6nU3Cwhhfxjo=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="a8c49bb3ddd4e3a2b710945ca95ddab1c6775fa156bb73c088887967202236c0" Description="" Url=""><as:assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=CYAN103\103</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>7e6nQh/s3V5Oim4b5r6zOlxWq3Kqe9JPP+VkAbjZUUM=</DigestValue></Reference></SignedInfo><SignatureValue>Gefcu3u0l2wwO6pHR+FcgmYC7Qvl48NZheTZSfkfc3EgdeH0tPSKLktFUMTBpMYPgICS+JvXLVzF1leis507+spdo3vBYrVmfmXYAceayxJMGb9P8pGlD4RqZK7f9vg3PboibfQGrUDRM1Gn+CymV2RboJ4I7ETGUln3ax19y04=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQFm7oeJxTaJ5HEgpKaAyz5jANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDHhYAQwBZAEEATgAxADAAMwBcADEAMAAzMB4XDTI1MTAxMDE1NDcyN1oXDTI2MTAxMDIxNDcyN1owITEfMB0GA1UEAx4WAEMAWQBBAE4AMQAwADMAXAAxADAAMzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYECAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ6yirbuFiBhEoNCHc1aOUrYAGSQjYSQfZduo2z+xB6wPb5BY/1gSaSE6a5XbP1yiyzHxW3GdjIzjcU9XjZN4JrBZI/66UzYmVDqT9jezzFDqUawMdaiZiX0K4cDhHYk+/IJIrhmeYspNOU7SeJ7AoehSFLJYa2/tl39EA2OG6WQ==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
BIN
Binary file not shown.
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Digital Clock" asmv2:product="Digital Clock" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" />
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\Digital Clock_1_0_0_0\Digital Clock.exe.manifest" size="8473">
|
||||
<assemblyIdentity name="Digital Clock.exe" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RkkWsIdSfOSZyT/wvPNYnvG09vqVEnq7lFQcia1WL58=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<publisherIdentity name="CN=CYAN103\103" issuerKeyHash="a71d5c98fb119e26835dad09a3a8ab8f7c1540c0" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>7e2ihPZuvwia9GW9hGgxcVmqX/WWML4F6HeP2yNKu0o=</DigestValue></Reference></SignedInfo><SignatureValue>FX/Unzthd1VaMAbRAv/qyvBy/hhenhkO+2TcZOG8kjGkntNk9CxwMmAeWBUWM69077OuOm1AaCR90N4MnuDDOJBgz0byVXPyxNrtvKDvzl395IxtNySeOvVg4jcnbWrTNfYRD0qA8HxpwVxVLWNrhXJjWvSe0ya6U2T7GS18F8A=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="4abb4a23db8f77e805be3096f55faa5971316884bd65f49a08bf6ef684a2eded" Description="" Url=""><as:assemblyIdentity name="Digital Clock.application" version="1.0.0.0" publicKeyToken="2476834c968b46ec" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=CYAN103\103</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /><DigestValue>ReX8e50s9DMMM7rP/8dPWQM0mtEaT1Uf0Xabw0AmPNA=</DigestValue></Reference></SignedInfo><SignatureValue>a+sTGzjtHU5Im+p50Oln7jGHiXSpR+uhLXq/PMAfcQADoZylmjMEmbbG69Ml/If6t5jAhm8RIl19YgVRuDL9m/Y4SPXwNBArABPDv/g9EyMSVBlryMJhFuhgcCUY87FdR6dbkU8UdL6wsKqv2bfK9M9YRYLgpMm9uCD/nAIoBvI=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>tihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYE=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBxTCCAS6gAwIBAgIQFm7oeJxTaJ5HEgpKaAyz5jANBgkqhkiG9w0BAQsFADAhMR8wHQYDVQQDHhYAQwBZAEEATgAxADAAMwBcADEAMAAzMB4XDTI1MTAxMDE1NDcyN1oXDTI2MTAxMDIxNDcyN1owITEfMB0GA1UEAx4WAEMAWQBBAE4AMQAwADMAXAAxADAAMzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAtihUlT/tGJf6cd4aqDDut3z724fOZIlNr/0X1eRxyM5YkTuffIpzakMMzc3asfpEiWBTmbFzNHNFaHK9G6b6biHxHnW2AJ4iTLhi4kJTjj0tyxZPi3u9SrQP2DTVQMFdo+F9FquGYtmKLZ0gf1nF/pNcTwFNjIWHDWoe1vFIEYECAwEAATANBgkqhkiG9w0BAQsFAAOBgQAQ6yirbuFiBhEoNCHc1aOUrYAGSQjYSQfZduo2z+xB6wPb5BY/1gSaSE6a5XbP1yiyzHxW3GdjIzjcU9XjZN4JrBZI/66UzYmVDqT9jezzFDqUawMdaiZiX0K4cDhHYk+/IJIrhmeYspNOU7SeJ7AoehSFLJYa2/tl39EA2OG6WQ==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
|
||||
Binary file not shown.
Reference in New Issue
Block a user