Skip to content

Commit

Permalink
csproj: Fix assembly names and include *.dll.config in output
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
  • Loading branch information
Antonius Riha authored and bl8 committed Sep 21, 2014
1 parent 69ea133 commit 2034648
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 7 deletions.
7 changes: 6 additions & 1 deletion atk/atk.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -137,4 +137,9 @@
<ItemGroup>
<Folder Include="generated\" />
</ItemGroup>
<ItemGroup>
<None Include="atk-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion cairo/cairo.csproj
Expand Up @@ -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' ">
Expand Down
7 changes: 6 additions & 1 deletion gdk/gdk.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -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>
7 changes: 6 additions & 1 deletion gio/gio.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -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>
7 changes: 6 additions & 1 deletion glib/glib.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -106,4 +106,9 @@
<ItemGroup>
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<None Include="glib-sharp.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
7 changes: 6 additions & 1 deletion gtk/gtk.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -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>
7 changes: 6 additions & 1 deletion pango/pango.csproj
Expand Up @@ -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' ">
Expand Down Expand Up @@ -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>

0 comments on commit 2034648

Please sign in to comment.