123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{D5C0F474-BB63-48D6-988D-E6ADFFA2140C}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>AppUpdater</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System.Windows.Forms">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization.Formatters.Soap">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization.Formatters.Soap\2.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Formatters.Soap.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Microsoft.Samples.AppUpdater\AppDownloader.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\AppKeys.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\AppManifest.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\AppStartConfig.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\AppUpdater.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Microsoft.Samples.AppUpdater\AppVersionInfo.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\ChangeDetectionModes.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\ConfigFileMissingException.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\KeyValidator.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\NotifyUpdateFileInfoEventArgs.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\Resource.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\ResourceFiles.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\ServerManifest.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\ServerPoller.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\UpdateCompleteEventArgs.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\UpdateDetectedEventArgs.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\UpdateForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Microsoft.Samples.AppUpdater\UpdateLog.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\UpdatePhases.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\UpdateState.cs" />
- <Compile Include="Microsoft.Samples.AppUpdater\WebFileLoader.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Microsoft.Samples.AppUpdater\UpdateForm.resx" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|