Annotation of cleanflash/CleanFlashUninstaller/CleanFlashUninstaller.csproj, revision 1.1.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>{E193EEA6-BE73-4E34-BEB0-E13AC8D30C5C}</ProjectGuid>
                     10:     <OutputType>WinExe</OutputType>
                     11:     <RootNamespace>CleanFlashUninstaller</RootNamespace>
                     12:     <AssemblyName>CleanFlashUninstaller</AssemblyName>
                     13:     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
                     14:     <FileAlignment>512</FileAlignment>
                     15:     <Deterministic>true</Deterministic>
                     16:     <NuGetPackageImportStamp>
                     17:     </NuGetPackageImportStamp>
                     18:   </PropertyGroup>
                     19:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
                     20:     <PlatformTarget>AnyCPU</PlatformTarget>
                     21:     <DebugSymbols>true</DebugSymbols>
                     22:     <DebugType>full</DebugType>
                     23:     <Optimize>false</Optimize>
                     24:     <OutputPath>bin\Debug\</OutputPath>
                     25:     <DefineConstants>DEBUG;TRACE</DefineConstants>
                     26:     <ErrorReport>prompt</ErrorReport>
                     27:     <WarningLevel>4</WarningLevel>
                     28:   </PropertyGroup>
                     29:   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
                     30:     <PlatformTarget>AnyCPU</PlatformTarget>
                     31:     <DebugType>pdbonly</DebugType>
                     32:     <Optimize>true</Optimize>
                     33:     <OutputPath>bin\Release\</OutputPath>
                     34:     <DefineConstants>TRACE</DefineConstants>
                     35:     <ErrorReport>prompt</ErrorReport>
                     36:     <WarningLevel>4</WarningLevel>
                     37:   </PropertyGroup>
                     38:   <PropertyGroup>
                     39:     <ApplicationIcon>..\CleanFlashCommon\icon.ico</ApplicationIcon>
                     40:   </PropertyGroup>
                     41:   <PropertyGroup>
                     42:     <ApplicationManifest>app.manifest</ApplicationManifest>
                     43:   </PropertyGroup>
                     44:   <PropertyGroup>
                     45:     <StartupObject>CleanFlashUninstaller.Program</StartupObject>
                     46:   </PropertyGroup>
                     47:   <ItemGroup>
                     48:     <Reference Include="System" />
                     49:     <Reference Include="System.Core" />
                     50:     <Reference Include="System.Xml.Linq" />
                     51:     <Reference Include="System.Data.DataSetExtensions" />
                     52:     <Reference Include="Microsoft.CSharp" />
                     53:     <Reference Include="System.Data" />
                     54:     <Reference Include="System.Deployment" />
                     55:     <Reference Include="System.Drawing" />
                     56:     <Reference Include="System.Windows.Forms" />
                     57:     <Reference Include="System.Xml" />
                     58:   </ItemGroup>
                     59:   <ItemGroup>
                     60:     <Compile Include="UninstallForm.cs">
                     61:       <SubType>Form</SubType>
                     62:     </Compile>
                     63:     <Compile Include="UninstallForm.Designer.cs">
                     64:       <DependentUpon>UninstallForm.cs</DependentUpon>
                     65:     </Compile>
                     66:     <Compile Include="Program.cs" />
                     67:     <Compile Include="Properties\AssemblyInfo.cs" />
                     68:     <EmbeddedResource Include="UninstallForm.resx">
                     69:       <DependentUpon>UninstallForm.cs</DependentUpon>
                     70:     </EmbeddedResource>
                     71:     <EmbeddedResource Include="Properties\Resources.resx">
                     72:       <Generator>ResXFileCodeGenerator</Generator>
                     73:       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
                     74:       <SubType>Designer</SubType>
                     75:     </EmbeddedResource>
                     76:     <Compile Include="Properties\Resources.Designer.cs">
                     77:       <AutoGen>True</AutoGen>
                     78:       <DependentUpon>Resources.resx</DependentUpon>
                     79:       <DesignTime>True</DesignTime>
                     80:     </Compile>
                     81:     <None Include="app.manifest" />
                     82:     <None Include="ILMerge.props" />
                     83:     <None Include="packages.config" />
                     84:     <None Include="Properties\Settings.settings">
                     85:       <Generator>SettingsSingleFileGenerator</Generator>
                     86:       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
                     87:     </None>
                     88:     <Compile Include="Properties\Settings.Designer.cs">
                     89:       <AutoGen>True</AutoGen>
                     90:       <DependentUpon>Settings.settings</DependentUpon>
                     91:       <DesignTimeSharedInput>True</DesignTimeSharedInput>
                     92:     </Compile>
                     93:   </ItemGroup>
                     94:   <ItemGroup>
                     95:     <None Include="Resources\flashLogo.png" />
                     96:   </ItemGroup>
                     97:   <ItemGroup>
                     98:     <ProjectReference Include="..\CleanFlashCommon\CleanFlashCommon.csproj">
                     99:       <Project>{d00f629b-455a-42de-b2fa-a3759a3095ae}</Project>
                    100:       <Name>CleanFlashCommon</Name>
                    101:     </ProjectReference>
                    102:   </ItemGroup>
                    103:   <ItemGroup>
                    104:     <Content Include="..\CleanFlashCommon\icon.ico" />
                    105:     <Content Include="ILMergeOrder.txt" />
                    106:     <Content Include="..\CleanFlashCommon\small_icon.ico" />
                    107:   </ItemGroup>
                    108:   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
                    109:   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
                    110:     <PropertyGroup>
                    111:       <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>
                    112:     </PropertyGroup>
                    113:     <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'))" />
                    114:     <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'))" />
                    115:     <Error Condition="!Exists('..\packages\ILMerge.3.0.41\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.41\build\ILMerge.props'))" />
                    116:   </Target>
                    117:   <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')" />
                    118: </Project>

unix.superglobalmegacorp.com

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