Skip to content

Commit

Permalink
allow 64bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernhard committed Mar 14, 2019
1 parent 3d3d8bb commit cc44594
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TikaServiceInstaller.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63B23924-060F-4D4A-9B88-9457EA87662F}.Debug|x64.ActiveCfg = Debug|x64
{63B23924-060F-4D4A-9B88-9457EA87662F}.Debug|x86.ActiveCfg = Debug|x86
{63B23924-060F-4D4A-9B88-9457EA87662F}.Debug|x86.Build.0 = Debug|x86
{63B23924-060F-4D4A-9B88-9457EA87662F}.Release|x64.ActiveCfg = Release|x64
{63B23924-060F-4D4A-9B88-9457EA87662F}.Release|x64.Build.0 = Release|x64
{63B23924-060F-4D4A-9B88-9457EA87662F}.Release|x86.ActiveCfg = Release|x86
{63B23924-060F-4D4A-9B88-9457EA87662F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down
9 changes: 9 additions & 0 deletions TikaServiceInstaller/TikaServiceInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="ComponentsGenerated.wxs" />
<Compile Include="Dialogs\CustomInstallDirDlg.wxs" />
Expand Down

0 comments on commit cc44594

Please sign in to comment.