Skip to content

Commit 366b3ce

Browse files
committed
Added publish folder
1 parent 2ffc012 commit 366b3ce

15 files changed

+326
-6
lines changed

VB/ServerActions.vbproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@
264264
</ItemGroup>
265265
<ItemGroup>
266266
<COMReference Include="ADODB">
267-
<Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
267+
<Guid>{2A75196C-D9EB-4129-B803-931327F72D5C}</Guid>
268268
<VersionMajor>2</VersionMajor>
269-
<VersionMinor>5</VersionMinor>
269+
<VersionMinor>8</VersionMinor>
270270
<Lcid>0</Lcid>
271271
<WrapperTool>primary</WrapperTool>
272272
<Isolated>False</Isolated>
@@ -304,8 +304,8 @@
304304
<VisualStudio>
305305
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
306306
<ProjectProperties HostName="Excel" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Excel" Language="vb" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\15.0\Excel\InstallRoot\Path#excel.exe" DebugInfoCommandLine="/x" AddItemTemplatesGuid="{DCFE8D25-4715-4C33-9EAB-A34A9EBC9544}" />
307-
<Host Name="Excel" IconIndex="0">
308-
<HostItem Name="ThisAddIn" Code="ThisAddIn.vb" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.vb" />
307+
<Host Name="Excel" PublishedHash="69C324AB27932AA2FBF2B7EA72250886FF164DE6" IconIndex="0">
308+
<HostItem Name="ThisAddIn" Code="ThisAddIn.vb" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.vb" PublishedHash="501F60F3B8BAF1916C7D50AECC5342A51A6B73BE" />
309309
</Host>
310310
</FlavorProperties>
311311
</VisualStudio>

VB/ServerActions.vbproj.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PublishUrlHistory>publish\</PublishUrlHistory>
5-
<InstallUrlHistory>https://raw.githubusercontent.com/aduguid/ServerActions/master/VB/publish/|https://raw.githubusercontent.com/aduguid/ScriptHelp/master/CS/publish/</InstallUrlHistory>
6-
<SupportUrlHistory />
5+
<InstallUrlHistory>https://raw.githubusercontent.com/aduguid/ServerActions/master/VB/publish/</InstallUrlHistory>
6+
<SupportUrlHistory>https://github.com/aduguid/ServerActions/blob/master/README.md</SupportUrlHistory>
77
</PropertyGroup>
88
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5+
<section name="ServerActions.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6+
</sectionGroup>
7+
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
8+
<section name="ServerActions.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9+
</sectionGroup>
10+
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
11+
</configSections>
12+
<system.diagnostics>
13+
<sources>
14+
<!-- This section defines the logging configuration for My.Application.Log -->
15+
<source name="DefaultSource" switchName="DefaultSwitch">
16+
<listeners>
17+
<add name="FileLog"/>
18+
<!-- Uncomment the below section to write to the Application Event Log -->
19+
<!--<add name="EventLog"/>-->
20+
</listeners>
21+
</source>
22+
</sources>
23+
<switches>
24+
<add name="DefaultSwitch" value="Information" />
25+
</switches>
26+
<sharedListeners>
27+
<add name="FileLog"
28+
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
29+
initializeData="FileLogWriter"/>
30+
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
31+
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
32+
</sharedListeners>
33+
</system.diagnostics>
34+
<userSettings>
35+
<ServerActions.MySettings>
36+
<setting name="App_PathReadMe" serializeAs="String">
37+
<value>https://github.com/aduguid/ServerActions/blob/master/README.md</value>
38+
</setting>
39+
<setting name="Ping_ServerName" serializeAs="String">
40+
<value>dNSHostname</value>
41+
</setting>
42+
<setting name="Ping_Results" serializeAs="String">
43+
<value>Results</value>
44+
</setting>
45+
<setting name="Rdg_ServerName" serializeAs="String">
46+
<value>dNSHostname</value>
47+
</setting>
48+
<setting name="Rdg_Description" serializeAs="String">
49+
<value>CN</value>
50+
</setting>
51+
<setting name="Rdg_FileName" serializeAs="String">
52+
<value>C:\Temp\Test.rdg</value>
53+
</setting>
54+
<setting name="App_PathNewIssue" serializeAs="String">
55+
<value>https://github.com/aduguid/ServerActions/issues/new</value>
56+
</setting>
57+
<setting name="App_ReleaseDate" serializeAs="String">
58+
<value>07/31/2017 12:00:00</value>
59+
</setting>
60+
<setting name="Rdg_Comment" serializeAs="String">
61+
<value>OperatingSystem</value>
62+
</setting>
63+
<setting name="Rdg_LdapPath" serializeAs="String">
64+
<value>LDAP://OU=Servers,OU=FT,DC=federationtraining,DC=edu,DC=au</value>
65+
</setting>
66+
<setting name="Rdg_LdapQry" serializeAs="String">
67+
<value>SELECT whenCreated, whenChanged, distinguishedName, OperatingSystem, OperatingSystemVersion, dNSHostname, Name, CN FROM '[Rdg.LdapPath]' WHERE objectClass = 'computer'</value>
68+
</setting>
69+
<setting name="Rdg_ServerGroup" serializeAs="String">
70+
<value>ServerType</value>
71+
</setting>
72+
<setting name="Rdg_SheetName" serializeAs="String">
73+
<value>Servers</value>
74+
</setting>
75+
</ServerActions.MySettings>
76+
</userSettings>
77+
<applicationSettings>
78+
<ServerActions.MySettings>
79+
<setting name="App_Author" serializeAs="String">
80+
<value>Anthony Duguid</value>
81+
</setting>
82+
</ServerActions.MySettings>
83+
</applicationSettings>
84+
<log4net>
85+
<appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender">
86+
<layout type="log4net.Layout.PatternLayout">
87+
<conversionPattern value="%date [%thread] %-5level %logger [%ndc] - %message%newline"/>
88+
</layout>
89+
</appender>
90+
<appender name="FileAppender" type="log4net.Appender.FileAppender">
91+
<file value="C:\Temp\excel_addin.server_actions.log"/>
92+
<appendToFile value="true"/>
93+
<lockingModel type="log4net.Appender.FileAppender+MinimalLock"/>
94+
<layout type="log4net.Layout.PatternLayout">
95+
<conversionPattern value="%date|%-5level|%message%newline"/>
96+
</layout>
97+
</appender>
98+
<root>
99+
<level value="ALL"/>
100+
<appender-ref ref="FileAppender"/>
101+
</root>
102+
</log4net>
103+
</configuration>
Binary file not shown.

0 commit comments

Comments
 (0)