Skip to content

Commit 91e363e

Browse files
committed
Add build results
1 parent 7f654f6 commit 91e363e

11 files changed

+182
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
mono_crash.*
1818

1919
# Build results
20-
[Dd]ebug/
2120
[Dd]ebugPublic/
22-
[Rr]elease/
2321
[Rr]eleases/
2422
x64/
2523
x86/
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="ASCOM.OpenAstroTracker.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
10+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
11+
<userSettings>
12+
<ASCOM.OpenAstroTracker.My.MySettings>
13+
<setting name="DriverId" serializeAs="String">
14+
<value/>
15+
</setting>
16+
</ASCOM.OpenAstroTracker.My.MySettings>
17+
</userSettings>
18+
</configuration>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="ASCOM.OpenAstroTracker.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
10+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
11+
<userSettings>
12+
<ASCOM.OpenAstroTracker.My.MySettings>
13+
<setting name="DriverId" serializeAs="String">
14+
<value/>
15+
</setting>
16+
</ASCOM.OpenAstroTracker.My.MySettings>
17+
</userSettings>
18+
</configuration>
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
5+
<security>
6+
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
7+
<!-- UAC Manifest Options
8+
If you want to change the Windows User Account Control level replace the
9+
requestedExecutionLevel node with one of the following.
10+
11+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
12+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
13+
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
14+
15+
Specifying requestedExecutionLevel node will disable file and registry virtualization.
16+
If you want to utilize File and Registry Virtualization for backward
17+
compatibility then delete the requestedExecutionLevel node.
18+
-->
19+
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
20+
</requestedPrivileges>
21+
</security>
22+
</trustInfo>
23+
24+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
25+
<application>
26+
<!-- A list of all Windows versions that this application is designed to work with. Windows will automatically select the most compatible environment.-->
27+
28+
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
29+
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
30+
31+
</application>
32+
</compatibility>
33+
34+
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
35+
<!-- <dependency>
36+
<dependentAssembly>
37+
<assemblyIdentity
38+
type="win32"
39+
name="Microsoft.Windows.Common-Controls"
40+
version="6.0.0.0"
41+
processorArchitecture="*"
42+
publicKeyToken="6595b64144ccf1df"
43+
language="*"
44+
/>
45+
</dependentAssembly>
46+
</dependency>-->
47+
48+
</asmv1:assembly>
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0"?>
2+
<doc>
3+
<assembly>
4+
<name>
5+
OpenAstroTracker_PCControl
6+
</name>
7+
</assembly>
8+
<members>
9+
<member name="P:ASCOM.OpenAstroTracker.My.Resources.Resources.ResourceManager">
10+
<summary>
11+
Returns the cached ResourceManager instance used by this class.
12+
</summary>
13+
</member><member name="P:ASCOM.OpenAstroTracker.My.Resources.Resources.Culture">
14+
<summary>
15+
Overrides the current thread's CurrentUICulture property for all
16+
resource lookups using this strongly typed resource class.
17+
</summary>
18+
</member><member name="T:ASCOM.OpenAstroTracker.My.Resources.Resources">
19+
<summary>
20+
A strongly-typed resource class, for looking up localized strings, etc.
21+
</summary>
22+
</member><member name="M:ASCOM.OpenAstroTracker.frmMain.buttonChoose_Click(System.Object,System.EventArgs)">
23+
<summary>
24+
This event is where the driver is choosen. The device ID will be saved in the settings.
25+
</summary>
26+
<param name="sender">The source of the event.</param>
27+
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
28+
</member><member name="M:ASCOM.OpenAstroTracker.frmMain.buttonConnect_Click(System.Object,System.EventArgs)">
29+
<summary>
30+
Connects to the device to be tested.
31+
</summary>
32+
<param name="sender">The source of the event.</param>
33+
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
34+
</member><member name="M:ASCOM.OpenAstroTracker.frmMain.SetUIState">
35+
<summary>
36+
Sets the state of the UI depending on the device state
37+
</summary>
38+
</member><member name="P:ASCOM.OpenAstroTracker.frmMain.IsConnected">
39+
<summary>
40+
Gets a value indicating whether this instance is connected.
41+
</summary>
42+
<value>
43+
<c>true</c> if this instance is connected; otherwise, <c>false</c>.
44+
45+
</value>
46+
</member>
47+
</members>
48+
</doc>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<configSections>
4+
</configSections>
5+
<system.diagnostics>
6+
<sources>
7+
<!-- This section defines the logging configuration for My.Application.Log -->
8+
<source name="DefaultSource" switchName="DefaultSwitch">
9+
<listeners>
10+
<add name="FileLog"/>
11+
<!-- Uncomment the below section to write to the Application Event Log -->
12+
<!--<add name="EventLog"/>-->
13+
</listeners>
14+
</source>
15+
</sources>
16+
<switches>
17+
<add name="DefaultSwitch" value="Information"/>
18+
</switches>
19+
<sharedListeners>
20+
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
21+
<!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
22+
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
23+
</sharedListeners>
24+
</system.diagnostics>
25+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>

0 commit comments

Comments
 (0)