Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dummy] original-master <- master #11

Open
wants to merge 204 commits into
base: original-master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
204 commits
Select commit Hold shift + click to select a range
a4105a1
Update README.md
kobake Feb 18, 2017
696f2ff
msvc gitignore
kobake Feb 12, 2017
a849eaf
not ignore files about autogen.sh and configure
kobake Feb 12, 2017
9c2b5b2
cd depends; make HOST=i686-w64-mingw32b; cd ..; ./autogen.sh (Bash on…
kobake Feb 12, 2017
324d196
CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configu…
kobake Feb 12, 2017
6440784
Visual Studio 2015 project
kobake Feb 12, 2017
0d35610
vcxproj: add some .cpp files
kobake Feb 18, 2017
4169735
remove leveldb directory
kobake Feb 17, 2017
9a8bc3a
Install-Package boost-vc140
kobake Feb 18, 2017
aec9ac4
Install-Package BerkeleyDB-4_8_30-Cpp
kobake Feb 18, 2017
3d8923e
Install-Package openssl (with zlib)
kobake Feb 18, 2017
2c53d79
Install-Package secp256k1_vc140
kobake Feb 18, 2017
611b5f8
Install-Package libevent2-vc140
kobake Feb 18, 2017
e57df64
Install-Package miniupnpc-vc140
kobake Feb 18, 2017
53d7d08
Install-Package leveldb-vc140
kobake Feb 18, 2017
f7e3c24
Install-Package libzmq-nightly
kobake Feb 18, 2017
cdaeb0e
Linkage-secp256k1: static
kobake Feb 18, 2017
ef46de7
PreprocessorDefinitions: NOMINMAX;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE…
kobake Feb 18, 2017
521face
vcxproj: AdditionalIncludeDirectories setting
kobake Feb 18, 2017
6630c15
Define ssize_t type for Windows
kobake Feb 14, 2017
cd49fd3
Old C++ style initializing struct (for msvc)
kobake Feb 14, 2017
1268c81
Fix C2131 (expression did not evaluate to a constant)
kobake Feb 14, 2017
8d4fee0
Fix C3848 (expression having type 'const IteratorComparator' would lo…
kobake Feb 14, 2017
e280824
Fix C2718 ('const std::atomic<unsigned __int64>': actual parameter wi…
kobake Feb 14, 2017
4ebbd76
Fix C4146 (unary minus operator applied to unsigned type, result stil…
kobake Feb 14, 2017
630ccdd
Fix C2059 (syntax error: 'template')
kobake Feb 14, 2017
47af0a9
vcxproj: Output .obj files to relative directory
kobake Feb 17, 2017
7d2c21e
Merge pull request #1 from kobake/vs2015
kobake Feb 18, 2017
031d989
Update README.md
kobake Feb 18, 2017
c216839
VS project for building bitcoind
kobake Feb 19, 2017
50d5c35
bitcoind: nuget dependencies setting
kobake Feb 19, 2017
fea7df6
bitcoind: AdditionalIncludeDirectories setting
kobake Feb 19, 2017
ed36643
bitcoind: PreprocessorDefinitions setting
kobake Feb 19, 2017
663e5ff
bitcoind: Linkage-secp256k1 setting
kobake Feb 19, 2017
629d2d9
VS project for building bitcoin-cli (Copied from bitcoind and changed…
kobake Feb 19, 2017
1c8fba7
VS project for building bitcoin-tx (Copied from bitcoind and changed …
kobake Feb 19, 2017
89b9fd7
Merge pull request #3 from kobake/each-module-projects
kobake Feb 19, 2017
21ea39c
Berkeley DB 4.8.30 files (Extract db-4.8.30.zip)
kobake Feb 20, 2017
9ba8888
Remove BerkeleyDB documents
kobake Feb 20, 2017
0a243b2
BerkeleyDB: Upgrade VS Project to VS2015 version file.
kobake Feb 20, 2017
7992693
BerkeleyDB: Remove old VS project files
kobake Feb 20, 2017
cadefb5
BerkeleyDB: Change C++ Code Generation RuntimeLibrary setting to Mult…
kobake Feb 20, 2017
07d2361
ignore berkeley-db output directory
kobake Feb 20, 2017
2253846
VS projects: Uninstall-Package BerkeleyDB-4_8_30-Cpp, and refer to lo…
kobake Feb 20, 2017
9c363fe
Merge pull request #4 from kobake/with-berkeleydb-code
kobake Feb 20, 2017
4c2f5a3
Update README.md
kobake Feb 20, 2017
53a12a1
Additional berkeley db files
kobake Mar 2, 2017
e41d559
Remove x64 build config
kobake Mar 2, 2017
09472cc
Sample of generating a new key
kobake Mar 3, 2017
13a6bc2
Rename: CPubKey::GetHash -> CPubKey::GetPublicKeyHash
kobake Mar 4, 2017
56e080a
Rename: pCurrentParams -> g_pCurrentParams
kobake Mar 4, 2017
3ec2bbc
Refactor: Replace network type string to NetworkType enum constant.
kobake Mar 4, 2017
51d964a
Sample: Private key appearance in each network type
kobake Mar 4, 2017
431ec00
two's complement
kobake Mar 4, 2017
83e32d6
key sample
kobake Mar 5, 2017
6bde69b
Rename: base_blob<N>::ToString() -> ToHexString()
kobake Mar 5, 2017
7140dd0
Rename: base_uint<N>::ToString() -> ToHexString()
kobake Mar 5, 2017
ee31a7e
test_bitcoin project
kobake Mar 7, 2017
f8e5a7b
add test files to test_project
kobake Mar 7, 2017
7c1c658
test_bitcoin: include path setting
kobake Mar 7, 2017
4432ec9
Fix msvc compiler error C4146 (unary minus operator applied to unsign…
kobake Mar 7, 2017
3ee7cb9
Apply NetworkType to test codes
kobake Mar 7, 2017
65430ce
Merge pull request #6 from kobake/unit-test
kobake Mar 7, 2017
6ffbae3
generated src/test/data/*.json.h by make
kobake Mar 7, 2017
3e6beea
ToString: ToHexString alias
kobake Mar 8, 2017
25e61d5
Apply NetworkType
kobake Mar 8, 2017
0e2cc36
test_bitcoin_fuzzy: Don't depend on unistd
kobake Mar 8, 2017
9ea3065
test_bitcoin_fuzzy: Don't depend on unistd
kobake Mar 8, 2017
3756a8e
bitcoin_test: exclude test_bitcoin_fuzzy
kobake Mar 8, 2017
d319d11
Update-Package miniupnpc-vc140 -Version 2.0.0.1
kobake Mar 8, 2017
e834af2
Merge pull request #7 from kobake/adjust-test-project
kobake Mar 8, 2017
16962fd
Rename: base_blob::WIDTH -> BYTE_WIDTH
kobake Mar 10, 2017
1a22087
Rename: base_uint::WIDTH -> PN_WIDTH
kobake Mar 10, 2017
5aa1969
Integrate arith_uint256 with uint256.
kobake Mar 10, 2017
f1da2e0
Merge pull request #5 from kobake/uint256-integration
kobake Mar 10, 2017
30159d9
Don't define NDEBUG for Release Build
kobake Mar 10, 2017
2f719ce
test_bitcoin: NUM_SIMULATION_ITERATIONS = 400 (tmp)
kobake Mar 10, 2017
b248e17
_bitcoin_common: precompiled header setting
kobake Mar 10, 2017
7e3c406
test_bitcoin: precompiled header setting
kobake Mar 10, 2017
a78a583
Merge pull request #9 from kobake/precompiled-header
kobake Mar 10, 2017
4631dfa
Adjust _bitcoin_common vcxproj
kobake Mar 11, 2017
2cd5a21
sample: Show key length.
kobake Mar 11, 2017
df2016b
stdafx: base58.h
kobake Mar 11, 2017
6a073e6
base58string class definition
kobake Mar 11, 2017
5fffec7
Separate files for each base58 classes.
kobake Mar 11, 2017
1909d76
Merge pull request #12 from kobake/prepare-base58
kobake Mar 17, 2017
f9cae83
CBase58Data classes accept base58string only.
kobake Mar 11, 2017
f62c0a4
CBitcoinAddress and CBitcoinSecret become individual classes that don…
kobake Mar 11, 2017
7f42f17
vcxproj filters
kobake Mar 12, 2017
d090235
Separate files for CScriptID and CTxDestination.
kobake Mar 12, 2017
cba84b2
CBitcoinAddress doesn't accept CKeyID.
kobake Mar 17, 2017
f2052bf
Separate files for CKey and CExtKey classes
kobake Mar 15, 2017
20cebaa
base58string functin with prefix naming.
kobake Mar 15, 2017
51c1aad
Separate files for script classes
kobake Mar 15, 2017
41f65fd
CScriptID has base58string function.
kobake Mar 17, 2017
101f703
CBitcoinAddress doesn't accept CScriptID, and change CScript -> CScri…
kobake Mar 16, 2017
0c520e0
CBitcoinAddress doesn't accept CTxDestination.
kobake Mar 16, 2017
09c586c
Remove unused functions
kobake Mar 17, 2017
73febf1
Fix CTxDestination operator loop
kobake Mar 17, 2017
8e600fe
Treat C4717(recursive on all control paths) warnings as errors
kobake Mar 17, 2017
fc08137
Separate files for base58string classes
kobake Mar 17, 2017
f54ee0c
Adjust base58string class.
kobake Mar 17, 2017
959ffbb
each base58 prefix
kobake Mar 17, 2017
fbb7125
base58 comment
kobake Mar 17, 2017
abd6f55
(NOTICE: getinfo will be deprecated eventually.) RPC getinfo: replace…
kobake Mar 17, 2017
dfb7571
key sample
kobake Mar 17, 2017
78503e1
Merge pull request #10 from kobake/base58string
kobake Mar 17, 2017
2f9e688
Rename: CKey::fValid -> m_fValid
kobake Mar 18, 2017
36b6d35
Rename: CKey::fCompressed -> m_fCompressed
kobake Mar 18, 2017
e528a0c
Rename: CKey::keydata -> m_keydata
kobake Mar 18, 2017
3dffd04
Replace CKey::Check() with CKeyUtil::Check()
kobake Mar 18, 2017
613b1e9
Merge pull request #13 from kobake/key-refactor
kobake Mar 18, 2017
2dcfc57
CBitcoinSecret comment
kobake Mar 18, 2017
c899cb6
base58 comment
kobake Mar 18, 2017
0db32b9
base58string: Specific calling _SetStringWithVersionBytes
kobake Mar 18, 2017
d701fa2
Merge pull request #14 from kobake/key-refactor-step2
kobake Mar 18, 2017
92f4975
Fix cast warning
kobake Mar 18, 2017
6d2d3eb
chainparams comment
kobake Mar 18, 2017
889e835
Fix cast warnings
kobake Mar 18, 2017
1b5c10d
utf8 bom
kobake Mar 18, 2017
2c25cd6
Fix cast warnings
kobake Mar 18, 2017
19d5e23
Disable C4503 warning (decorated name length exceeded)
kobake Mar 18, 2017
60db82d
utf8 bom
kobake Mar 19, 2017
16971e7
Fix cast warnings
kobake Mar 19, 2017
685d39c
Merge pull request #15 from kobake/fix-warnings
kobake Mar 19, 2017
a9e69a1
Fix cast warnings
kobake Mar 19, 2017
9779074
Fix conversion warnings
kobake Mar 19, 2017
718448c
Rename CKey::Set to SetBinary and accept only const char* arguments.
kobake Mar 19, 2017
3b051d9
Merge pull request #17 from kobake/key-refactor-set-binary
kobake Mar 19, 2017
8ab485c
Disable C4503 warning (decorated name length exceeded)
kobake Mar 19, 2017
08e600a
Refactor: Add 'm_' prefix to CExtKey class member names
kobake Mar 19, 2017
27746c7
Separate files for CExtPubKey and CPubKeyUtil classes
kobake Mar 19, 2017
1ee1556
Refactor: Add 'm_' prefix to CExtPubKey class member names
kobake Mar 19, 2017
310ebc5
Merge pull request #18 from kobake/ext-key-refactor
kobake Mar 19, 2017
0e5998f
vcxproj filters
kobake Mar 20, 2017
9301b90
Move private key base58 encoding logic from CBitcoinSecret::SetKey in…
kobake Mar 20, 2017
d5cefc6
Move private key base58 decoding logic from CBitcoinSecret into CKey:…
kobake Mar 20, 2017
ee2c480
Merge pull request #19 from kobake/refactor-bitcoin-secret
kobake Mar 20, 2017
03a1fd0
Rename: CBase58Data::vchData -> m_vchData
kobake Mar 20, 2017
1de1c0a
Rename: CBase58Data::vchVersion -> m_vchVersion
kobake Mar 20, 2017
397c4bb
CBase58Data: Move type declaration to class top position.
kobake Mar 20, 2017
c2c7676
Merge pull request #20 from kobake/refactor-base58
kobake Mar 20, 2017
d68d851
ec_privkey_export_der: specific arguments style
kobake Mar 20, 2017
cc82dbd
secp256k1_ec_pubkey_serialize: specific arguments style
kobake Mar 20, 2017
91ac58d
ec_privkey_export_der comment for compressed
kobake Mar 21, 2017
7c85eea
sample: show compressed constant flags.
kobake Mar 21, 2017
d12f454
Call ec_privkey_export_der as compressed mode always
kobake Mar 21, 2017
c2d0fdc
Rename: CWallet::nWalletMaxVersion -> m_nWalletMaxVersion
kobake Mar 21, 2017
3d16822
vcxproj filters about wallet
kobake Mar 21, 2017
479ad77
Rename: CWallet::nWalletVersion -> m_nWalletVersion
kobake Mar 21, 2017
e9b6c6c
Separate files for CAccountingEntry class
kobake Mar 21, 2017
02de014
Separate files for CKeyPool class
kobake Mar 21, 2017
43316a4
Separate files for CMerkleTx class
kobake Mar 21, 2017
872c468
Separate files for CWalletTx class
kobake Mar 21, 2017
1758e90
Separate files for COutput class from wallet.h
kobake Mar 21, 2017
8dc91aa
Separate files for CWalletKey class
kobake Mar 21, 2017
a6c3ee9
Separate files for CReserveKey class
kobake Mar 21, 2017
1b8cfb6
Separate files for CAccount class from wallet.h
kobake Mar 21, 2017
a8e2dd8
Merge pull request #21 from kobake/refactor-wallet
kobake Mar 21, 2017
60b465b
Rename: CWallet::cs_wallet -> m_walletCriticalSection
kobake Mar 23, 2017
1cfe5de
Change access level of CWallet::SetNull to private.
kobake Mar 24, 2017
8be8cc9
wallet version comment
kobake Mar 24, 2017
a250a54
Rename: CWallet::pwalletdbEncryption -> m_pwalletdbEncryption
kobake Mar 24, 2017
7d241bb
wallet comment
kobake Mar 24, 2017
74d58fd
Change argument type of CWallet::LoadWallet to bool pointer.
kobake Mar 24, 2017
35225f3
Rename: CWallet::fFileBacked -> m_fFileBacked
kobake Mar 24, 2017
e479bd2
Rename: CWallet::hdChain -> m_hdChain
kobake Mar 24, 2017
7f3f612
Rename: CHDChain::masterKeyID -> m_masterKeyID
kobake Mar 24, 2017
5f3e163
Rename: CKeyMetadata::hdMasterKeyID -> m_hdMasterKeyID
kobake Mar 24, 2017
1d6a664
Rename: CPubKey::vch -> m_vch
kobake Mar 24, 2017
c835190
Merge pull request #23 from kobake/refactor-key-and-wallet
kobake Mar 26, 2017
48a3a28
base58 code format arrange
kobake Apr 2, 2017
d37a9b8
base58 encode/decode sample
kobake Apr 2, 2017
65b2309
chainparams vcxproj filters
kobake Apr 2, 2017
c1eadd4
base58 prefix comment
kobake Apr 2, 2017
6f673d6
Separate files for each running mode.
kobake Apr 2, 2017
daf86c6
Merge pull request #24 from kobake/refactor-about-base58-prefix
kobake Apr 2, 2017
dc15572
Visual Studio Upgrade: msvc140(vs2015) -> msvc141(vs2017)
kobake Apr 4, 2017
d8981e6
Uninstall-Package openssl
kobake Apr 4, 2017
438b27e
Install-Package openssl-vc141
kobake Apr 4, 2017
5cf53b5
Uninstall-Package secp256k1_vc140
kobake Apr 4, 2017
0103838
Install-Package secp256k1-vc141
kobake Apr 4, 2017
954cdc9
Uninstall-Package libzmq-nightly
kobake Apr 4, 2017
da34186
Install-Package libzmq-vc141
kobake Apr 4, 2017
df3e893
Merge pull request #25 from kobake/vs2017
kobake Apr 4, 2017
8a95a78
Update README.md
kobake Apr 4, 2017
ca9ca1b
Update README.md
kobake Apr 4, 2017
c6f8a1d
Update README.md
kobake Apr 4, 2017
2608f3b
Remove boost packages information manually.
kobake Jul 28, 2018
5619585
Install-Package boost-vc141 -Version 1.67.0
kobake Jul 28, 2018
06c7ba4
Add operator const required.
kobake Jul 28, 2018
a6052ed
Merge pull request #32 from kobake/update-boost
kobake Jul 28, 2018
d36e8a7
Update NuGet boost packages to v1.68.0.
kobake Sep 25, 2018
44bb737
Merge pull request #35 from kobake/fix-nuget
kobake Sep 25, 2018
3efdcd5
Upgrade Projects to vc142 (VS2019) version.
kobake Apr 8, 2020
7d55fba
Upgrade NuGet boost references to vc142 (VS2019) version.
kobake Apr 8, 2020
438ba74
Upgrade NuGet secp256k1 references to vc142 (VC2019) version.
kobake Apr 24, 2020
7dfa342
Upgrade .sln file to Visual Studio 16 (2019) version.
kobake Apr 24, 2020
7bb0f81
README: Visual Studio 2019
kobake Apr 24, 2020
6132e87
Merge pull request #36 from kobake/vs2019
kobake Apr 24, 2020
36d98fc
Support x64 build
kobake Apr 26, 2020
0b8e86a
Merge pull request #38 from kobake/x64-build
kobake Apr 26, 2020
713585b
bitcoind と sample のプロジェクト構成をできるだけ近づける
kobake May 28, 2020
a2cb2cf
CChainParams 系変数が必ず初期化されるようにした
kobake May 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
295 changes: 280 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
bin
binlib
obj
objlib
*.tar.gz

*.exe
Expand All @@ -10,7 +14,7 @@ src/test/test_bitcoin_fuzzy
src/qt/test/test_bitcoin-qt

# autoreconf
Makefile.in
# Makefile.in
aclocal.m4
autom4te.cache/
build-aux/config.guess
Expand All @@ -28,21 +32,21 @@ build-aux/compile
build-aux/test-driver
config.log
config.status
configure
# configure
libtool
src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
# src/config/bitcoin-config.h
# src/config/bitcoin-config.h.in
src/config/stamp-h1
share/setup.nsi
share/qt/Info.plist

src/univalue/gen
# src/univalue/gen

src/qt/*.moc
src/qt/moc_*.cpp
src/qt/forms/ui_*.h
# src/qt/*.moc
# src/qt/moc_*.cpp
# src/qt/forms/ui_*.h

src/qt/test/moc*.cpp
# src/qt/test/moc*.cpp

.deps
.dirstamp
Expand All @@ -58,32 +62,32 @@ src/qt/test/moc*.cpp
*.patch
*.a
*.pb.cc
*.pb.h
# *.pb.h

*.log
*.trs
*.dmg

*.json.h
*.raw.h
# *.json.h
# *.raw.h

#libtool object files
*.lo
*.la

# Compilation and Qt preprocessor part
*.qm
Makefile
# Makefile
bitcoin-qt
Bitcoin-Qt.app

# Unit-tests
Makefile.test
# Makefile.test
bitcoin-qt_test
src/test/buildenv.py

# Resources cpp
qrc_*.cpp
# qrc_*.cpp

# Mac specific
.DS_Store
Expand All @@ -110,3 +114,264 @@ qa/cache/*

libbitcoinconsensus.pc
contrib/devtools/split-debug.sh



autom4te.cache/*

## -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ##
## 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
*.VC.db
*.VC.VC.opendb

# 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

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# 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

enc_temp_folder
Loading