OSDN Git Service

release build succesful
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitSetup / WiXSetup.wixproj
index b5d98e9..c18d36f 100644 (file)
@@ -1,44 +1,48 @@
-<?xml version="1.0" encoding="utf-8" ?>\r
-<VisualStudioProject>\r
-    <WindowsInstallerXML\r
-        ProductVersion="2.0.3116.0"\r
-        ProjectGuid="{E6749100-E168-457A-B680-BAADAF573D75}"\r
-        SchemaVersion="1.0"\r
-    >\r
-        <BuildSettings\r
-            OutputName="Setup"\r
-            OutputType="MSI"\r
-        />\r
-        <Configurations>\r
-            <Configuration\r
-                Name="Debug"\r
-                RelativeOutputDirectory="..\..\bin"\r
-            />\r
-            <Configuration\r
-                Name="Release"\r
-                RelativeOutputDirectory="..\..\bin"\r
-            />\r
-        </Configurations>\r
-        <WixlibReferences />\r
-        <Files>\r
-            <File\r
-                RelativePath="FeaturesFragment.wxs"\r
-            />\r
-            <File\r
-                RelativePath="Includes.wxi"\r
-            />\r
-            <File\r
-                RelativePath="StructureFragment.wxs"\r
-            />\r
-            <File\r
-                RelativePath="TortoiseSVN.wxs"\r
-            />\r
-            <File\r
-                RelativePath="UIFragment.wxs"\r
-            />\r
-            <File\r
-                RelativePath="VersionNumberInclude.in.wxi"\r
-            />\r
-        </Files>\r
-    </WindowsInstallerXML>\r
-</VisualStudioProject>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <PropertyGroup>\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
+    <ProductVersion>3.0</ProductVersion>\r
+    <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>\r
+    <SchemaVersion>2.0</SchemaVersion>\r
+    <OutputName>WixProject1</OutputName>\r
+    <OutputType>Package</OutputType>\r
+    <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
+    <OutputPath>..\..\bin\setup\</OutputPath>\r
+    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\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
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
+    <OutputPath>..\..\bin\setup\</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
+  <Import Project="$(WixTargetsPath)" />\r
+  <!--\r
+       To modify your build process, add your task inside one of the targets below and uncomment it.\r
+       Other similar extension points exist, see Wix.targets.\r
+       <Target Name="BeforeBuild">\r
+       </Target>\r
+       <Target Name="AfterBuild">\r
+       </Target>\r
+       -->\r
+  <ItemGroup>\r
+    <Compile Include="TortoiseSVN.wxs" />\r
+    <Compile Include="WixUI_Simplest.wxs" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Content Include="FeaturesFragment.wxi" />\r
+    <Content Include="Includes.wxi" />\r
+    <Content Include="StructureFragment.wxi" />\r
+    <Content Include="UIFragment.wxi" />\r
+    <Content Include="VersionNumberInclude.wxi" />\r
+  </ItemGroup>\r
+</Project>
\ No newline at end of file