|
@@ -8,7 +8,7 @@
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>UAS_CustomerInterface</RootNamespace>
|
|
|
- <AssemblyName>UAS_MesHelper</AssemblyName>
|
|
|
+ <AssemblyName>UAS.MES</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<TargetFrameworkProfile />
|
|
@@ -30,6 +30,12 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <SignAssembly>true</SignAssembly>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="Oracle.ManagedDataAccess">
|
|
|
<HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
|
|
@@ -40,13 +46,16 @@
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="MesHelper.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="key.pfx" />
|
|
|
+ <None Include="key.snk" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|