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 21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
24
- <EmbeddedResource Include =" **\*.hbm.xml" />
24
+ <EmbeddedResource Include =" **\*.hbm.xml" Exclude = " bin\**\*.* " />
25
25
<EmbeddedResource Include =" **\*.jpg" />
26
26
<EmbeddedResource Include =" TestEmbeddedConfig.cfg.xml" >
27
27
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net461</TargetFramework >
5
+ <OutputType >Exe</OutputType >
6
+ <StartupObject >NHibernate.Tool.HbmXsd.Program</StartupObject >
5
7
<GenerateAssemblyTitleAttribute >False</GenerateAssemblyTitleAttribute >
6
8
<GenerateAssemblyProductAttribute >False</GenerateAssemblyProductAttribute >
7
9
<GenerateAssemblyCompanyAttribute >False</GenerateAssemblyCompanyAttribute >
You can’t perform that action at this time.
0 commit comments