Skip to content

Commit ae972fc

Browse files
committed
Strong name and change .net version
1 parent e4728cf commit ae972fc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Src/DbQueryUtility/BizTalkComponents.Utilities.DbQueryUtility.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>BizTalkComponents.Utilities.DbQueryUtility</RootNamespace>
1111
<AssemblyName>BizTalkComponents.Utilities.DbQueryUtility</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
1415
</PropertyGroup>
1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1617
<DebugSymbols>true</DebugSymbols>
@@ -29,6 +30,12 @@
2930
<ErrorReport>prompt</ErrorReport>
3031
<WarningLevel>4</WarningLevel>
3132
</PropertyGroup>
33+
<PropertyGroup>
34+
<SignAssembly>true</SignAssembly>
35+
</PropertyGroup>
36+
<PropertyGroup>
37+
<AssemblyOriginatorKeyFile>BizTalkComponents.Utilities.DqQueryUtility.snk</AssemblyOriginatorKeyFile>
38+
</PropertyGroup>
3239
<ItemGroup>
3340
<Reference Include="System" />
3441
<Reference Include="System.Configuration" />
@@ -47,5 +54,8 @@
4754
<Compile Include="Repository\SqlDbQueryRepository.cs" />
4855
<Compile Include="SqlDbQueryApplicationService.cs" />
4956
</ItemGroup>
57+
<ItemGroup>
58+
<None Include="BizTalkComponents.Utilities.DqQueryUtility.snk" />
59+
</ItemGroup>
5060
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5161
</Project>
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)