Toasts – Blame information for rev 27

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>
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>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <PlatformTarget>AnyCPU</PlatformTarget>
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <PlatformTarget>AnyCPU</PlatformTarget>
45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup>
52 <PropertyGroup>
53 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
56 <Prefer32Bit>false</Prefer32Bit>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
59 <Prefer32Bit>false</Prefer32Bit>
60 </PropertyGroup>
61 <PropertyGroup>
62 <StartupObject>
63 </StartupObject>
64 </PropertyGroup>
65 <ItemGroup>
27 office 66 <Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
67 <HintPath>..\packages\HtmlRenderer.Core.1.5.0.6\lib\net45\HtmlRenderer.dll</HintPath>
68 </Reference>
69 <Reference Include="HtmlRenderer.WinForms, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
70 <HintPath>..\packages\HtmlRenderer.WinForms.1.5.0.6\lib\net45\HtmlRenderer.WinForms.dll</HintPath>
71 </Reference>
72 <Reference Include="Markdig, Version=0.36.0.0, Culture=neutral, processorArchitecture=MSIL">
73 <HintPath>..\packages\Markdig.0.36.2\lib\net462\Markdig.dll</HintPath>
74 </Reference>
1 office 75 <Reference Include="System" />
27 office 76 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
77 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
78 </Reference>
1 office 79 <Reference Include="System.Core" />
27 office 80 <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
81 <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
82 </Reference>
83 <Reference Include="System.Numerics" />
84 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
85 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
86 </Reference>
87 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
88 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
89 </Reference>
20 office 90 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
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>
102 <Compile Include="FormAnimator.cs" />
103 <Compile Include="NativeMethods.cs" />
16 office 104 <Compile Include="ScheduledContinuation.cs" />
2 office 105 <Compile Include="ToastForm.cs">
1 office 106 <SubType>Form</SubType>
107 </Compile>
2 office 108 <Compile Include="ToastForm.designer.cs">
109 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 110 </Compile>
111 <Compile Include="Properties\AssemblyInfo.cs" />
27 office 112 <Compile Include="ToastDisplayData.cs" />
113 <Compile Include="ToastDisplay.cs" />
2 office 114 <EmbeddedResource Include="ToastForm.resx">
115 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 116 </EmbeddedResource>
117 <EmbeddedResource Include="Properties\Resources.resx">
118 <Generator>ResXFileCodeGenerator</Generator>
119 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
120 <SubType>Designer</SubType>
121 </EmbeddedResource>
122 <Compile Include="Properties\Resources.Designer.cs">
123 <AutoGen>True</AutoGen>
124 <DependentUpon>Resources.resx</DependentUpon>
125 <DesignTime>True</DesignTime>
126 </Compile>
127 </ItemGroup>
13 office 128 <ItemGroup>
129 <Content Include="Images\background.png">
130 </Content>
131 <Content Include="Images\was.png">
132 </Content>
133 <Content Include="Sounds\default.wav">
134 </Content>
135 </ItemGroup>
136 <ItemGroup>
1 office 137 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
138 <Visible>False</Visible>
139 <ProductName>.NET Framework 3.5 SP1</ProductName>
140 <Install>true</Install>
141 </BootstrapperPackage>
142 </ItemGroup>
16 office 143 <ItemGroup>
144 <None Include="packages.config" />
145 </ItemGroup>
1 office 146 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147 </Project>