Skip to content

Commit 38bddb0

Browse files
committed
Added the ability to Clear the Creation and Last Access Dates on files
1 parent 9b4300c commit 38bddb0

File tree

6 files changed

+324
-89
lines changed

6 files changed

+324
-89
lines changed

DiskImageTool/DiskImageTool.vbproj

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1616
<Deterministic>true</Deterministic>
17+
<IsWebBootstrapper>false</IsWebBootstrapper>
18+
<PublishUrl>publish\</PublishUrl>
19+
<Install>true</Install>
20+
<InstallFrom>Disk</InstallFrom>
21+
<UpdateEnabled>false</UpdateEnabled>
22+
<UpdateMode>Foreground</UpdateMode>
23+
<UpdateInterval>7</UpdateInterval>
24+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
25+
<UpdatePeriodically>false</UpdatePeriodically>
26+
<UpdateRequired>false</UpdateRequired>
27+
<MapFileExtensions>true</MapFileExtensions>
28+
<SupportUrl>https://github.com/Digitoxin1/DiskImageTool</SupportUrl>
29+
<TargetCulture>en-US</TargetCulture>
30+
<ProductName>DiskImageTool</ProductName>
31+
<PublisherName>Digitoxin</PublisherName>
32+
<ApplicationRevision>1</ApplicationRevision>
33+
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
34+
<UseApplicationTrust>false</UseApplicationTrust>
35+
<PublishWizardCompleted>true</PublishWizardCompleted>
36+
<BootstrapperEnabled>true</BootstrapperEnabled>
1737
</PropertyGroup>
1838
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1939
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -47,6 +67,18 @@
4767
<PropertyGroup>
4868
<OptionInfer>On</OptionInfer>
4969
</PropertyGroup>
70+
<PropertyGroup>
71+
<ManifestCertificateThumbprint>E88FADEAF2B281A84322CCD17A348030A4833C61</ManifestCertificateThumbprint>
72+
</PropertyGroup>
73+
<PropertyGroup>
74+
<ManifestKeyFile>DiskImageTool_TemporaryKey.pfx</ManifestKeyFile>
75+
</PropertyGroup>
76+
<PropertyGroup>
77+
<GenerateManifests>true</GenerateManifests>
78+
</PropertyGroup>
79+
<PropertyGroup>
80+
<SignManifests>true</SignManifests>
81+
</PropertyGroup>
5082
<ItemGroup>
5183
<Reference Include="System" />
5284
<Reference Include="System.Data" />
@@ -131,6 +163,7 @@
131163
</EmbeddedResource>
132164
</ItemGroup>
133165
<ItemGroup>
166+
<None Include="DiskImageTool_TemporaryKey.pfx" />
134167
<None Include="My Project\Application.myapp">
135168
<Generator>MyApplicationCodeGenerator</Generator>
136169
<LastGenOutput>Application.Designer.vb</LastGenOutput>
@@ -142,5 +175,17 @@
142175
</None>
143176
<None Include="App.config" />
144177
</ItemGroup>
178+
<ItemGroup>
179+
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
180+
<Visible>False</Visible>
181+
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
182+
<Install>true</Install>
183+
</BootstrapperPackage>
184+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
185+
<Visible>False</Visible>
186+
<ProductName>.NET Framework 3.5 SP1</ProductName>
187+
<Install>false</Install>
188+
</BootstrapperPackage>
189+
</ItemGroup>
145190
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
146191
</Project>

DiskImageTool/HexViewForm.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DiskImageTool/MainForm.Designer.vb

Lines changed: 95 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DiskImageTool/MainForm.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,7 @@
150150
<metadata name="HashValue.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
151151
<value>False</value>
152152
</metadata>
153+
<metadata name="ColumnHeader1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
154+
<value>False</value>
155+
</metadata>
153156
</root>

0 commit comments

Comments
 (0)