Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkentim committed Sep 8, 2015
0 parents commit f67a974
Show file tree
Hide file tree
Showing 29 changed files with 2,380 additions and 0 deletions.
196 changes: 196 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
## 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/
build/
bld/
[Bb]in/
[Oo]bj/

# Visual Studo 2015 cache/options directory
.vs/

# 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

*_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
*.opensdf
*.sdf
*.cachefile

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

# 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 addin-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

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

# 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

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

# Windows Store app package directory
AppPackages/

# Others
*.[Cc]ache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
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/

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

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ParkitectNexusInstaller
An automatic blueprint and savegames installer for Parkitect Nexus.

https://parkitectnexus.com


Copyright 2015 Parkitect, Tim Potze

You are forbidden to distribute, modify or sublicense any part of the source code or binaries of this project.
22 changes: 22 additions & 0 deletions src/ParkitectNexusInstaller.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParkitectNexusInstaller", "ParkitectNexusInstaller\ParkitectNexusInstaller.csproj", "{82FCD17E-8E5E-4322-B8B8-C00C4C224FE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82FCD17E-8E5E-4322-B8B8-C00C4C224FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82FCD17E-8E5E-4322-B8B8-C00C4C224FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82FCD17E-8E5E-4322-B8B8-C00C4C224FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82FCD17E-8E5E-4322-B8B8-C00C4C224FE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions src/ParkitectNexusInstaller.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">$SOLUTION$&#xD;
Copyright $CURRENT_YEAR$ Parkitect, Tim Potze</s:String></wpf:ResourceDictionary>
18 changes: 18 additions & 0 deletions src/ParkitectNexusInstaller/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="ParkitectNexusInstaller.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<userSettings>
<ParkitectNexusInstaller.Properties.Settings>
<setting name="InstallationPath" serializeAs="String">
<value />
</setting>
</ParkitectNexusInstaller.Properties.Settings>
</userSettings>
</configuration>
16 changes: 16 additions & 0 deletions src/ParkitectNexusInstaller/CommandLineOptions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// ParkitectNexusInstaller
// Copyright 2015 Parkitect, Tim Potze

using CommandLine;

namespace ParkitectNexusInstaller
{
internal class CommandLineOptions
{
[Option('d', "download")]
public string DownloadUrl { get; set; }

[Option("set-installation-path")]
public string SetInstallationPath { get; set; }
}
}
26 changes: 26 additions & 0 deletions src/ParkitectNexusInstaller/EnumUtil.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// ParkitectNexusInstaller
// Copyright 2015 Parkitect, Tim Potze

using System;
using System.Reflection;

namespace ParkitectNexusInstaller
{
internal static class EnumUtil
{
public static T GetCustomAttribute<T>(this Enum @enum) where T : Attribute
{
if (@enum == null) throw new ArgumentNullException(nameof(@enum));
var type = @enum.GetType();

var memInfo = type.GetMember(@enum.ToString());
if (memInfo != null && memInfo.Length > 0)
{
var attribute = memInfo[0].GetCustomAttribute<T>();
return attribute;
}

return null;
}
}
}
53 changes: 53 additions & 0 deletions src/ParkitectNexusInstaller/FocusForm.Designer.cs

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

27 changes: 27 additions & 0 deletions src/ParkitectNexusInstaller/FocusForm.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// ParkitectNexusInstaller
// Copyright 2015 Parkitect, Tim Potze

using System.Drawing;
using System.Windows.Forms;

namespace ParkitectNexusInstaller
{
internal partial class FocusForm : Form
{
public FocusForm()
{
InitializeComponent();

StartPosition = FormStartPosition.Manual;
var rect = SystemInformation.VirtualScreen;
Location = new Point(rect.Bottom + 10, rect.Right + 10);
}

public new void Show()
{
base.Show();
Focus();
BringToFront();
}
}
}
Loading

0 comments on commit f67a974

Please sign in to comment.