1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6
+ <ProductVersion >3.9</ProductVersion >
7
+ <ProjectGuid >e8930026-0cb6-4bc6-bbc4-124dd08c0243</ProjectGuid >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <OutputName >mysql_dotnet_udf_x64_installer_v1.0</OutputName >
10
+ <OutputType >Package</OutputType >
11
+ <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' " >$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
12
+ <WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
13
+ <Name >MySQLUDFInstaller x64</Name >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
16
+ <OutputPath >bin\$(Configuration)\</OutputPath >
17
+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
18
+ <DefineConstants >Debug</DefineConstants >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
21
+ <OutputPath >bin\$(Configuration)\</OutputPath >
22
+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
25
+ <DefineConstants >Debug</DefineConstants >
26
+ <OutputPath >bin\$(Platform)\$(Configuration)\</OutputPath >
27
+ <IntermediateOutputPath >obj\$(Platform)\$(Configuration)\</IntermediateOutputPath >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
30
+ <OutputPath >bin\$(Platform)\$(Configuration)\</OutputPath >
31
+ <IntermediateOutputPath >obj\$(Platform)\$(Configuration)\</IntermediateOutputPath >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Compile Include =" Product.wxs" />
35
+ </ItemGroup >
36
+ <ItemGroup >
37
+ <WixExtension Include =" WixUtilExtension" >
38
+ <HintPath >$(WixExtDir)\WixUtilExtension.dll</HintPath >
39
+ <Name >WixUtilExtension</Name >
40
+ </WixExtension >
41
+ <WixExtension Include =" WixNetFxExtension" >
42
+ <HintPath >$(WixExtDir)\WixNetFxExtension.dll</HintPath >
43
+ <Name >WixNetFxExtension</Name >
44
+ </WixExtension >
45
+ <WixExtension Include =" WixUIExtension" >
46
+ <HintPath >$(WixExtDir)\WixUIExtension.dll</HintPath >
47
+ <Name >WixUIExtension</Name >
48
+ </WixExtension >
49
+ </ItemGroup >
50
+ <Import Project =" $(WixTargetsPath)" />
51
+ <!--
52
+ To modify your build process, add your task inside one of the targets below and uncomment it.
53
+ Other similar extension points exist, see Wix.targets.
54
+ <Target Name="BeforeBuild">
55
+ </Target>
56
+ <Target Name="AfterBuild">
57
+ </Target>
58
+ -->
59
+ </Project >
0 commit comments