diff options
author | sr55 <[email protected]> | 2018-06-11 18:52:01 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-06-11 18:52:26 +0100 |
commit | 780454e2680871c615da20244bfe00609788c043 (patch) | |
tree | 72738273d452d2514087ff2dc66b7f0a764855d7 /win/CS | |
parent | 9a62b15b10753b0323bacc4c2bdef8a6f13de76d (diff) |
WinGui: Don't compile the AppX project when building the solution. It's not currently in use.
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrake.sln | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrake.sln b/win/CS/HandBrake.sln index b4dac3f3f..204bb96a2 100644 --- a/win/CS/HandBrake.sln +++ b/win/CS/HandBrake.sln @@ -37,11 +37,7 @@ Global {3BAEBAC7-9042-4863-876F-C550ADCA66DC}.Release|x64.ActiveCfg = Release|Any CPU
{3BAEBAC7-9042-4863-876F-C550ADCA66DC}.Release|x64.Build.0 = Release|Any CPU
{6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Debug|x64.ActiveCfg = Debug|x64
- {6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Debug|x64.Build.0 = Debug|x64
- {6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Debug|x64.Deploy.0 = Debug|x64
{6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Release|x64.ActiveCfg = Release|x64
- {6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Release|x64.Build.0 = Release|x64
- {6E855245-E402-4C0F-BB0B-EEB63082F6AC}.Release|x64.Deploy.0 = Release|x64
{F8370F37-B226-4830-AEE7-6D7AE403E3D2}.Debug|x64.ActiveCfg = Debug|x64
{F8370F37-B226-4830-AEE7-6D7AE403E3D2}.Debug|x64.Build.0 = Debug|x64
{F8370F37-B226-4830-AEE7-6D7AE403E3D2}.Release|x64.ActiveCfg = Release|x64
|