Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Oct 6, 2014
0 parents commit 644d01d
Show file tree
Hide file tree
Showing 517 changed files with 2,702,391 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
156 changes: 156 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

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

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

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

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

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

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

# Guidance Automation Toolkit
*.gpState

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

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# 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
*.Publish.xml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# 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
App_Data/*.mdf
App_Data/*.ldf


#LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac desktop service store files
.DS_Store
49 changes: 49 additions & 0 deletions AMSExplorer.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AMSExplorer", "AMSExplorer\AMSExplorer.csproj", "{67573AA5-0316-4C90-8CE4-93A950CD0A86}"
EndProject
Project("{6141683F-8A12-4E36-9623-2EB02B2C2303}") = "SetupAMSExplorer", "SetupAMSExplorer\SetupAMSExplorer.isproj", "{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}"
ProjectSection(ProjectDependencies) = postProject
{67573AA5-0316-4C90-8CE4-93A950CD0A86} = {67573AA5-0316-4C90-8CE4-93A950CD0A86}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CD_ROM|Any CPU = CD_ROM|Any CPU
Debug|Any CPU = Debug|Any CPU
DVD-5|Any CPU = DVD-5|Any CPU
Release|Any CPU = Release|Any CPU
SingleImage|Any CPU = SingleImage|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.CD_ROM|Any CPU.ActiveCfg = Release|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.CD_ROM|Any CPU.Build.0 = Release|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.DVD-5|Any CPU.ActiveCfg = Debug|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.DVD-5|Any CPU.Build.0 = Debug|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.Release|Any CPU.Build.0 = Release|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.SingleImage|Any CPU.ActiveCfg = Release|Any CPU
{67573AA5-0316-4C90-8CE4-93A950CD0A86}.SingleImage|Any CPU.Build.0 = Release|Any CPU
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.CD_ROM|Any CPU.ActiveCfg = CD_ROM
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.CD_ROM|Any CPU.Build.0 = CD_ROM
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.Debug|Any CPU.ActiveCfg = SingleImage
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.Debug|Any CPU.Build.0 = SingleImage
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.DVD-5|Any CPU.ActiveCfg = DVD-5
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.DVD-5|Any CPU.Build.0 = DVD-5
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.Release|Any CPU.ActiveCfg = SingleImage
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.Release|Any CPU.Build.0 = SingleImage
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.SingleImage|Any CPU.ActiveCfg = SingleImage
{FEC674B1-FBE6-4D9B-8F5E-7AE13F881F37}.SingleImage|Any CPU.Build.0 = SingleImage
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\TransientFaultHandling.Core.5.1.1209.1\lib\NET4
EndGlobalSection
EndGlobal
Loading

0 comments on commit 644d01d

Please sign in to comment.