added wix binaries

This commit is contained in:
kayone 2013-11-23 17:48:22 -08:00
parent 410c8a25d3
commit 47c3ec6047
17 changed files with 50 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
[Bb]in/
[Oo]bj/
src/**/[Bb]in/
src/**/[Oo]bj/
## Ignore Visual Studio temporary files, build results, and

View File

@ -20,7 +20,6 @@
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-copy": "*",
"grunt-curl": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*",

BIN
wix/bin/WixIIsExtension.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
wix/bin/WixUIExtension.dll Normal file

Binary file not shown.

Binary file not shown.

BIN
wix/bin/WixVSExtension.dll Normal file

Binary file not shown.

BIN
wix/bin/candle.exe Normal file

Binary file not shown.

15
wix/bin/candle.exe.config Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
<copyright file="app.config" company="Outercurve Foundation">
Copyright (c) 2004, Outercurve Foundation.
This software is released under Microsoft Reciprocal License (MS-RL).
The license and further copyright text can be found in the file
LICENSE.TXT at the root directory of the distribution.
</copyright>
-->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>

BIN
wix/bin/darice.cub Normal file

Binary file not shown.

BIN
wix/bin/heat.exe Normal file

Binary file not shown.

18
wix/bin/heat.exe.config Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
<copyright file="app.config" company="Outercurve Foundation">
Copyright (c) 2004, Outercurve Foundation.
This software is released under Microsoft Reciprocal License (MS-RL).
The license and further copyright text can be found in the file
LICENSE.TXT at the root directory of the distribution.
</copyright>
-->
<configuration>
<appSettings>
<add key="extensions" value="WixIIsExtension;WixUtilExtension;WixVSExtension"/>
</appSettings>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>

BIN
wix/bin/light.exe Normal file

Binary file not shown.

15
wix/bin/light.exe.config Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
<copyright file="app.config" company="Outercurve Foundation">
Copyright (c) 2004, Outercurve Foundation.
This software is released under Microsoft Reciprocal License (MS-RL).
The license and further copyright text can be found in the file
LICENSE.TXT at the root directory of the distribution.
</copyright>
-->
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>

BIN
wix/bin/wconsole.dll Normal file

Binary file not shown.

BIN
wix/bin/winterop.dll Normal file

Binary file not shown.

BIN
wix/bin/wix.dll Normal file

Binary file not shown.