diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-04-04 13:33:48 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-04-04 16:08:37 -0700 |
| commit | 90b1d345326fd05e701c82fa874590aeb6d1ee93 (patch) | |
| tree | e93f29d3a253b061ce1c7828252a4522f6deca11 /src/ext/VisualStudio/wixext | |
| parent | 532889b04d46ada4bfce65904f03c8f4db727368 (diff) | |
| download | wix-90b1d345326fd05e701c82fa874590aeb6d1ee93.tar.gz wix-90b1d345326fd05e701c82fa874590aeb6d1ee93.tar.bz2 wix-90b1d345326fd05e701c82fa874590aeb6d1ee93.zip | |
Update READMEs to include OSMF
Fixes 7862
Fixes 8974
Diffstat (limited to 'src/ext/VisualStudio/wixext')
| -rw-r--r-- | src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj index 0224c98c..eb410c35 100644 --- a/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj +++ b/src/ext/VisualStudio/wixext/WixToolset.VisualStudio.wixext.csproj | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <RootNamespace>WixToolset.VisualStudio</RootNamespace> | 7 | <RootNamespace>WixToolset.VisualStudio</RootNamespace> |
| 8 | <Description>WiX Toolset Visual Studio Extension</Description> | 8 | <Description>WiX Toolset Visual Studio Extension</Description> |
| 9 | <Title>WiX Toolset VS Extension</Title> | 9 | <Title>WiX Toolset VS Extension</Title> |
| 10 | <PackageReadmeFile>README.md</PackageReadmeFile> | ||
| 10 | <DebugType>embedded</DebugType> | 11 | <DebugType>embedded</DebugType> |
| 11 | </PropertyGroup> | 12 | </PropertyGroup> |
| 12 | 13 | ||
| @@ -16,6 +17,10 @@ | |||
| 16 | <EmbeddedResource Include="$(OutputPath)..\vs.wixlib" /> | 17 | <EmbeddedResource Include="$(OutputPath)..\vs.wixlib" /> |
| 17 | </ItemGroup> | 18 | </ItemGroup> |
| 18 | 19 | ||
| 20 | <ItemGroup> | ||
| 21 | <None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
| 22 | </ItemGroup> | ||
| 23 | |||
| 19 | <ItemGroup Condition=" '$(NCrunch)'=='' "> | 24 | <ItemGroup Condition=" '$(NCrunch)'=='' "> |
| 20 | <ProjectReference Include="..\wixlib\vs.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> | 25 | <ProjectReference Include="..\wixlib\vs.wixproj" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" /> |
| 21 | </ItemGroup> | 26 | </ItemGroup> |
