Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 461708e

Browse files
authored
Merge pull request #14 from XElementDev/PrepareReleaseV04_20180629
PrepareReleaseV04_20180629
2 parents ba838ce + 47fe20b commit 461708e

File tree

63 files changed

+788
-421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+788
-421
lines changed

.gitignore

Lines changed: 172 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,42 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
35

46
# User-specific files
57
*.suo
68
*.user
9+
*.userosscache
710
*.sln.docstates
811

12+
# User-specific files (MonoDevelop/Xamarin Studio)
13+
*.userprefs
14+
915
# Build results
1016
[Dd]ebug/
1117
[Dd]ebugPublic/
1218
[Rr]elease/
19+
[Rr]eleases/
1320
x64/
14-
build/
21+
x86/
1522
bld/
1623
[Bb]in/
1724
[Oo]bj/
25+
[Ll]og/
26+
27+
# Visual Studio 2015/2017 cache/options directory
28+
.vs/
29+
# Uncomment if you have tasks that create the project's static files in wwwroot
30+
#wwwroot/
1831

19-
# Roslyn cache directories
20-
*.ide/
32+
# Visual Studio 2017 auto generated files
33+
Generated\ Files/
2134

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

26-
#NUNIT
39+
# NUNIT
2740
*.VisualState.xml
2841
TestResult.xml
2942

@@ -32,14 +45,28 @@ TestResult.xml
3245
[Rr]eleasePS/
3346
dlldata.c
3447

48+
# Benchmark Results
49+
BenchmarkDotNet.Artifacts/
50+
51+
# .NET Core
52+
project.lock.json
53+
project.fragment.lock.json
54+
artifacts/
55+
56+
# StyleCop
57+
StyleCopReport.xml
58+
59+
# Files built by Visual Studio
3560
*_i.c
3661
*_p.c
3762
*_i.h
3863
*.ilk
3964
*.meta
4065
*.obj
66+
*.iobj
4167
*.pch
4268
*.pdb
69+
*.ipdb
4370
*.pgc
4471
*.pgd
4572
*.rsp
@@ -64,14 +91,21 @@ _Chutzpah*
6491
ipch/
6592
*.aps
6693
*.ncb
94+
*.opendb
6795
*.opensdf
6896
*.sdf
6997
*.cachefile
98+
*.VC.db
99+
*.VC.VC.opendb
70100

71101
# Visual Studio profiler
72102
*.psess
73103
*.vsp
74104
*.vspx
105+
*.sap
106+
107+
# Visual Studio Trace Files
108+
*.e2e
75109

76110
# TFS 2012 Local Workspace
77111
$tf/
@@ -84,7 +118,7 @@ _ReSharper*/
84118
*.[Rr]e[Ss]harper
85119
*.DotSettings.user
86120

87-
# JustCode is a .NET coding addin-in
121+
# JustCode is a .NET coding add-in
88122
.JustCode
89123

90124
# TeamCity is a build add-in
@@ -93,9 +127,18 @@ _TeamCity*
93127
# DotCover is a Code Coverage Tool
94128
*.dotCover
95129

