Toasts – Blame information for rev 55

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{380D8D88-386C-4C50-9A54-800F79FDF7D2}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
9 office 11 <RootNamespace>Toasts</RootNamespace>
12 <AssemblyName>Toasts</AssemblyName>
39 office 13 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1 office 14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <IsWebBootstrapper>false</IsWebBootstrapper>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <BootstrapperEnabled>true</BootstrapperEnabled>
28 office 31 <NuGetPackageImportStamp>
32 </NuGetPackageImportStamp>
1 office 33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <PlatformTarget>AnyCPU</PlatformTarget>
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 </PropertyGroup>
54 <PropertyGroup>
55 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
56 </PropertyGroup>
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
58 <Prefer32Bit>false</Prefer32Bit>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
61 <Prefer32Bit>false</Prefer32Bit>
62 </PropertyGroup>
63 <PropertyGroup>
64 <StartupObject>
65 </StartupObject>
66 </PropertyGroup>
67 <ItemGroup>
48 office 68 <Reference Include="HtmlAgilityPack, Version=1.11.72.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
69 <HintPath>..\packages\HtmlAgilityPack.1.11.72\lib\Net45\HtmlAgilityPack.dll</HintPath>
35 office 70 </Reference>
31 office 71 <Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
39 office 72 <HintPath>..\packages\HtmlRenderer.Core.1.5.0.6\lib\net45\HtmlRenderer.dll</HintPath>
27 office 73 </Reference>
29 office 74 <Reference Include="HtmlRenderer.WinForms, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
39 office 75 <HintPath>..\packages\HtmlRenderer.WinForms.1.5.0.6\lib\net45\HtmlRenderer.WinForms.dll</HintPath>
27 office 76 </Reference>
48 office 77 <Reference Include="Markdig, Version=0.38.0.0, Culture=neutral, processorArchitecture=MSIL">
78 <HintPath>..\packages\Markdig.0.38.0\lib\net462\Markdig.dll</HintPath>
27 office 79 </Reference>
1 office 80 <Reference Include="System" />
48 office 81 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
27 office 83 </Reference>
1 office 84 <Reference Include="System.Core" />
49 office 85 <Reference Include="System.Net.Http" />
27 office 86 <Reference Include="System.Numerics" />
48 office 87 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
88 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
27 office 89 </Reference>
37 office 90 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
39 office 91 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
16 office 92 </Reference>
1 office 93 <Reference Include="System.Xml.Linq" />
94 <Reference Include="System.Data.DataSetExtensions" />
95 <Reference Include="System.Data" />
96 <Reference Include="System.Deployment" />
97 <Reference Include="System.Drawing" />
98 <Reference Include="System.Windows.Forms" />
99 <Reference Include="System.Xml" />
100 </ItemGroup>
101 <ItemGroup>
55 office 102 <Compile Include="Properties\Annotations.cs" />
103 <Compile Include="Proxy.cs" />
53 office 104 <Compile Include="Utilities\Extensions.cs" />
1 office 105 <Compile Include="NativeMethods.cs" />
16 office 106 <Compile Include="ScheduledContinuation.cs" />
2 office 107 <Compile Include="ToastForm.cs">
1 office 108 <SubType>Form</SubType>
109 </Compile>
2 office 110 <Compile Include="ToastForm.designer.cs">
111 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 112 </Compile>
113 <Compile Include="Properties\AssemblyInfo.cs" />
27 office 114 <Compile Include="ToastDisplayData.cs" />
115 <Compile Include="ToastDisplay.cs" />
1 office 116 <EmbeddedResource Include="Properties\Resources.resx">
117 <Generator>ResXFileCodeGenerator</Generator>
118 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
119 <SubType>Designer</SubType>
120 </EmbeddedResource>
121 <Compile Include="Properties\Resources.Designer.cs">
122 <AutoGen>True</AutoGen>
45 office 123 <DependentUpon>Resources.resx</DependentUpon>
1 office 124 <DesignTime>True</DesignTime>
125 </Compile>
44 office 126 <EmbeddedResource Include="ToastForm.resx">
127 <DependentUpon>ToastForm.cs</DependentUpon>
128 </EmbeddedResource>
1 office 129 </ItemGroup>
13 office 130 <ItemGroup>
131 <Content Include="Images\background.png">
132 </Content>
45 office 133 <Content Include="Images\copy.png" />
134 <Content Include="Images\copy.png" />
13 office 135 <Content Include="Images\was.png">
136 </Content>
137 <Content Include="Sounds\default.wav">
138 </Content>
139 </ItemGroup>
140 <ItemGroup>
28 office 141 <None Include="app.config" />
16 office 142 <None Include="packages.config" />
143 </ItemGroup>
1 office 144 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
28 office 145 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
146 <PropertyGroup>
147 <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>
148 </PropertyGroup>
149 </Target>
1 office 150 </Project>