Skip to content

Commit 3920c71

Browse files
committed
removed Visual Studio crap
1 parent 5c61600 commit 3920c71

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

src/FluentNHibernate.Specs/FluentNHibernate.Specs.csproj

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,11 @@
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>{D6C908E5-2B12-43DB-A8AB-2B6849D9CB7B}</ProjectGuid>
99
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
1110
<RootNamespace>FluentNHibernate.Specs</RootNamespace>
1211
<AssemblyName>FluentNHibernate.Specs</AssemblyName>
1312
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1413
<FileAlignment>512</FileAlignment>
15-
<FileUpgradeFlags>
16-
</FileUpgradeFlags>
17-
<OldToolsVersion>3.5</OldToolsVersion>
18-
<UpgradeBackupLocation />
19-
<PublishUrl>publish\</PublishUrl>
20-
<Install>true</Install>
21-
<InstallFrom>Disk</InstallFrom>
22-
<UpdateEnabled>false</UpdateEnabled>
23-
<UpdateMode>Foreground</UpdateMode>
24-
<UpdateInterval>7</UpdateInterval>
25-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26-
<UpdatePeriodically>false</UpdatePeriodically>
27-
<UpdateRequired>false</UpdateRequired>
2814
<MapFileExtensions>true</MapFileExtensions>
29-
<ApplicationRevision>0</ApplicationRevision>
30-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31-
<IsWebBootstrapper>false</IsWebBootstrapper>
32-
<UseApplicationTrust>false</UseApplicationTrust>
33-
<BootstrapperEnabled>true</BootstrapperEnabled>
3415
</PropertyGroup>
3516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3617
<DebugSymbols>true</DebugSymbols>

src/FluentNHibernate/FluentNHibernate.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
<AssemblyName>FluentNHibernate</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SignAssembly>true</SignAssembly>
15-
<AssemblyOriginatorKeyFile>..\FluentKey.snk</AssemblyOriginatorKeyFile>
16-
<ApplicationRevision>0</ApplicationRevision>
17-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
18-
<IsWebBootstrapper>false</IsWebBootstrapper>
19-
<UseApplicationTrust>false</UseApplicationTrust>
20-
<BootstrapperEnabled>true</BootstrapperEnabled>
2114
</PropertyGroup>
2215
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2316
<DebugSymbols>true</DebugSymbols>
@@ -52,7 +45,7 @@
5245
<HintPath>..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
5346
</Reference>
5447
<Reference Include="System" />
55-
<Reference Include="System.configuration" />
48+
<Reference Include="System.Configuration" />
5649
<Reference Include="System.Core">
5750
<RequiredTargetFramework>3.5</RequiredTargetFramework>
5851
</Reference>

0 commit comments

Comments
 (0)