csproj: Fix assembly names and include *.dll.config in output

Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
This commit is contained in:
Antonius Riha 2014-09-21 15:07:38 +02:00 committed by Bertrand Lorentz
parent 69ea133855
commit 2034648ec2
7 changed files with 37 additions and 7 deletions

View file

@ -8,7 +8,7 @@
<ProjectGuid>{42FE871A-D8CF-4B29-9AFF-B02454E6C976}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>atk</RootNamespace>
<AssemblyName>atk</AssemblyName>
<AssemblyName>atk-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -137,4 +137,9 @@
<ItemGroup>
<Folder Include="generated\" />
</ItemGroup>
<ItemGroup>
<None Include="atk-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View file

@ -8,7 +8,7 @@
<ProjectGuid>{364577DB-9728-4951-AC2C-EDF7A6FCC09D}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>cairo</RootNamespace>
<AssemblyName>cairo</AssemblyName>
<AssemblyName>cairo-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">

View file

@ -8,7 +8,7 @@
<ProjectGuid>{58346CC6-DE93-45B4-8093-3508BD5DAA12}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>gdk</RootNamespace>
<AssemblyName>gdk</AssemblyName>
<AssemblyName>gdk-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -247,4 +247,9 @@
<Folder Include="generated\Gdk\" />
<Folder Include="generated\GLib\" />
</ItemGroup>
<ItemGroup>
<None Include="gdk-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View file

@ -8,7 +8,7 @@
<ProjectGuid>{1C3BB17B-336D-432A-8952-4E979BC90867}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>gio</RootNamespace>
<AssemblyName>gio</AssemblyName>
<AssemblyName>gio-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -382,4 +382,9 @@
<Folder Include="generated\" />
<Folder Include="generated\GLib\" />
</ItemGroup>
<ItemGroup>
<None Include="gio-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View file

@ -8,7 +8,7 @@
<ProjectGuid>{3BF1D531-8840-4F15-8066-A9788D8C398B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>glib</RootNamespace>
<AssemblyName>glib</AssemblyName>
<AssemblyName>glib-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -106,4 +106,9 @@
<ItemGroup>
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<None Include="glib-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View file

@ -8,7 +8,7 @@
<ProjectGuid>{94045F11-4266-40B4-910F-298985AF69D5}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>gtk</RootNamespace>
<AssemblyName>gtk</AssemblyName>
<AssemblyName>gtk-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -970,4 +970,9 @@
<Folder Include="generated\" />
<Folder Include="generated\Gtk\" />
</ItemGroup>
<ItemGroup>
<None Include="gtk-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View file

@ -8,7 +8,7 @@
<ProjectGuid>{FF422D8C-562F-4EA6-8590-9D1A5CD40AD4}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>pango</RootNamespace>
<AssemblyName>pango</AssemblyName>
<AssemblyName>pango-sharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@ -203,4 +203,9 @@
<Folder Include="generated\" />
<Folder Include="generated\Pango\" />
</ItemGroup>
<ItemGroup>
<None Include="pango-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>