Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
api
/
wix
/
WixToolset.Data
/
WindowsInstaller
/
IntermediateLevels.cs
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
cs
8 lines
252 Bytes
Copy permalink
Copy
Raw
1
namespace
WixToolset.Data.WindowsInstaller
2
{
3
public
static
class
IntermediateLevels
4
{
5
// TODO: These are placeholder names until we (hopefully) come up with better ones.
6
public
const
string
FullyBound
=
"msiFullyBound"
;
7
}
8
}