Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75f9c0c0ec | ||
|
|
dbcad3e7b6 | ||
|
|
e0462057a3 | ||
|
|
37e2b6c07f | ||
|
|
f530079f09 | ||
|
|
1f04121586 | ||
|
|
79b30f8010 | ||
|
|
e705329c22 | ||
|
|
2fcf69ae78 | ||
|
|
8d77267dcf | ||
|
|
277d4ed58c | ||
|
|
402006a4f4 | ||
|
|
9ecdbeaa5a | ||
|
|
42efe17242 | ||
|
|
1c9902d934 | ||
|
|
377eac2700 | ||
|
|
24a312e2bf | ||
|
|
8845aa2765 | ||
|
|
ddf12f2823 | ||
|
|
8ea8779961 | ||
|
|
3022edecb3 | ||
|
|
c2a96579e4 | ||
|
|
ee5ec01f65 | ||
|
|
f4674c8515 | ||
|
|
5a1877c715 | ||
|
|
cf5607f783 | ||
|
|
a90f31540d | ||
|
|
aeb6b43254 | ||
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 | ||
|
|
b86b1ea8dd | ||
|
|
ab21c9d1b7 | ||
|
|
233d5c9f2e | ||
|
|
f589b6f1bf | ||
|
|
49efbea146 | ||
|
|
da4ad80b8c | ||
|
|
b992b7b804 | ||
|
|
5d9a123932 | ||
|
|
1594d03086 | ||
|
|
176f2d4f95 | ||
|
|
f8597e5d82 | ||
|
|
fe7a3cf044 | ||
|
|
7bb51ec6a8 | ||
|
|
d2d156e31b | ||
|
|
5ccad6ae58 | ||
|
|
242ebfa1a9 | ||
|
|
e2d44a752f | ||
|
|
1f3576c787 | ||
|
|
47252f024f | ||
|
|
b752455524 | ||
|
|
8871ea4388 | ||
|
|
38cd5d17e8 | ||
|
|
0a2e4f5dbd | ||
|
|
7f4adaf758 | ||
|
|
1fdee7d04b | ||
|
|
6915a4f171 | ||
|
|
2d2eaf6a21 | ||
|
|
792fbc419e | ||
|
|
af4864454d | ||
|
|
3d7afbc88a | ||
|
|
c64bc17dc2 | ||
|
|
289770a12d | ||
|
|
f220333f17 | ||
|
|
ab2ce11105 | ||
|
|
1f6be4c9fd | ||
|
|
b9740d9828 | ||
|
|
05e81b5874 | ||
|
|
879ae06ed7 | ||
|
|
7e32931c23 | ||
|
|
1eadd44e03 | ||
|
|
7b31213fd9 | ||
|
|
6f17849031 | ||
|
|
93f3a68635 | ||
|
|
b1119b9b71 | ||
|
|
5837e624ac | ||
|
|
c6553de241 | ||
|
|
70041ea629 | ||
|
|
2d639169ae |
Binary file not shown.
+12
-24
@@ -42,15 +42,11 @@ jobs:
|
||||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Release
|
||||
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||
retention-days: 1
|
||||
env:
|
||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
||||
|
||||
###dotnet publish -c Release -r linux-x64 --self-contained true -o ./publish_ubuntu
|
||||
|
||||
- name: Show Github infos
|
||||
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'
|
||||
|
||||
- name: Create Release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
@@ -62,27 +58,19 @@ jobs:
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
|
||||
- name: Upload Release Asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${ MYURL }
|
||||
asset_path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\Release.zip
|
||||
asset_name: Release.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Zipping up Release folder
|
||||
run: 7z a release.zip "${{ github.workspace }}\Digital Clock\bin\Release\"
|
||||
|
||||
- name: Upload Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
draft: false
|
||||
prerelease: false
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||
files: ${{ github.workspace }}\release.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"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]"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"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]"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,90 +1,131 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{94E687F4-E72A-4560-8544-21A96E5736FB}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>Digital_Clock</RootNamespace>
|
||||
<AssemblyName>Digital Clock</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CircularProgressBar, Version=2.8.0.16, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CircularProgressBar.2.8.0.16\lib\net40\CircularProgressBar.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="WinFormAnimation, Version=1.6.0.4, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\WinFormAnimation.1.6.0.4\lib\net40\WinFormAnimation.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{94E687F4-E72A-4560-8544-21A96E5736FB}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>Digital_Clock</RootNamespace>
|
||||
<AssemblyName>Digital Clock</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>AEBE423FC848028118CB7D33738788CD59F0DCBA</ManifestCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestKeyFile>Digital Clock_TemporaryKey.pfx</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>true</SignManifests>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CircularProgressBar, Version=2.8.0.16, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CircularProgressBar.2.8.0.16\lib\net40\CircularProgressBar.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="WinFormAnimation, Version=1.6.0.4, Culture=neutral, PublicKeyToken=310fd07b25df79b3, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\WinFormAnimation.1.6.0.4\lib\net40\WinFormAnimation.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="Digital Clock_TemporaryKey.pfx" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>publish\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
<UpdateUrlHistory />
|
||||
<BootstrapperUrlHistory />
|
||||
<ErrorReportUrlHistory />
|
||||
<FallbackCulture>en-US</FallbackCulture>
|
||||
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,172 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?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.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,89 @@
|
||||
<?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
@@ -0,0 +1,6 @@
|
||||
<?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
@@ -0,0 +1,89 @@
|
||||
<?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.
@@ -0,0 +1,21 @@
|
||||
<?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.
@@ -0,0 +1,4 @@
|
||||
// <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.
@@ -0,0 +1,21 @@
|
||||
<?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.
@@ -0,0 +1 @@
|
||||
edbffea07b590a3f0344cf3b6c3c6d4b51ce1d06369e09c0cb753b7f3f94ddd0
|
||||
@@ -0,0 +1,19 @@
|
||||
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.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,89 @@
|
||||
<?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
@@ -0,0 +1,21 @@
|
||||
<?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
@@ -0,0 +1,6 @@
|
||||
<?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
@@ -0,0 +1,89 @@
|
||||
<?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.
@@ -0,0 +1,21 @@
|
||||
<?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