Toasts – Blame information for rev 35
?pathlinks?
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> |
||
14 | office | 13 | <TargetFrameworkVersion>v4.8</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> |
||
35 | 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> |
||
70 | </Reference> |
||
31 | office | 71 | <Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL"> |
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"> |
31 | office | 75 | <HintPath>..\packages\HtmlRenderer.WinForms.1.5.0.6\lib\net45\HtmlRenderer.WinForms.dll</HintPath> |
27 | office | 76 | </Reference> |
34 | office | 77 | <Reference Include="Markdig, Version=0.40.0.0, Culture=neutral, processorArchitecture=MSIL"> |
78 | <HintPath>..\packages\Markdig.0.40.0\lib\net462\Markdig.dll</HintPath> |
||
27 | office | 79 | </Reference> |
1 | office | 80 | <Reference Include="System" /> |
34 | 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" /> |
35 | 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" /> |
35 | 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> |
35 | 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> |
||
27 | office | 94 | </Reference> |
35 | office | 95 | <Reference Include="System.Threading.Tasks.Dataflow, Version=9.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
96 | <HintPath>..\packages\System.Threading.Tasks.Dataflow.9.0.1\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" /> |
||
2 | office | 119 | <EmbeddedResource Include="ToastForm.resx"> |
120 | <DependentUpon>ToastForm.cs</DependentUpon> |
||
1 | office | 121 | </EmbeddedResource> |
122 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
123 | <Generator>ResXFileCodeGenerator</Generator> |
||
124 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
125 | <SubType>Designer</SubType> |
||
126 | </EmbeddedResource> |
||
127 | <Compile Include="Properties\Resources.Designer.cs"> |
||
128 | <AutoGen>True</AutoGen> |
||
129 | <DependentUpon>Resources.resx</DependentUpon> |
||
130 | <DesignTime>True</DesignTime> |
||
131 | </Compile> |
||
132 | </ItemGroup> |
||
13 | office | 133 | <ItemGroup> |
134 | <Content Include="Images\background.png"> |
||
135 | </Content> |
||
136 | <Content Include="Images\was.png"> |
||
137 | </Content> |
||
138 | <Content Include="Sounds\default.wav"> |
||
139 | </Content> |
||
140 | </ItemGroup> |
||
141 | <ItemGroup> |
||
1 | office | 142 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
143 | <Visible>False</Visible> |
||
144 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
145 | <Install>true</Install> |
||
146 | </BootstrapperPackage> |
||
147 | </ItemGroup> |
||
16 | office | 148 | <ItemGroup> |
28 | office | 149 | <None Include="app.config" /> |
16 | office | 150 | <None Include="packages.config" /> |
151 | </ItemGroup> |
||
1 | office | 152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
28 | office | 153 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
154 | <PropertyGroup> |
||
155 | <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> |
||
156 | </PropertyGroup> |
||
35 | office | 157 | <Error Condition="!Exists('..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets'))" /> |
28 | office | 158 | </Target> |
35 | office | 159 | <Import Project="..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets" Condition="Exists('..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.3\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" /> |
1 | office | 160 | </Project> |