Skip to content

Commit ee257e5

Browse files
Added main files
1 parent 129ef3d commit ee257e5

23 files changed

+3174
-0
lines changed

GIFPlayer.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.1022
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GIFPlayer", "GIFPlayer\GIFPlayer.csproj", "{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {461BB23D-B6B7-4943-A897-55BFFB768101}
24+
EndGlobalSection
25+
EndGlobal

GIFPlayer/App.config

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5+
<section name="GIFPlayer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
10+
</startup>
11+
<userSettings>
12+
<GIFPlayer.Properties.Settings>
13+
<setting name="loop" serializeAs="String">
14+
<value>True</value>
15+
</setting>
16+
</GIFPlayer.Properties.Settings>
17+
</userSettings>
18+
</configuration>

GIFPlayer/GIFPlayer.csproj

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{CA40BE01-A8E4-4B40-B1C1-321DA498B7BE}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>GIFPlayer</RootNamespace>
10+
<AssemblyName>GIFPlayer</AssemblyName>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<PlatformTarget>AnyCPU</PlatformTarget>
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<PropertyGroup>
36+
<ApplicationIcon>icon.ico</ApplicationIcon>
37+
</PropertyGroup>
38+
<ItemGroup>
39+
<Reference Include="MetroFramework, Version=1.2.0.3, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
40+
<HintPath>..\packages\MetroFramework.RunTime.1.2.0.3\lib\net40-Client\MetroFramework.dll</HintPath>
41+
</Reference>
42+
<Reference Include="MetroFramework.Design, Version=1.2.0.3, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
43+
<HintPath>..\packages\MetroFramework.Design.1.2.0.3\lib\net40\MetroFramework.Design.dll</HintPath>
44+
<Private>False</Private>
45+
</Reference>
46+
<Reference Include="MetroFramework.Fonts, Version=1.2.0.3, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
47+
<HintPath>..\packages\MetroFramework.Fonts.1.2.0.3\lib\net40\MetroFramework.Fonts.dll</HintPath>
48+
</Reference>
49+
<Reference Include="System" />
50+
<Reference Include="System.Core" />
51+
<Reference Include="System.Xml.Linq" />
52+
<Reference Include="System.Data.DataSetExtensions" />
53+
<Reference Include="Microsoft.CSharp" />
54+
<Reference Include="System.Data" />
55+
<Reference Include="System.Deployment" />
56+
<Reference Include="System.Drawing" />
57+
<Reference Include="System.Net.Http" />
58+
<Reference Include="System.Windows.Forms" />
59+
<Reference Include="System.Xml" />
60+
</ItemGroup>
61+
<ItemGroup>
62+
<Compile Include="MainForm.cs">
63+
<SubType>Form</SubType>
64+
</Compile>
65+
<Compile Include="MainForm.Designer.cs">
66+
<DependentUpon>MainForm.cs</DependentUpon>
67+
</Compile>
68+
<Compile Include="Program.cs" />
69+
<Compile Include="Properties\AssemblyInfo.cs" />
70+
<Compile Include="PropertyForm.cs">
71+
<SubType>Form</SubType>
72+
</Compile>
73+
<Compile Include="PropertyForm.Designer.cs">
74+
<DependentUpon>PropertyForm.cs</DependentUpon>
75+
</Compile>
76+
<Compile Include="SettingForm.cs">
77+
<SubType>Form</SubType>
78+
</Compile>
79+
<Compile Include="SettingForm.Designer.cs">
80+
<DependentUpon>SettingForm.cs</DependentUpon>
81+
</Compile>
82+
<EmbeddedResource Include="MainForm.resx">
83+
<DependentUpon>MainForm.cs</DependentUpon>
84+
</EmbeddedResource>
85+
<EmbeddedResource Include="Properties\Resources.resx">
86+
<Generator>ResXFileCodeGenerator</Generator>
87+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
88+
<SubType>Designer</SubType>
89+
</EmbeddedResource>
90+
<Compile Include="Properties\Resources.Designer.cs">
91+
<AutoGen>True</AutoGen>
92+
<DependentUpon>Resources.resx</DependentUpon>
93+
<DesignTime>True</DesignTime>
94+
</Compile>
95+
<EmbeddedResource Include="PropertyForm.resx">
96+
<DependentUpon>PropertyForm.cs</DependentUpon>
97+
</EmbeddedResource>
98+
<EmbeddedResource Include="SettingForm.resx">
99+
<DependentUpon>SettingForm.cs</DependentUpon>
100+
</EmbeddedResource>
101+
<None Include="packages.config" />
102+
<None Include="Properties\Settings.settings">
103+
<Generator>SettingsSingleFileGenerator</Generator>
104+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
105+
</None>
106+
<Compile Include="Properties\Settings.Designer.cs">
107+
<AutoGen>True</AutoGen>
108+
<DependentUpon>Settings.settings</DependentUpon>
109+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
110+
</Compile>
111+
</ItemGroup>
112+
<ItemGroup>
113+
<None Include="App.config" />
114+
</ItemGroup>
115+
<ItemGroup>
116+
<Content Include="icon.ico" />
117+
<Content Include="MetroFramework.txt" />
118+
<None Include="Resources\stop_smaller.png" />
119+
<None Include="Resources\play_smaller.png" />
120+
</ItemGroup>
121+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122+
</Project>

0 commit comments

Comments
 (0)