File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/NHibernate.Tool.HbmXsd Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 15
15
<OldToolsVersion >3.5</OldToolsVersion >
16
16
<UpgradeBackupLocation >
17
17
</UpgradeBackupLocation >
18
- <TargetFrameworkVersion >v2 .0</TargetFrameworkVersion >
18
+ <TargetFrameworkVersion >v4 .0</TargetFrameworkVersion >
19
19
<PublishUrl >publish\</PublishUrl >
20
20
<Install >true</Install >
21
21
<InstallFrom >Disk</InstallFrom >
31
31
<IsWebBootstrapper >false</IsWebBootstrapper >
32
32
<UseApplicationTrust >false</UseApplicationTrust >
33
33
<BootstrapperEnabled >true</BootstrapperEnabled >
34
+ <TargetFrameworkProfile >
35
+ </TargetFrameworkProfile >
34
36
</PropertyGroup >
35
37
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
38
<DebugSymbols >true</DebugSymbols >
77
79
<ItemGroup >
78
80
<Folder Include =" Properties\" />
79
81
</ItemGroup >
82
+ <ItemGroup >
83
+ <None Include =" app.config" />
84
+ </ItemGroup >
80
85
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
81
86
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82
87
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.0" /></startup ></configuration >
You can’t perform that action at this time.
0 commit comments