Skip to content

Commit

Permalink
- pre ICE 3.46
Browse files Browse the repository at this point in the history
- fix IGCLib project
- gitignore
  • Loading branch information
kgersen committed Mar 14, 2016
1 parent 5698801 commit 1826008
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 27 deletions.
245 changes: 245 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,245 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml
32 changes: 32 additions & 0 deletions ICE/CoreDump/CoreDump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
<AssemblyName>CoreDump</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -54,6 +69,23 @@
<Name>IGCLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
27 changes: 15 additions & 12 deletions ICE/ICE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ICE", "ICE.vcxproj", "{37497268-7FD2-410C-863E-0E88E05AC7C7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IGCLib", "IGCLib\IGCLib.vcxproj", "{EDE83343-470F-4718-AF8E-1F1D438EA77D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICE3", "ICE3\ICE3.csproj", "{3FBEC08A-FEEE-426E-9F8A-C68B8A6ED922}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICECube", "ICECube\ICECube.csproj", "{9C76CAAC-82F8-460C-B072-44987D8E28F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoreDump", "CoreDump\CoreDump.csproj", "{2ACBB749-5E7C-4936-BF92-D0024C5C0D2C}"
ProjectSection(ProjectDependencies) = postProject
{EDE83343-470F-4718-AF8E-1F1D438EA77D} = {EDE83343-470F-4718-AF8E-1F1D438EA77D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IGCLib", "IGCLib\IGCLib.vcxproj", "{EDE83343-470F-4718-AF8E-1F1D438EA77D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -30,16 +33,6 @@ Global
{37497268-7FD2-410C-863E-0E88E05AC7C7}.Release|Mixed Platforms.Build.0 = Release|Win32
{37497268-7FD2-410C-863E-0E88E05AC7C7}.Release|Win32.ActiveCfg = Release|Win32
{37497268-7FD2-410C-863E-0E88E05AC7C7}.Release|Win32.Build.0 = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Win32.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Win32.Build.0 = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Any CPU.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Mixed Platforms.Build.0 = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Win32.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Win32.Build.0 = Release|Win32
{3FBEC08A-FEEE-426E-9F8A-C68B8A6ED922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FBEC08A-FEEE-426E-9F8A-C68B8A6ED922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FBEC08A-FEEE-426E-9F8A-C68B8A6ED922}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -70,6 +63,16 @@ Global
{2ACBB749-5E7C-4936-BF92-D0024C5C0D2C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2ACBB749-5E7C-4936-BF92-D0024C5C0D2C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2ACBB749-5E7C-4936-BF92-D0024C5C0D2C}.Release|Win32.ActiveCfg = Release|Any CPU
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Any CPU.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Win32.ActiveCfg = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Debug|Win32.Build.0 = Debug|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Any CPU.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Mixed Platforms.Build.0 = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Win32.ActiveCfg = Release|Win32
{EDE83343-470F-4718-AF8E-1F1D438EA77D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 0 additions & 6 deletions ICE/ICE3/ICE3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IGCLib\IGCLib.vcxproj">
<Project>{EDE83343-470F-4718-AF8E-1F1D438EA77D}</Project>
<Name>IGCLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand Down
6 changes: 0 additions & 6 deletions ICE/ICECube/ICECube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IGCLib\IGCLib.vcxproj">
<Project>{EDE83343-470F-4718-AF8E-1F1D438EA77D}</Project>
<Name>IGCLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
Expand Down
4 changes: 2 additions & 2 deletions ICE/ICEDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,9 +952,9 @@ void CICEDlg::OnClickedSaveas(void)
{
CString startpath = cArtPath + "\\*.igc";
#ifdef _ICEPUB
CFileDialog cfd(FALSE,"igc",NULL,OFN_NOCHANGEDIR|OFN_NONETWORKBUTTON|OFN_OVERWRITEPROMPT,"Allegiance Core|*.igc|",this,OPENFILENAME_SIZE_VERSION_400);
CFileDialog cfd(FALSE,"igc",NULL,OFN_NOCHANGEDIR|OFN_NONETWORKBUTTON|OFN_OVERWRITEPROMPT,"Allegiance Core|*.igc|",this,0,TRUE);
#else
CFileDialog cfd(FALSE,"igc",startpath,OFN_NOCHANGEDIR|OFN_NONETWORKBUTTON|OFN_OVERWRITEPROMPT,"Allegiance Core|*.igc|",this,OPENFILENAME_SIZE_VERSION_400);
CFileDialog cfd(FALSE,"igc",startpath,OFN_NOCHANGEDIR|OFN_NONETWORKBUTTON|OFN_OVERWRITEPROMPT,"Allegiance Core|*.igc|",this,0,TRUE);
#endif
if (cfd.DoModal() == IDOK)
{
Expand Down
Loading

0 comments on commit 1826008

Please sign in to comment.