2019-11-08 19:30:32 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-08-03 19:54:08 +02:00
<Import Project= "..\packages\Resource.Embedder.2.1.1\build\Resource.Embedder.props" Condition= "Exists('..\packages\Resource.Embedder.2.1.1\build\Resource.Embedder.props')" />
2019-11-08 19:30:32 +01:00
<Import Project= "..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {1BF2468D-9579-462D-9153-4836E9C8721F}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > EnvyUpdate</RootNamespace>
<AssemblyName > EnvyUpdate</AssemblyName>
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</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>
<PropertyGroup >
<ApplicationIcon > icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup >
<SignAssembly > false</SignAssembly>
</PropertyGroup>
2020-07-25 13:29:15 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug - ignoregpu|AnyCPU'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<PlatformTarget > AnyCPU</PlatformTarget>
<LangVersion > 7.3</LangVersion>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
2020-07-30 18:30:37 +02:00
<PropertyGroup >
<ApplicationManifest > app.manifest</ApplicationManifest>
</PropertyGroup>
2019-11-08 19:30:32 +01:00
<ItemGroup >
<Reference Include= "Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include= "Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net451\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
</Reference>
2020-08-03 19:54:08 +02:00
<Reference Include= "Microsoft.Build.Framework" />
<Reference Include= "Microsoft.Build.Utilities.v4.0" />
2020-07-25 13:29:15 +02:00
<Reference Include= "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2019-12-29 21:41:57 +01:00
<Reference Include= "Notifications.Wpf, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Notifications.Wpf.0.1.1\lib\net461\Notifications.Wpf.dll</HintPath>
</Reference>
2019-11-08 19:30:32 +01:00
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Management" />
2020-07-25 13:29:15 +02:00
<Reference Include= "System.Runtime.Serialization" />
2019-11-08 19:30:32 +01:00
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xaml" >
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
</ItemGroup>
<ItemGroup >
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
2020-07-25 13:29:15 +02:00
<Compile Include= "GlobalVars.cs" />
2020-07-14 15:31:32 +02:00
<Compile Include= "InfoWindow.xaml.cs" >
<DependentUpon > InfoWindow.xaml</DependentUpon>
</Compile>
2019-12-29 21:41:57 +01:00
<Compile Include= "Notify.cs" />
2020-08-03 19:54:08 +02:00
<Compile Include= "Properties\Resources.de.Designer.cs" >
<DependentUpon > Resources.de.resx</DependentUpon>
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
</Compile>
2019-12-30 21:06:47 +01:00
<Compile Include= "StringExt.cs" />
2019-11-08 19:30:32 +01:00
<Compile Include= "Util.cs" />
2020-07-14 15:31:32 +02:00
<Page Include= "InfoWindow.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2019-11-08 19:30:32 +01:00
<Page Include= "MainWindow.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
<Compile Include= "MainWindow.xaml.cs" >
<DependentUpon > MainWindow.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
2020-08-03 19:54:08 +02:00
<EmbeddedResource Include= "Properties\Resources.de.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
2019-11-08 19:30:32 +01:00
<EmbeddedResource Include= "Properties\Resources.resx" >
2020-08-03 19:54:08 +02:00
<Generator > PublicResXFileCodeGenerator</Generator>
2019-11-08 19:30:32 +01:00
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2020-07-30 18:30:37 +02:00
<None Include= "app.manifest" />
2019-11-08 19:30:32 +01:00
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
<ItemGroup >
<Resource Include= "icon.ico" />
</ItemGroup>
<ItemGroup >
<Resource Include= "FodyWeavers.xml" />
</ItemGroup>
<ItemGroup >
<COMReference Include= "IWshRuntimeLibrary" >
<Guid > {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
<VersionMajor > 1</VersionMajor>
<VersionMinor > 0</VersionMinor>
<Lcid > 0</Lcid>
<WrapperTool > tlbimp</WrapperTool>
<Isolated > False</Isolated>
<EmbedInteropTypes > True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
2020-08-03 19:54:08 +02:00
<ItemGroup />
2019-11-08 19:30:32 +01:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<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>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
2020-08-03 19:54:08 +02:00
<Error Condition= "!Exists('..\packages\Fody.6.2.4\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.2.4\build\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Resource.Embedder.2.1.1\build\Resource.Embedder.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Resource.Embedder.2.1.1\build\Resource.Embedder.props'))" />
2019-11-08 19:30:32 +01:00
</Target>
2020-08-03 19:54:08 +02:00
<Import Project= "..\packages\Fody.6.2.4\build\Fody.targets" Condition= "Exists('..\packages\Fody.6.2.4\build\Fody.targets')" />
2019-11-08 19:30:32 +01:00
</Project>