130+
# AxoCover is a Code Coverage Tool
131+
.axoCover/*
132+
!.axoCover/settings.json
133+
134+
# Visual Studio code coverage results
135+
*.coverage
136+
*.coveragexml
137+
96138
# NCrunch
97139
_NCrunch_*
98140
.*crunch*.local.xml
141+
nCrunchTemp_*
99142

100143
# MightyMoose
101144
*.mm.*
@@ -123,42 +166,67 @@ publish/
123166
# Publish Web Output
124167
*.[Pp]ublish.xml
125168
*.azurePubxml
126-
## TODO: Comment the next line if you want to checkin your
127-
## web deploy settings but do note that will include unencrypted
128-
## passwords
129-
#*.pubxml
130-
131-
# NuGet Packages Directory
132-
packages/*
133-
## TODO: If the tool you use requires repositories.config
134-
## uncomment the next line
135-
#!packages/repositories.config
136-
137-
# Enable "build/" folder in the NuGet Packages folder since
138-
# NuGet packages use it for MSBuild targets.
139-
# This line needs to be after the ignore of the build folder
140-
# (and the packages folder if the line above has been uncommented)
141-
!packages/build/
142-
143-
# Windows Azure Build Output
169+
# Note: Comment the next line if you want to checkin your web deploy settings,
170+
# but database connection strings (with potential passwords) will be unencrypted
171+
*.pubxml
172+
*.publishproj
173+
174+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
175+
# checkin your Azure Web App publish settings, but sensitive information contained
176+
# in these scripts will be unencrypted
177+
PublishScripts/
178+
179+
# NuGet Packages
180+
*.nupkg
181+
# The packages folder can be ignored because of Package Restore
182+
**/[Pp]ackages/*
183+
# except build/, which is used as an MSBuild target.
184+
!**/[Pp]ackages/build/
185+
# Uncomment if necessary however generally it will be regenerated when needed
186+
#!**/[Pp]ackages/repositories.config
187+
# NuGet v3's project.json files produces more ignorable files
188+
*.nuget.props
189+
*.nuget.targets
190+
191+
# Microsoft Azure Build Output
144192
csx/
145193
*.build.csdef
146194

147-
# Windows Store app package directory
195+
# Microsoft Azure Emulator
196+
ecf/
197+
rcf/
198+
199+
# Windows Store app package directories and files
148200
AppPackages/
201+
BundleArtifacts/
202+
Package.StoreAssociation.xml
203+
_pkginfo.txt
204+
*.appx
205+
206+
# Visual Studio cache files
207+
# files ending in .cache can be ignored
208+
*.[Cc]ache
209+
# but keep track of directories ending in .cache
210+
!*.[Cc]ache/
149211

150212
# Others
151-
sql/
152-
*.Cache
153213
ClientBin/
154-
[Ss]tyle[Cc]op.*
155214
~$*
156215
*~
157216
*.dbmdl
158217
*.dbproj.schemaview
218+
*.jfm
159219
*.pfx
160220
*.publishsettings
161-
node_modules/
221+
orleans.codegen.cs
222+
223+
# Including strong name files can present a security risk
224+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
225+
#*.snk
226+
227+
# Since there are multiple workflows, uncomment next line to ignore bower_components
228+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
229+
#bower_components/
162230

163231
# RIA/Silverlight projects
164232
Generated_Code/
@@ -170,20 +238,92 @@ _UpgradeReport_Files/
170238
Backup*/
171239
UpgradeLog*.XML
172240
UpgradeLog*.htm
241+
ServiceFabricBackup/
242+
*.rptproj.bak
173243

174244
# SQL Server files
175245
*.mdf
176246
*.ldf
247+
*.ndf
177248

178249
# Business Intelligence projects
179250
*.rdl.data
180251
*.bim.layout
181252
*.bim_*.settings
253+
*.rptproj.rsuser
182254

183255
# Microsoft Fakes
184256
FakesAssemblies/
185257

