Skip to content

Commit

Permalink
Added installer project + Updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thmundal committed May 17, 2019
1 parent 5fc5efd commit 3e589ed
Show file tree
Hide file tree
Showing 11 changed files with 5,079 additions and 99 deletions.
3,972 changes: 3,972 additions & 0 deletions SatStat install wizard/SatStat install wizard.vdproj

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions SatStat.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SatStat", "SatStat\SatStat.csproj", "{C2D017F2-F65E-4F05-85A5-A620A8DEE95C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SatStatTests", "SatStat_SWLayer_Tests\SatStatTests.csproj", "{149EB5E4-DC96-4E70-933D-BA90FE99C5EB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SatStat_HWLayer", "SatStat_HWLayer\SatStat_HWLayer.vcxproj", "{C5F80730-F44F-4478-BDAE-6634EFC2CA88}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SatStat install wizard", "SatStat install wizard\SatStat install wizard.vdproj", "{23806A6A-9619-48F2-990F-6C64980E7575}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -39,6 +41,10 @@ Global
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|Any CPU.ActiveCfg = Release|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|x86.ActiveCfg = Release|Win32
{C5F80730-F44F-4478-BDAE-6634EFC2CA88}.Release|x86.Build.0 = Release|Win32
{23806A6A-9619-48F2-990F-6C64980E7575}.Debug|Any CPU.ActiveCfg = Debug
{23806A6A-9619-48F2-990F-6C64980E7575}.Debug|x86.ActiveCfg = Debug
{23806A6A-9619-48F2-990F-6C64980E7575}.Release|Any CPU.ActiveCfg = Release
{23806A6A-9619-48F2-990F-6C64980E7575}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions SatStat/SatStat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>satlight_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="LibUsbDotNet.LibUsbDotNet, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c677239abe1e02a9, processorArchitecture=MSIL">
<HintPath>..\packages\LibUsbDotNet.2.2.29\lib\net45\LibUsbDotNet.LibUsbDotNet.dll</HintPath>
Expand Down Expand Up @@ -194,6 +197,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="satlight_icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\docfx.console.2.40.10\build\docfx.console.targets" Condition="Exists('..\packages\docfx.console.2.40.10\build\docfx.console.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
50 changes: 26 additions & 24 deletions SatStat/Source/SatStatMainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3e589ed

Please sign in to comment.