Toasts – Blame information for rev 16

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>
66 <Reference Include="System" />
67 <Reference Include="System.Core" />
16 office 68 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
70 </Reference>
1 office 71 <Reference Include="System.Xml.Linq" />
72 <Reference Include="System.Data.DataSetExtensions" />
73 <Reference Include="System.Data" />
74 <Reference Include="System.Deployment" />
75 <Reference Include="System.Drawing" />
76 <Reference Include="System.Windows.Forms" />
77 <Reference Include="System.Xml" />
78 </ItemGroup>
79 <ItemGroup>
80 <Compile Include="FormAnimator.cs" />
81 <Compile Include="NativeMethods.cs" />
16 office 82 <Compile Include="ScheduledContinuation.cs" />
2 office 83 <Compile Include="ToastForm.cs">
1 office 84 <SubType>Form</SubType>
85 </Compile>
2 office 86 <Compile Include="ToastForm.designer.cs">
87 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 88 </Compile>
89 <Compile Include="Properties\AssemblyInfo.cs" />
16 office 90 <Compile Include="Toasts.cs" />
2 office 91 <EmbeddedResource Include="ToastForm.resx">
92 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 93 </EmbeddedResource>
94 <EmbeddedResource Include="Properties\Resources.resx">
95 <Generator>ResXFileCodeGenerator</Generator>
96 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
97 <SubType>Designer</SubType>
98 </EmbeddedResource>
99 <Compile Include="Properties\Resources.Designer.cs">
100 <AutoGen>True</AutoGen>
101 <DependentUpon>Resources.resx</DependentUpon>
102 <DesignTime>True</DesignTime>
103 </Compile>
104 </ItemGroup>
13 office 105 <ItemGroup>
106 <Content Include="Images\background.png">
107 </Content>
108 <Content Include="Images\was.png">
109 </Content>
110 <Content Include="Sounds\default.wav">
111 </Content>
112 </ItemGroup>
113 <ItemGroup>
1 office 114 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
115 <Visible>False</Visible>
116 <ProductName>.NET Framework 3.5 SP1</ProductName>
117 <Install>true</Install>
118 </BootstrapperPackage>
119 </ItemGroup>
16 office 120 <ItemGroup>
121 <None Include="packages.config" />
122 </ItemGroup>
1 office 123 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124 </Project>