186-
# LightSwitch generated files
187-
GeneratedArtifacts/
188-
_Pvt_Extensions/
189-
ModelManifest.xml
258+
# GhostDoc plugin setting file
259+
*.GhostDoc.xml
260+
261+
# Node.js Tools for Visual Studio
262+
.ntvs_analysis.dat
263+
node_modules/
264+
265+
# Visual Studio 6 build log
266+
*.plg
267+
268+
# Visual Studio 6 workspace options file
269+
*.opt
270+
271+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
272+
*.vbw
273+
274+
# Visual Studio LightSwitch build output
275+
**/*.HTMLClient/GeneratedArtifacts
276+
**/*.DesktopClient/GeneratedArtifacts
277+
**/*.DesktopClient/ModelManifest.xml
278+
**/*.Server/GeneratedArtifacts
279+
**/*.Server/ModelManifest.xml
280+
_Pvt_Extensions
281+
282+
# Paket dependency manager
283+
.paket/paket.exe
284+
paket-files/
285+
286+
# FAKE - F# Make
287+
.fake/
288+
289+
# JetBrains Rider
290+
.idea/
291+
*.sln.iml
292+
293+
# CodeRush
294+
.cr/
295+
296+
# Python Tools for Visual Studio (PTVS)
297+
__pycache__/
298+
*.pyc
299+
300+
# Cake - Uncomment if you are using it
301+
# tools/**
302+
# !tools/packages.config
303+
304+
# Tabs Studio
305+
*.tss
306+
307+
# Telerik's JustMock configuration file
308+
*.jmconfig
309+
310+
# BizTalk build output
311+
*.btp.cs
312+
*.btm.cs
313+
*.odx.cs
314+
*.xsd.cs
315+
316+
# OpenCover UI analysis results
317+
OpenCover/
318+
319+
# Azure Stream Analytics local run output
320+
ASALocalRun/
321+
322+
# MSBuild Binary and Structured Log
323+
*.binlog
324+
325+
# NVidia Nsight GPU debugger configuration file
326+
*.nvuser
327+
328+
# MFractors (Xamarin productivity tool) working folder
329+
.mfractor/
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
using System.Collections.Generic;
2+
using System.ComponentModel.Composition;
3+
using XElement.CloudSyncHelper.Serialization.DataTypes;
4+
using XElement.DotNet.System.Environment;
5+
6+
namespace XElement.CloudSyncHelper.DataCreator.Data.Games
7+
{
8+
[Export( typeof( AbstractGameInfo ) )]
9+
internal class AiWarFleetCommand : AbstractGameInfo
10+
{
11+
[ImportingConstructor]
12+
public AiWarFleetCommand() : base( "68718BE0-4C10-40D3-954E-3584545DFBD5" )
13+
{
14+
this.ApplicationName = "AI War: Fleet Command";
15+
this.FolderName = "AI War 2009 [AI War_ Fleet Command]";
16+
this.TechnicalNameMatcher = this.ApplicationName;
17+
return;
18+
}
19+
20+
21+
// TODO: Include
22+
private List<AbstractLinkInfo> GetLinksForWin10()
23+
{
24+
/*
25+
* Location: <install-folder>\RuntimeData\Save\
26+
* ↑ folder link to "Save" folder
27+
* see https://pcgamingwiki.com/wiki/AI_War:_Fleet_Command
28+
*/
29+
return new List<AbstractLinkInfo>();
30+
}
31+
32+
33+
protected override void OnImportsSatisfied()
34+
{
35+
var osConfigs = new List<OsConfigurationInfo>
36+
{
37+
this._osConfigFactory.Get( this.GetLinksForWin10(), OsId.Win10 )
38+
};
39+
this.DefinitionInfo = this._definitionFactory.Get( osConfigs );
40+
return;
41+
}
42+
}
43+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
using System.ComponentModel.Composition;
2+
using XElement.DotNet.System.Text;
3+
4+
namespace XElement.CloudSyncHelper.DataCreator.Data.Games
5+
{
6+
[Export( typeof( AbstractGameInfo ) )]
7+
internal class BatmanArkhamOrigins : AbstractGameInfo
8+
{
9+
[ImportingConstructor]
10+
public BatmanArkhamOrigins() : base( "34AA8A3F-AE4E-4876-B5C5-F93712623CC1" )
11+
{
12+
this.ApplicationName = $"Batman{SpecialCharacters.TRADEMARK}: Arkham Origins";
13+
this.FolderName = "Batman Arkham 2013 [Batman_ Arkham Origins]";
14+
this.TechnicalNameMatcher = this.ApplicationName;
15+
return;
16+
}
17+
18+
19+
protected override void OnImportsSatisfied()
20+
{
21+
this.DefinitionInfo = this._definitionFactory.GetSteamCloud();
22+
return;
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)