Skip to content

Commit 071be2b

Browse files
committed
File cleanup
1 parent 6200846 commit 071be2b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Software/OpenAstroTracker ASCOM/OAT PC Control/OAT PC Control.vbproj renamed to Software/OpenAstroTracker ASCOM/OAT PC Control/OpenAstroTracker PC Control.vbproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<ProductVersion>
77
</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}</ProjectGuid>
9+
<ProjectGuid>{B4C4A536-AC59-45B5-A27B-C54CA866F665}</ProjectGuid>
1010
<OutputType>WinExe</OutputType>
1111
<StartupObject>ASCOM.OpenAstroTracker.My.MyApplication</StartupObject>
1212
<RootNamespace>ASCOM.OpenAstroTracker</RootNamespace>
13-
<AssemblyName>ASCOM.OpenAstroTracker.Test</AssemblyName>
13+
<AssemblyName>OpenAstroTracker_PCControl</AssemblyName>
1414
<FileAlignment>512</FileAlignment>
1515
<MyType>WindowsForms</MyType>
1616
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -23,7 +23,7 @@
2323
<DefineDebug>true</DefineDebug>
2424
<DefineTrace>true</DefineTrace>
2525
<OutputPath>bin\Debug\</OutputPath>
26-
<DocumentationFile>ASCOM.OpenAstroTracker.Test.xml</DocumentationFile>
26+
<DocumentationFile>OpenAstroTracker_PCControl.xml</DocumentationFile>
2727
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
@@ -33,7 +33,7 @@
3333
<DefineTrace>true</DefineTrace>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DocumentationFile>ASCOM.OpenAstroTracker.Test.xml</DocumentationFile>
36+
<DocumentationFile>OpenAstroTracker_PCControl.xml</DocumentationFile>
3737
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
3838
</PropertyGroup>
3939
<PropertyGroup>

Software/OpenAstroTracker ASCOM/OpenAstroTracker ASCOM.sln

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.40629.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OpenAstroTracker ASCOM", "OpenAstroTracker ASCOM\OpenAstroTracker ASCOM.vbproj", "{71BB4DA7-4092-416D-89FE-97CD15207371}"
77
EndProject
8-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OAT PC Control", "OAT PC Control\OAT PC Control.vbproj", "{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}"
8+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "OpenAstroTracker PC Control", "OAT PC Control\OpenAstroTracker PC Control.vbproj", "{B4C4A536-AC59-45B5-A27B-C54CA866F665}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,16 +27,16 @@ Global
2727
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
2828
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|Mixed Platforms.Build.0 = Release|Any CPU
2929
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|x86.ActiveCfg = Release|Any CPU
30-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|Any CPU.ActiveCfg = Debug|x86
31-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
32-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|Mixed Platforms.Build.0 = Debug|x86
33-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x86.ActiveCfg = Debug|x86
34-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x86.Build.0 = Debug|x86
35-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|Any CPU.ActiveCfg = Release|x86
36-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|Mixed Platforms.ActiveCfg = Release|x86
37-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|Mixed Platforms.Build.0 = Release|x86
38-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x86.ActiveCfg = Release|x86
39-
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x86.Build.0 = Release|x86
30+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Debug|Any CPU.ActiveCfg = Debug|x86
31+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
32+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Debug|Mixed Platforms.Build.0 = Debug|x86
33+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Debug|x86.ActiveCfg = Debug|x86
34+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Debug|x86.Build.0 = Debug|x86
35+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Release|Any CPU.ActiveCfg = Release|x86
36+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Release|Mixed Platforms.ActiveCfg = Release|x86
37+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Release|Mixed Platforms.Build.0 = Release|x86
38+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Release|x86.ActiveCfg = Release|x86
39+
{B4C4A536-AC59-45B5-A27B-C54CA866F665}.Release|x86.Build.0 = Release|x86
4040
EndGlobalSection
4141
GlobalSection(SolutionProperties) = preSolution
4242
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)