MotoBootLogoMaker/Moto_Logo/Moto_Logo.csproj
2014-09-16 12:49:38 -07:00

171 lines
7.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{30CD20E2-826B-4676-921C-333C88B1D1BC}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Moto_Logo</RootNamespace>
<AssemblyName>Moto_Boot_Logo_Maker</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>main_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutBox1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutBox1.Designer.cs">
<DependentUpon>AboutBox1.cs</DependentUpon>
</Compile>
<Compile Include="Ionic\CommonSrc\CRC32.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form1.LogoTree.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.OpenFile.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Ionic\Zip\ComHelper.cs" />
<Compile Include="Ionic\Zip\EncryptionAlgorithm.cs" />
<Compile Include="Ionic\Zip\Events.cs" />
<Compile Include="Ionic\Zip\Exceptions.cs" />
<Compile Include="Ionic\Zip\ExtractExistingFileAction.cs" />
<Compile Include="Ionic\Zip\FileSelector.cs" />
<Compile Include="Ionic\Zip\OffsetStream.cs" />
<Compile Include="Ionic\Zip\Shared.cs" />
<Compile Include="Ionic\Zip\ZipConstants.cs" />
<Compile Include="Ionic\Zip\ZipCrypto.cs" />
<Compile Include="Ionic\Zip\ZipDirEntry.cs" />
<Compile Include="Ionic\Zip\ZipEntry.cs" />
<Compile Include="Ionic\Zip\ZipEntry.Extract.cs" />
<Compile Include="Ionic\Zip\ZipEntry.Read.cs" />
<Compile Include="Ionic\Zip\ZipEntry.Write.cs" />
<Compile Include="Ionic\Zip\ZipEntrySource.cs" />
<Compile Include="Ionic\Zip\ZipErrorAction.cs" />
<Compile Include="Ionic\Zip\ZipFile.AddUpdate.cs" />
<Compile Include="Ionic\Zip\ZipFile.Check.cs" />
<Compile Include="Ionic\Zip\ZipFile.cs" />
<Compile Include="Ionic\Zip\ZipFile.Events.cs" />
<Compile Include="Ionic\Zip\ZipFile.Extract.cs" />
<Compile Include="Ionic\Zip\ZipFile.Read.cs" />
<Compile Include="Ionic\Zip\ZipFile.Save.cs" />
<Compile Include="Ionic\Zip\ZipFile.Selector.cs" />
<Compile Include="Ionic\Zip\ZipFile.x-IEnumerable.cs" />
<Compile Include="Ionic\Zip\ZipInputStream.cs" />
<Compile Include="Ionic\Zip\ZipOutputStream.cs" />
<Compile Include="Ionic\Zip\ZipSegmentedStream.cs" />
<Compile Include="Ionic\Zlib\Deflate.cs" />
<Compile Include="Ionic\Zlib\DeflateStream.cs" />
<Compile Include="Ionic\Zlib\GZipStream.cs" />
<Compile Include="Ionic\Zlib\Inflate.cs" />
<Compile Include="Ionic\Zlib\InfTree.cs" />
<Compile Include="Ionic\Zlib\ParallelDeflateOutputStream.cs" />
<Compile Include="Ionic\Zlib\Tree.cs" />
<Compile Include="Ionic\Zlib\Zlib.cs" />
<Compile Include="Ionic\Zlib\ZlibBaseStream.cs" />
<Compile Include="Ionic\Zlib\ZlibCodec.cs" />
<Compile Include="Ionic\Zlib\ZlibConstants.cs" />
<Compile Include="Ionic\Zlib\ZlibStream.cs" />
<Compile Include="Form1.SaveFile.cs">
<SubType>Form</SubType>
</Compile>
<EmbeddedResource Include="AboutBox1.resx">
<DependentUpon>AboutBox1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="540x540.bin" />
<None Include="app.config" />
<None Include="LogoZip\update-binary" />
<None Include="LogoZip\updater-script" />
<None Include="motorun.bin" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="Ionic\Zip\Migrated rules for Zip DLL.ruleset" />
</ItemGroup>
<ItemGroup>
<None Include="bitcoin qr only.png" />
<Content Include="logo_battery.png" />
<None Include="logo_charge.png" />
<None Include="logo_boot.png" />
<Content Include="logo_lowpower.png" />
<Content Include="logo_unplug.png" />
<Content Include="main_icon.ico" />
<Content Include="Ionic\Zlib\LICENSE.jzlib.txt" />
<Content Include="Ionic\Zlib\License.zlib.txt" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_BuildVersioningStyle="None.None.MonthAndDayStamp.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_StartDate="2014/8/25" BuildVersion_UseGlobalSettings="True" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>