Skip to content

Commit

Permalink
Add release any cpu to gtk project
Browse files Browse the repository at this point in the history
  • Loading branch information
majorsilence committed Jan 3, 2015
1 parent e824a7b commit 7092e1d
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 3 deletions.
7 changes: 7 additions & 0 deletions GtkTestGui/GtkTestGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>full</DebugType>
Expand All @@ -30,6 +31,12 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
2 changes: 2 additions & 0 deletions LibImages/LibImages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 2 additions & 0 deletions LibMPlayerCommon/LibMPlayerCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand Down
3 changes: 2 additions & 1 deletion MPlayerControl.sln
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Global
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Any CPU.Build.0 = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.ActiveCfg = Release|Any CPU
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.ActiveCfg = Release|x86
{994F562F-B694-4799-B1D6-C90A290FEF2B}.Release|x86.Build.0 = Release|x86
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF738E9-1179-4E9D-A803-1CA5CB5499D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down
9 changes: 9 additions & 0 deletions MPlayerGtkWidget.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,31 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47923683-28D4-487C-A214-0F292EB5DBBE}.Debug|x86.ActiveCfg = Debug|x86
{47923683-28D4-487C-A214-0F292EB5DBBE}.Debug|x86.Build.0 = Debug|x86
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|x86.ActiveCfg = Release|x86
{47923683-28D4-487C-A214-0F292EB5DBBE}.Release|x86.Build.0 = Release|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Debug|x86.ActiveCfg = Debug|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Debug|x86.Build.0 = Debug|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|Any CPU.Build.0 = Release|Any CPU
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|x86.ActiveCfg = Release|x86
{5D3616D0-160D-4601-AB67-E1ED9111C676}.Release|x86.Build.0 = Release|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Debug|x86.ActiveCfg = Debug|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Debug|x86.Build.0 = Debug|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|x86.ActiveCfg = Release|x86
{C859FA27-7882-4814-9202-9C9D807C2CE5}.Release|x86.Build.0 = Release|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Debug|x86.ActiveCfg = Debug|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Debug|x86.Build.0 = Debug|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|Any CPU.Build.0 = Release|Any CPU
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|x86.ActiveCfg = Release|x86
{F1C6FF07-C7FD-4405-B739-C82BA4620B0F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down
7 changes: 7 additions & 0 deletions MPlayerGtkWidget/MPlayerGtkWidget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
Expand All @@ -30,6 +31,12 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion MPlayerGtkWidget/gtk-gui/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ public partial class MainWindow
{
protected virtual void Build ()
{

}
}
2 changes: 1 addition & 1 deletion MPlayerGtkWidget/gtk-gui/gui.stetic
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</configuration>
<import>
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<widget-library name="../bin/Debug/MPlayerGtkWidget.dll" internal="true" />
<widget-library name="../bin/Release/MPlayerGtkWidget.dll" internal="true" />
</import>
<widget class="Gtk.Window" id="MainWindow" design-size="400 300">
<property name="MemberName" />
Expand Down

0 comments on commit 7092e1d

Please sign in to comment.