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