Fix assembly names

This commit is contained in:
~lucidiot 2022-07-19 04:54:58 +02:00
parent 6927fd4c93
commit 11aeb8fcdd
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lucidiot.Magellan.Extract</RootNamespace>
<AssemblyName>MagellanExtract</AssemblyName>
<AssemblyName>Lucidiot.Magellan.Extract</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -53,4 +53,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lucidiot.Magellan</RootNamespace>
<AssemblyName>MagellanLibrary</AssemblyName>
<AssemblyName>Lucidiot.Magellan</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -59,4 +59,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lucidiot.Raima</RootNamespace>
<AssemblyName>RaimaLibrary</AssemblyName>
<AssemblyName>Lucidiot.Raima</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>