15
15
<OldToolsVersion >3.5</OldToolsVersion >
16
16
<UpgradeBackupLocation >
17
17
</UpgradeBackupLocation >
18
- <TargetFrameworkVersion >v3.5 </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 />
34
35
</PropertyGroup >
35
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
37
<DebugSymbols >true</DebugSymbols >
39
40
<OutputPath >bin\Debug-2.0\</OutputPath >
40
41
<BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
41
42
<IntermediateOutputPath >obj\Debug-2.0\</IntermediateOutputPath >
42
- <DefineConstants >
43
- </DefineConstants >
43
+ <DefineConstants >NET_4_0</DefineConstants >
44
44
<ErrorReport >prompt</ErrorReport >
45
45
<WarningLevel >4</WarningLevel >
46
46
<DocumentationFile >bin\Debug-2.0\NHibernate.XML</DocumentationFile >
54
54
<OutputPath >bin\Release-2.0\</OutputPath >
55
55
<BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
56
56
<IntermediateOutputPath >obj\Release-2.0\</IntermediateOutputPath >
57
- <DefineConstants >TRACE;NET_2_0</DefineConstants >
57
+ <DefineConstants >TRACE;NET_2_0;NET_4_0 </DefineConstants >
58
58
<ErrorReport >prompt</ErrorReport >
59
59
<WarningLevel >4</WarningLevel >
60
60
<NoWarn >3001%3b3002%3b3003%3b3004%3b3005</NoWarn >
1862
1862
</ItemGroup >
1863
1863
<ItemGroup />
1864
1864
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
1865
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1866
- Other similar extension points exist, see Microsoft.Common.targets.
1867
- <Target Name="BeforeBuild">
1868
- </Target>
1869
- <Target Name="AfterBuild">
1870
- </Target>
1865
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1866
+ Other similar extension points exist, see Microsoft.Common.targets.
1867
+ <Target Name="BeforeBuild">
1868
+ </Target>
1869
+ <Target Name="AfterBuild">
1870
+ </Target>
1871
1871
-->
1872
1872
</Project >
0 commit comments