diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-11-15 17:53:46 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-12-14 08:00:56 -0800 |
| commit | 4f966b47a3b24e77794a3366ca591548a3cc42c7 (patch) | |
| tree | 7ad06f54af21a386046c36a8054100cb75a48f39 /src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj | |
| parent | a52036eda6958f4671c9ecb04373bf7bc2e4bd36 (diff) | |
| download | wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.gz wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.bz2 wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.zip | |
Migrate all .sln files to .slnx
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj index c1398c24..5e5e2d75 100644 --- a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNET4/TestComponentNET4.csproj | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> | 2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
| 3 | <PropertyGroup> | 3 | <PropertyGroup> |
| 4 | <ProjectType>Local</ProjectType> | 4 | <ProjectType>Local</ProjectType> |
| 5 | <ProductVersion>7.0.9466</ProductVersion> | 5 | <ProductVersion>7.0.9466</ProductVersion> |
| @@ -94,4 +94,4 @@ | |||
| 94 | <PostBuildEvent>call "$(DevEnvDir)..\Tools\VsDevCmd.bat" | 94 | <PostBuildEvent>call "$(DevEnvDir)..\Tools\VsDevCmd.bat" |
| 95 | tlbexp.exe $(TargetDir)$(TargetFileName)</PostBuildEvent> | 95 | tlbexp.exe $(TargetDir)$(TargetFileName)</PostBuildEvent> |
| 96 | </PropertyGroup> | 96 | </PropertyGroup> |
| 97 | </Project> \ No newline at end of file | 97 | </Project> |
