mirror of
https://github.com/hirschmann/nbfc
synced 2025-09-03 07:35:18 +00:00
Merge branch 'master' into dev
Conflicts: NoteBookFanControl.sln
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<WixVariable Id="WixExtbaLogo" Value="$(var.ProjectDir)Resources\logo.png" />
|
||||
<WixVariable Id="WixExtbaLicenseUrl" Value="" />
|
||||
|
||||
<Variable Name="InstallFolder" Type="string" Value="[ProgramFiles64Folder]$(var.ProductName)" />
|
||||
<Variable Name="InstallFolder" Type="string" Value="[ProgramFilesFolder]$(var.ProductName)"/>
|
||||
|
||||
<Chain>
|
||||
<PackageGroupRef Id="NetFx40Web"/>
|
||||
|
@@ -25,7 +25,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WixExtension Include="WixBalExtensionExt">
|
||||
<HintPath>..\..\..\..\..\..\Downloads\WixBalExtensionExt\WixBalExtensionExt.dll</HintPath>
|
||||
<HintPath>$(WixExtDir)\WixBalExtensionExt.dll</HintPath>
|
||||
<Name>WixBalExtensionExt</Name>
|
||||
</WixExtension>
|
||||
<WixExtension Include="WixNetFxExtension">
|
||||
|
@@ -20,6 +20,8 @@
|
||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
||||
<DefineConstants>ConfigsDir=D:\Users\Stefan\Skydrive\Öffentlich\NBFC\Configs;ResourcesDir=D:\Users\Stefan\Documents\Visual Studio 2012\Projects\Desktop Software Projects\NoteBookFanControl\NbfcSetup\Resources</DefineConstants>
|
||||
<SuppressIces>ICE80</SuppressIces>
|
||||
<SuppressValidation>False</SuppressValidation>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
||||
<DefineConstants>Debug;ConfigsDir=D:\Users\Stefan\Skydrive\Öffentlich\NBFC\Configs;ResourcesDir=D:\Users\Stefan\Documents\Visual Studio 2012\Projects\Desktop Software Projects\NoteBookFanControl\NbfcSetup\Resources</DefineConstants>
|
||||
|
@@ -56,7 +56,7 @@
|
||||
<Fragment>
|
||||
<!--Directory structure-->
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="ProgramFiles64Folder">
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="INSTALLFOLDER" Name="$(var.ProductName)">
|
||||
<Directory Id="ConfigsFolder" Name="Configs"/>
|
||||
</Directory>
|
||||
|
@@ -198,6 +198,8 @@ Global
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Debug|x86.Build.0 = Debug|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release Mono|Any CPU.ActiveCfg = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release Mono|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release|Any CPU.ActiveCfg = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release|Any CPU.Build.0 = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release Mono|Mixed Platforms.Build.0 = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release Mono|x86.ActiveCfg = Release|x86
|
||||
{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}.Release Mono|x86.Build.0 = Release|x86
|
||||
|
Reference in New Issue
Block a user