Annotation of cleanflash/CleanFlashInstaller/CleanFlashInstaller.csproj, revision 1.1

1.1     ! root        1: <?xml version="1.0" encoding="utf-8"?>
        !             2: <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
        !             3:   <Import Project="..\packages\ILMerge.3.0.41\build\ILMerge.props" Condition="Exists('..\packages\ILMerge.3.0.41\build\ILMerge.props')" />
        !             4:   <Import Project="..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" />
        !             5:   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
        !             6:   <PropertyGroup>
        !             7:     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
        !             8:     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
        !             9:     <ProjectGuid>{317B6619-2419-4778-95A2-1A97DC55AB83}</ProjectGuid>
        !            10:     <OutputType>WinExe</OutputType>
        !            11:     <RootNamespace>CleanFlashInstaller</RootNamespace>
        !            12:     <AssemblyName>CleanFlashInstaller</AssemblyName>
        !            13:     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
        !            14:     <FileAlignment>512</FileAlignment>
        !            15:     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
        !            16:     <Deterministic>true</Deterministic>
        !            17:     <TargetFrameworkProfile>
        !            18:     </TargetFrameworkProfile>
        !            19:     <PublishUrl>publish\</PublishUrl>
        !            20:     <Install>true</Install>
        !            21:     <InstallFrom>Disk</InstallFrom>
        !            22:     <UpdateEnabled>false</UpdateEnabled>
        !            23:     <UpdateMode>Foreground</UpdateMode>
        !            24:     <UpdateInterval>7</UpdateInterval>
        !            25:     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
        !            26:     <UpdatePeriodically>false</UpdatePeriodically>
        !            27:     <UpdateRequired>false</UpdateRequired>
        !            28:     <MapFileExtensions>true</MapFileExtensions>
        !            29:     <ApplicationRevision>0</ApplicationRevision>
        !            30:     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
        !            31:     <IsWebBootstrapper>false</IsWebBootstrapper>
        !            32:     <UseApplicationTrust>false</UseApplicationTrust>
        !            33:     <BootstrapperEnabled>true</BootstrapperEnabled>
        !            34:     <NuGetPackageImportStamp>
        !            35:     </NuGetPackageImportStamp>
        !            36:   </PropertyGroup>
        !            37:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
        !            38:     <PlatformTarget>AnyCPU</PlatformTarget>
        !            39:     <DebugSymbols>true</DebugSymbols>
        !            40:     <DebugType>full</DebugType>
        !            41:     <Optimize>false</Optimize>
        !            42:     <OutputPath>bin\Debug\</OutputPath>
        !            43:     <DefineConstants>DEBUG;TRACE</DefineConstants>
        !            44:     <ErrorReport>prompt</ErrorReport>
        !            45:     <WarningLevel>4</WarningLevel>
        !            46:     <Prefer32Bit>false</Prefer32Bit>
        !            47:   </PropertyGroup>
        !            48:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
        !            49:     <PlatformTarget>AnyCPU</PlatformTarget>
        !            50:     <DebugType>pdbonly</DebugType>
        !            51:     <Optimize>true</Optimize>
        !            52:     <OutputPath>bin\Release\</OutputPath>
        !            53:     <DefineConstants>TRACE</DefineConstants>
        !            54:     <ErrorReport>prompt</ErrorReport>
        !            55:     <WarningLevel>4</WarningLevel>
        !            56:     <Prefer32Bit>false</Prefer32Bit>
        !            57:   </PropertyGroup>
        !            58:   <PropertyGroup>
        !            59:     <ApplicationIcon>..\CleanFlashCommon\icon.ico</ApplicationIcon>
        !            60:   </PropertyGroup>
        !            61:   <PropertyGroup />
        !            62:   <PropertyGroup>
        !            63:     <ApplicationManifest>app.manifest</ApplicationManifest>
        !            64:   </PropertyGroup>
        !            65:   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
        !            66:     <DebugSymbols>true</DebugSymbols>
        !            67:     <OutputPath>bin\x64\Debug\</OutputPath>
        !            68:     <DefineConstants>DEBUG;TRACE</DefineConstants>
        !            69:     <DebugType>full</DebugType>
        !            70:     <PlatformTarget>x64</PlatformTarget>
        !            71:     <LangVersion>7.3</LangVersion>
        !            72:     <ErrorReport>prompt</ErrorReport>
        !            73:     <Prefer32Bit>true</Prefer32Bit>
        !            74:   </PropertyGroup>
        !            75:   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
        !            76:     <OutputPath>bin\x64\Release\</OutputPath>
        !            77:     <DefineConstants>TRACE</DefineConstants>
        !            78:     <Optimize>true</Optimize>
        !            79:     <DebugType>pdbonly</DebugType>
        !            80:     <PlatformTarget>x64</PlatformTarget>
        !            81:     <LangVersion>7.3</LangVersion>
        !            82:     <ErrorReport>prompt</ErrorReport>
        !            83:     <Prefer32Bit>true</Prefer32Bit>
        !            84:   </PropertyGroup>
        !            85:   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
        !            86:     <DebugSymbols>true</DebugSymbols>
        !            87:     <OutputPath>bin\x86\Debug\</OutputPath>
        !            88:     <DefineConstants>DEBUG;TRACE</DefineConstants>
        !            89:     <DebugType>full</DebugType>
        !            90:     <PlatformTarget>x86</PlatformTarget>
        !            91:     <LangVersion>7.3</LangVersion>
        !            92:     <ErrorReport>prompt</ErrorReport>
        !            93:     <Prefer32Bit>true</Prefer32Bit>
        !            94:   </PropertyGroup>
        !            95:   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
        !            96:     <OutputPath>bin\x86\Release\</OutputPath>
        !            97:     <DefineConstants>TRACE</DefineConstants>
        !            98:     <Optimize>true</Optimize>
        !            99:     <DebugType>pdbonly</DebugType>
        !           100:     <PlatformTarget>x86</PlatformTarget>
        !           101:     <LangVersion>7.3</LangVersion>
        !           102:     <ErrorReport>prompt</ErrorReport>
        !           103:     <Prefer32Bit>true</Prefer32Bit>
        !           104:   </PropertyGroup>
        !           105:   <PropertyGroup>
        !           106:     <StartupObject>CleanFlashInstaller.Program</StartupObject>
        !           107:   </PropertyGroup>
        !           108:   <ItemGroup>
        !           109:     <Reference Include="SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
        !           110:       <HintPath>..\packages\SharpCompress.0.24.0\lib\net35\SharpCompress.dll</HintPath>
        !           111:     </Reference>
        !           112:     <Reference Include="System" />
        !           113:     <Reference Include="System.Core" />
        !           114:     <Reference Include="System.Runtime.Serialization" />
        !           115:     <Reference Include="System.Xml.Linq" />
        !           116:     <Reference Include="System.Data.DataSetExtensions" />
        !           117:     <Reference Include="Microsoft.CSharp" />
        !           118:     <Reference Include="System.Data" />
        !           119:     <Reference Include="System.Deployment" />
        !           120:     <Reference Include="System.Drawing" />
        !           121:     <Reference Include="System.Windows.Forms" />
        !           122:     <Reference Include="System.Xml" />
        !           123:   </ItemGroup>
        !           124:   <ItemGroup>
        !           125:     <Compile Include="InstallEntry.cs" />
        !           126:     <Compile Include="Installer.cs" />
        !           127:     <Compile Include="InstallFlags.cs" />
        !           128:     <Compile Include="InstallForm.cs">
        !           129:       <SubType>Form</SubType>
        !           130:     </Compile>
        !           131:     <Compile Include="InstallForm.Designer.cs">
        !           132:       <DependentUpon>InstallForm.cs</DependentUpon>
        !           133:     </Compile>
        !           134:     <Compile Include="Program.cs" />
        !           135:     <Compile Include="Properties\AssemblyInfo.cs" />
        !           136:     <EmbeddedResource Include="InstallForm.resx">
        !           137:       <DependentUpon>InstallForm.cs</DependentUpon>
        !           138:     </EmbeddedResource>
        !           139:     <EmbeddedResource Include="Properties\Resources.resx">
        !           140:       <Generator>ResXFileCodeGenerator</Generator>
        !           141:       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
        !           142:       <SubType>Designer</SubType>
        !           143:     </EmbeddedResource>
        !           144:     <Compile Include="Properties\Resources.Designer.cs">
        !           145:       <AutoGen>True</AutoGen>
        !           146:       <DependentUpon>Resources.resx</DependentUpon>
        !           147:       <DesignTime>True</DesignTime>
        !           148:     </Compile>
        !           149:     <None Include="app.manifest" />
        !           150:     <EmbeddedResource Include="cleanflash.7z" />
        !           151:     <None Include="ILMerge.props" />
        !           152:     <None Include="packages.config" />
        !           153:     <None Include="Properties\Settings.settings">
        !           154:       <Generator>SettingsSingleFileGenerator</Generator>
        !           155:       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
        !           156:     </None>
        !           157:     <Compile Include="Properties\Settings.Designer.cs">
        !           158:       <AutoGen>True</AutoGen>
        !           159:       <DependentUpon>Settings.settings</DependentUpon>
        !           160:       <DesignTimeSharedInput>True</DesignTimeSharedInput>
        !           161:     </Compile>
        !           162:   </ItemGroup>
        !           163:   <ItemGroup>
        !           164:     <None Include="App.config" />
        !           165:   </ItemGroup>
        !           166:   <ItemGroup>
        !           167:     <Content Include="..\CleanFlashCommon\icon.ico" />
        !           168:     <Content Include="ILMergeOrder.txt" />
        !           169:     <None Include="..\CleanFlashCommon\flashLogo.png" />
        !           170:   </ItemGroup>
        !           171:   <ItemGroup>
        !           172:     <COMReference Include="IWshRuntimeLibrary">
        !           173:       <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
        !           174:       <VersionMajor>1</VersionMajor>
        !           175:       <VersionMinor>0</VersionMinor>
        !           176:       <Lcid>0</Lcid>
        !           177:       <WrapperTool>tlbimp</WrapperTool>
        !           178:       <Isolated>False</Isolated>
        !           179:       <EmbedInteropTypes>True</EmbedInteropTypes>
        !           180:     </COMReference>
        !           181:   </ItemGroup>
        !           182:   <ItemGroup>
        !           183:     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
        !           184:       <Visible>False</Visible>
        !           185:       <ProductName>.NET Framework 3.5 SP1</ProductName>
        !           186:       <Install>false</Install>
        !           187:     </BootstrapperPackage>
        !           188:   </ItemGroup>
        !           189:   <ItemGroup>
        !           190:     <ProjectReference Include="..\CleanFlashCommon\CleanFlashCommon.csproj">
        !           191:       <Project>{d00f629b-455a-42de-b2fa-a3759a3095ae}</Project>
        !           192:       <Name>CleanFlashCommon</Name>
        !           193:     </ProjectReference>
        !           194:   </ItemGroup>
        !           195:   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
        !           196:   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
        !           197:     <PropertyGroup>
        !           198:       <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
        !           199:     </PropertyGroup>
        !           200:     <Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props'))" />
        !           201:     <Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets'))" />
        !           202:     <Error Condition="!Exists('..\packages\ILMerge.3.0.41\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.41\build\ILMerge.props'))" />
        !           203:   </Target>
        !           204:   <Import Project="..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" />
        !           205: </Project>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.