aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
diff options
context:
space:
mode:
authorBevan Weiss <bevan.weiss@gmail.com>2025-01-03 15:14:49 +1100
committerRob Mensching <rob@firegiant.com>2025-02-11 14:55:39 -0800
commitc49432f7d39dfe7fedc722b85cd1162bd5096ac1 (patch)
tree5f319208fffbb2a9215af627f7ee21a2425ece0e /src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
parent254196975c1f82bf7079a9d56b5417f5da9d8d76 (diff)
downloadwix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.gz
wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.bz2
wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.zip
Migrate COM+ E2E tests from raw binaries to source code.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj')
-rw-r--r--src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj97
1 files changed, 97 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
new file mode 100644
index 00000000..60785894
--- /dev/null
+++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj
@@ -0,0 +1,97 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>7.0.9466</ProductVersion>
6 <SchemaVersion>1.0</SchemaVersion>
7 <ProjectGuid>{EA2AFCCE-677D-433E-8517-4CFBBD3EBFAA}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <IsWixTestProject>false</IsWixTestProject>
11 <ApplicationIcon />
12 <AssemblyKeyContainerName />
13 <AssemblyName>TestComponentNET4</AssemblyName>
14 <AssemblyOriginatorKeyFile />
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>Library</OutputType>
20 <RootNamespace>TestApplication</RootNamespace>
21 <StartupObject />
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 <UpgradeBackupLocation>
25 </UpgradeBackupLocation>
26 <OldToolsVersion>0.0</OldToolsVersion>
27 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
28 <TargetFrameworkProfile />
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>bin\Debug\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile />
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
37 <DocumentationFile />
38 <DebugSymbols>true</DebugSymbols>
39 <FileAlignment>4096</FileAlignment>
40 <Optimize>false</Optimize>
41 <RegisterForComInterop>false</RegisterForComInterop>
42 <RemoveIntegerChecks>false</RemoveIntegerChecks>
43 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
44 <WarningLevel>4</WarningLevel>
45 <DebugType>full</DebugType>
46 <ErrorReport>prompt</ErrorReport>
47 <Prefer32Bit>false</Prefer32Bit>
48 <PlatformTarget>AnyCPU</PlatformTarget>
49 </PropertyGroup>
50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51 <OutputPath>bin\Release\</OutputPath>
52 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
53 <BaseAddress>285212672</BaseAddress>
54 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
55 <ConfigurationOverrideFile />
56 <DefineConstants>TRACE</DefineConstants>
57 <DocumentationFile />
58 <DebugSymbols>false</DebugSymbols>
59 <FileAlignment>4096</FileAlignment>
60 <Optimize>true</Optimize>
61 <RegisterForComInterop>false</RegisterForComInterop>
62 <RemoveIntegerChecks>false</RemoveIntegerChecks>
63 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
64 <WarningLevel>4</WarningLevel>
65 <DebugType>none</DebugType>
66 <ErrorReport>prompt</ErrorReport>
67 <Prefer32Bit>false</Prefer32Bit>
68 </PropertyGroup>
69 <ItemGroup>
70 <Reference Include="System">
71 <Name>System</Name>
72 </Reference>
73 <Reference Include="System.Data">
74 <Name>System.Data</Name>
75 </Reference>
76 <Reference Include="System.EnterpriseServices">
77 <Name>System.EnterpriseServices</Name>
78 </Reference>
79 <Reference Include="System.XML">
80 <Name>System.XML</Name>
81 </Reference>
82 </ItemGroup>
83 <ItemGroup>
84 <Compile Include="AssemblyInfo.cs">
85 <SubType>Code</SubType>
86 </Compile>
87 <Compile Include="TestComponentNET4.cs">
88 <SubType>Code</SubType>
89 </Compile>
90 </ItemGroup>
91 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92 <PropertyGroup>
93 <PreBuildEvent />
94 <PostBuildEvent>call "$(DevEnvDir)..\Tools\VsDevCmd.bat"
95tlbexp.exe $(TargetDir)$(TargetFileName)</PostBuildEvent>
96 </PropertyGroup>
97</Project> \ No newline at end of file