Toasts – Blame information for rev 28

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>
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>
28 office 68 <Reference Include="HtmlRenderer, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
69 <HintPath>..\..\packages\HtmlRenderer.Core.1.5.1-beta1\lib\net45\HtmlRenderer.dll</HintPath>
27 office 70 </Reference>
28 office 71 <Reference Include="HtmlRenderer.WinForms, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL">
72 <HintPath>..\..\packages\HtmlRenderer.WinForms.1.5.1-beta1\lib\net45\HtmlRenderer.WinForms.dll</HintPath>
27 office 73 </Reference>
28 office 74 <Reference Include="Markdig, Version=0.18.3.0, Culture=neutral, processorArchitecture=MSIL">
75 <HintPath>..\..\packages\Markdig.0.18.3\lib\net40\Markdig.dll</HintPath>
27 office 76 </Reference>
1 office 77 <Reference Include="System" />
27 office 78 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
79 <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
80 </Reference>
1 office 81 <Reference Include="System.Core" />
28 office 82 <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
83 <HintPath>..\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
27 office 84 </Reference>
85 <Reference Include="System.Numerics" />
86 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
88 </Reference>
89 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
28 office 90 <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
27 office 91 </Reference>
20 office 92 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
93 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
16 office 94 </Reference>
1 office 95 <Reference Include="System.Xml.Linq" />
96 <Reference Include="System.Data.DataSetExtensions" />
97 <Reference Include="System.Data" />
98 <Reference Include="System.Deployment" />
99 <Reference Include="System.Drawing" />
100 <Reference Include="System.Windows.Forms" />
101 <Reference Include="System.Xml" />
102 </ItemGroup>
103 <ItemGroup>
104 <Compile Include="FormAnimator.cs" />
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" />
2 office 116 <EmbeddedResource Include="ToastForm.resx">
117 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 118 </EmbeddedResource>
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>
126 <DependentUpon>Resources.resx</DependentUpon>
127 <DesignTime>True</DesignTime>
128 </Compile>
129 </ItemGroup>
13 office 130 <ItemGroup>
131 <Content Include="Images\background.png">
132 </Content>
133 <Content Include="Images\was.png">
134 </Content>
135 <Content Include="Sounds\default.wav">
136 </Content>
137 </ItemGroup>
138 <ItemGroup>
1 office 139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
140 <Visible>False</Visible>
141 <ProductName>.NET Framework 3.5 SP1</ProductName>
142 <Install>true</Install>
143 </BootstrapperPackage>
144 </ItemGroup>
16 office 145 <ItemGroup>
28 office 146 <None Include="app.config" />
16 office 147 <None Include="packages.config" />
148 </ItemGroup>
1 office 149 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
28 office 150 <Import Project="..\..\packages\jnm2.ReferenceAssemblies.net35.1.0.1\build\jnm2.ReferenceAssemblies.net35.targets" Condition="Exists('..\..\packages\jnm2.ReferenceAssemblies.net35.1.0.1\build\jnm2.ReferenceAssemblies.net35.targets')" />
151 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
152 <PropertyGroup>
153 <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>
154 </PropertyGroup>
155 <Error Condition="!Exists('..\..\packages\jnm2.ReferenceAssemblies.net35.1.0.1\build\jnm2.ReferenceAssemblies.net35.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\jnm2.ReferenceAssemblies.net35.1.0.1\build\jnm2.ReferenceAssemblies.net35.targets'))" />
156 <Error Condition="!Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets'))" />
157 </Target>
158 <Import Project="..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets" Condition="Exists('..\..\packages\Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.0\build\Microsoft.NETFramework.ReferenceAssemblies.net48.targets')" />
1 office 159 </Project>