OSDN Git Service

Add IBugTraqProvider
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitSetup / WiXSetup.wixproj
index c18d36f..da0567d 100644 (file)
@@ -5,7 +5,7 @@
     <ProductVersion>3.0</ProductVersion>\r
     <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <OutputName>WixProject1</OutputName>\r
+    <OutputName>TortoiseGit</OutputName>\r
     <OutputType>Package</OutputType>\r
     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>\r
   </PropertyGroup>\r
     </SuppressSpecificWarnings>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
-    <OutputPath>..\..\bin\setup\</OutputPath>\r
+    <OutputPath>..\..\bin\setup\x86\</OutputPath>\r
     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
     <DefineConstants>IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
     <SuppressSpecificWarnings>\r
     </SuppressSpecificWarnings>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
+    <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
+    <WixVariables>\r
+    </WixVariables>\r
+    <SuppressSpecificWarnings>\r
+    </SuppressSpecificWarnings>\r
+    <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>\r
+    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
+    <DefineConstants>IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>\r
+    <SuppressSpecificWarnings>\r
+    </SuppressSpecificWarnings>\r
+    <OutputPath>..\..\bin\setup\x64\</OutputPath>\r
+    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>\r
+  </PropertyGroup>\r
   <Import Project="$(WixTargetsPath)" />\r
   <!--\r
        To modify your build process, add your task inside one of the targets below and uncomment it.\r