Skip to content

Commit 0e69c9a

Browse files
committed
Update a few project properties
1 parent 64172c3 commit 0e69c9a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

ActiveWindowLogger/ActiveWindowLogger.vbproj

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,25 @@
2323
<SignManifests>true</SignManifests>
2424
<IsWebBootstrapper>true</IsWebBootstrapper>
2525
<ApplicationIcon>Double-J-Design-Diagram-Free-Diary-book.ico</ApplicationIcon>
26+
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
2627
<PublishUrl>publish\</PublishUrl>
2728
<Install>true</Install>
2829
<InstallFrom>Web</InstallFrom>
29-
<UpdateEnabled>false</UpdateEnabled>
30+
<UpdateEnabled>true</UpdateEnabled>
3031
<UpdateMode>Foreground</UpdateMode>
3132
<UpdateInterval>7</UpdateInterval>
3233
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
3334
<UpdatePeriodically>false</UpdatePeriodically>
3435
<UpdateRequired>false</UpdateRequired>
3536
<MapFileExtensions>true</MapFileExtensions>
3637
<InstallUrl>https://raw.githubusercontent.com/TheCodeArtist/Active-Window-Logger/master/ActiveWindowLogger/publish/</InstallUrl>
37-
<ApplicationRevision>2</ApplicationRevision>
38-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
39-
<UseApplicationTrust>false</UseApplicationTrust>
38+
<TargetCulture>en-GB</TargetCulture>
39+
<ProductName>Active Window Logger</ProductName>
40+
<PublisherName>Active Window Logger</PublisherName>
41+
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
42+
<ApplicationRevision>3</ApplicationRevision>
43+
<ApplicationVersion>1.0.0.3</ApplicationVersion>
44+
<UseApplicationTrust>true</UseApplicationTrust>
4045
<BootstrapperEnabled>true</BootstrapperEnabled>
4146
</PropertyGroup>
4247
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -133,6 +138,7 @@
133138
</EmbeddedResource>
134139
</ItemGroup>
135140
<ItemGroup>
141+
<None Include="My Project\app.manifest" />
136142
<None Include="My Project\Application.myapp">
137143
<Generator>MyApplicationCodeGenerator</Generator>
138144
<LastGenOutput>Application.Designer.vb</LastGenOutput>

ActiveWindowLogger/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Imports System.Runtime.InteropServices
1212

1313
<Assembly: AssemblyTitle("Active Window Logger")>
1414
<Assembly: AssemblyDescription("Smartly log the active foreground window of the system to transparently capture usage analytics.")>
15-
<Assembly: AssemblyCompany("CVS Game Studios")>
15+
<Assembly: AssemblyCompany("")>
1616
<Assembly: AssemblyProduct("Active Window Logger")>
1717
<Assembly: AssemblyCopyright("CC BY-SA 4.0 - 2015")>
1818
<Assembly: AssemblyTrademark("Active Window Logger")>
1919

20-
<Assembly: ComVisible(False)>
20+
<Assembly: ComVisible(True)>
2121

2222
'The following GUID is for the ID of the typelib if this project is exposed to COM
2323
<Assembly: Guid("78626270-da34-490b-aff6-667fdc88da5d")>

0 commit comments

Comments
 (0)