repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added some development tools
[windows-sources.git]
/
developer
/
VSSDK
/
Samples
/
Build_Progress_Bar
/
C#
/
BuildProgressBar
/
project.json
blob
c47e8c55002b89c556fa85e9b2f082ae8ba651f3
1
{
2
"frameworks": {
3
"net45": { }
4
},
5
"dependencies": {
6
"Microsoft.VisualStudio.SDK.EmbedInteropTypes": "14.1.2",
7
"Microsoft.VisualStudio.Shell.14.0": "14.0.23205",
8
"Microsoft.VisualStudio.Shell.Interop.12.0": "12.0.30110",
9
"Microsoft.VSSDK.BuildTools": "14.0.23205"
10
},
11
"runtimes": {
12
"win": { }
13
}
14
}