Toasts – Blame information for rev 47

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>
47 office 68 <Reference Include="HtmlAgilityPack, Version=1.12.1.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
69 <HintPath>..\packages\HtmlAgilityPack.1.12.1\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>
47 office 77 <Reference Include="Markdig, Version=0.41.0.0, Culture=neutral, processorArchitecture=MSIL">
78 <HintPath>..\packages\Markdig.0.41.3\lib\net462\Markdig.dll</HintPath>
27 office 79 </Reference>
1 office 80 <Reference Include="System" />
47 office 81 <Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82 <HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath>
27 office 83 </Reference>
1 office 84 <Reference Include="System.Core" />
47 office 85 <Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
86 <HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath>
87 </Reference>
27 office 88 <Reference Include="System.Numerics" />
47 office 89 <Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
90 <HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath>
27 office 91 </Reference>
47 office 92 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
93 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
94 </Reference>
37 office 95 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
39 office 96 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
16 office 97 </Reference>
1 office 98 <Reference Include="System.Xml.Linq" />
99 <Reference Include="System.Data.DataSetExtensions" />
100 <Reference Include="System.Data" />
101 <Reference Include="System.Deployment" />
102 <Reference Include="System.Drawing" />
103 <Reference Include="System.Windows.Forms" />
104 <Reference Include="System.Xml" />
105 </ItemGroup>
106 <ItemGroup>
107 <Compile Include="FormAnimator.cs" />
108 <Compile Include="NativeMethods.cs" />
16 office 109 <Compile Include="ScheduledContinuation.cs" />
2 office 110 <Compile Include="ToastForm.cs">
1 office 111 <SubType>Form</SubType>
112 </Compile>
2 office 113 <Compile Include="ToastForm.designer.cs">
114 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 115 </Compile>
116 <Compile Include="Properties\AssemblyInfo.cs" />
27 office 117 <Compile Include="ToastDisplayData.cs" />
118 <Compile Include="ToastDisplay.cs" />
1 office 119 <EmbeddedResource Include="Properties\Resources.resx">
120 <Generator>ResXFileCodeGenerator</Generator>
121 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
122 <SubType>Designer</SubType>
123 </EmbeddedResource>
124 <Compile Include="Properties\Resources.Designer.cs">
125 <AutoGen>True</AutoGen>
45 office 126 <DependentUpon>Resources.resx</DependentUpon>
1 office 127 <DesignTime>True</DesignTime>
128 </Compile>
44 office 129 <EmbeddedResource Include="ToastForm.resx">
130 <DependentUpon>ToastForm.cs</DependentUpon>
131 </EmbeddedResource>
1 office 132 </ItemGroup>
13 office 133 <ItemGroup>
134 <Content Include="Images\background.png">
135 </Content>
45 office 136 <Content Include="Images\copy.png" />
137 <Content Include="Images\copy.png" />
13 office 138 <Content Include="Images\was.png">
139 </Content>
140 <Content Include="Sounds\default.wav">
141 </Content>
142 </ItemGroup>
143 <ItemGroup>
28 office 144 <None Include="app.config" />
16 office 145 <None Include="packages.config" />
146 </ItemGroup>
1 office 147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
28 office 148 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
149 <PropertyGroup>
150 <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>
151 </PropertyGroup>
152 </Target>
1 office 153 </Project>