File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121 </ItemGroup >
2222
2323 <ItemGroup >
24- <EmbeddedResource Include =" **\*.hbm.xml" />
24+ <EmbeddedResource Include =" **\*.hbm.xml" Exclude = " bin\**\*.* " />
2525 <EmbeddedResource Include =" **\*.jpg" />
2626 <EmbeddedResource Include =" TestEmbeddedConfig.cfg.xml" >
2727 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net461</TargetFramework >
5+ <OutputType >Exe</OutputType >
6+ <StartupObject >NHibernate.Tool.HbmXsd.Program</StartupObject >
57 <GenerateAssemblyTitleAttribute >False</GenerateAssemblyTitleAttribute >
68 <GenerateAssemblyProductAttribute >False</GenerateAssemblyProductAttribute >
79 <GenerateAssemblyCompanyAttribute >False</GenerateAssemblyCompanyAttribute >
You can’t perform that action at this time.
0 commit comments