Toasts – Blame information for rev 29

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>
29 office 68 <Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
69 <HintPath>..\packages\HtmlRenderer.Core.1.5.0.6\lib\net45\HtmlRenderer.dll</HintPath>
27 office 70 </Reference>
29 office 71 <Reference Include="HtmlRenderer.WinForms, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
72 <HintPath>..\packages\HtmlRenderer.WinForms.1.5.0.6\lib\net45\HtmlRenderer.WinForms.dll</HintPath>
27 office 73 </Reference>
29 office 74 <Reference Include="Markdig, Version=0.36.0.0, Culture=neutral, processorArchitecture=MSIL">
75 <HintPath>..\packages\Markdig.0.36.2\lib\net462\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" />
27 office 82 <Reference Include="System.Numerics" />
83 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
84 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
85 </Reference>
86 <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
29 office 87 <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
88 <Private>True</Private>
27 office 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>
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>