|
|
@@ -7,10 +7,11 @@
|
|
|
<ProjectGuid>{0516B4B2-6F50-4495-8785-3B813570682B}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>UAS_MesInterface</RootNamespace>
|
|
|
- <AssemblyName>UAS_MesInterface</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
+ <RootNamespace>DllService</RootNamespace>
|
|
|
+ <AssemblyName>DllService</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -20,6 +21,7 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <RegisterForComInterop>true</RegisterForComInterop>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
@@ -45,7 +47,7 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="DataHelper.cs" />
|
|
|
- <Compile Include="LogicHandler.cs" />
|
|
|
+ <Compile Include="MESHelper.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|