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 >{31A0748C-2E9A-4E67-B5E8-643C68D8E320}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >FP_Auto_Video_Converter_2</RootNamespace >
10+ <AssemblyName >FP Auto Video Converter 2</AssemblyName >
11+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <PlatformTarget >AnyCPU</PlatformTarget >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <PropertyGroup >
35+ <ApplicationIcon >FP NEW.ico</ApplicationIcon >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Xml.Linq" />
41+ <Reference Include =" System.Data.DataSetExtensions" />
42+ <Reference Include =" System.Data" />
43+ <Reference Include =" System.Deployment" />
44+ <Reference Include =" System.Drawing" />
45+ <Reference Include =" System.Windows.Forms" />
46+ <Reference Include =" System.Xml" />
47+ </ItemGroup >
48+ <ItemGroup >
49+ <Compile Include =" Form1.cs" >
50+ <SubType >Form</SubType >
51+ </Compile >
52+ <Compile Include =" Form1.Designer.cs" >
53+ <DependentUpon >Form1.cs</DependentUpon >
54+ </Compile >
55+ <Compile Include =" Program.cs" />
56+ <Compile Include =" Properties\AssemblyInfo.cs" />
57+ <EmbeddedResource Include =" Form1.resx" >
58+ <DependentUpon >Form1.cs</DependentUpon >
59+ </EmbeddedResource >
60+ <EmbeddedResource Include =" Properties\Resources.resx" >
61+ <Generator >ResXFileCodeGenerator</Generator >
62+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
63+ <SubType >Designer</SubType >
64+ </EmbeddedResource >
65+ <Compile Include =" Properties\Resources.Designer.cs" >
66+ <AutoGen >True</AutoGen >
67+ <DependentUpon >Resources.resx</DependentUpon >
68+ <DesignTime >True</DesignTime >
69+ </Compile >
70+ <None Include =" Properties\Settings.settings" >
71+ <Generator >SettingsSingleFileGenerator</Generator >
72+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
73+ </None >
74+ <Compile Include =" Properties\Settings.Designer.cs" >
75+ <AutoGen >True</AutoGen >
76+ <DependentUpon >Settings.settings</DependentUpon >
77+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
78+ </Compile >
79+ </ItemGroup >
80+ <ItemGroup >
81+ <None Include =" Resources\clean.png" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <None Include =" Resources\paper-plane %281%29.png" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <Content Include =" FP NEW.ico" />
88+ <None Include =" Resources\information-button %281%29.png" />
89+ <None Include =" Resources\logout.png" />
90+ <None Include =" Resources\trash-bin %281%29.png" />
91+ <None Include =" Resources\trash-bin.png" />
92+ <None Include =" Resources\upload %281%29.png" />
93+ <None Include =" Resources\band-aid %281%29.png" />
94+ <None Include =" Resources\open-folder.png" />
95+ <None Include =" Resources\play.png" />
96+ <None Include =" Resources\stop.png" />
97+ </ItemGroup >
98+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99+ </Project >
0 commit comments