| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <!--Project was exported from assembly: C:\Users\Administrator\Desktop\Launcher\New folder\LauncherUpdater.exe-->
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{3626DC35-20ED-476A-B9A3-047B88C5FCB9}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AssemblyName>LauncherUpdater</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <ApplicationVersion>1.0.0.0</ApplicationVersion>
- <FileAlignment>512</FileAlignment>
- <RootNamespace>LauncherUpdater</RootNamespace>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</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|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json">
- <HintPath>lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App.cs" />
- <Compile Include="Properties\Resources.cs" />
- <Compile Include="Properties\Settings.cs" />
- <Compile Include="HTTP\HttpRequest.cs" />
- <Compile Include="Response\ResponseListLauncherFiles.cs" />
- <Compile Include="Response\Files.cs" />
- <Compile Include="Function\EncryptionHelper.cs" />
- <Compile Include="Function\FileConfig.cs" />
- <Compile Include="Function\Configuration.cs" />
- <Compile Include="Function\Crc32.cs" />
- <Compile Include="Function\Logger.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>mainwindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="data\img\update_bar.png" />
- <Resource Include="icon4.ico" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.resx" />
- </ItemGroup>
- <ItemGroup>
- <Page Include="mainwindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|