Toasts – Blame information for rev 13

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>
13 office 13 <TargetFrameworkVersion>v4.7.2</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" />
68 <Reference Include="System.Xml.Linq" />
69 <Reference Include="System.Data.DataSetExtensions" />
70 <Reference Include="System.Data" />
71 <Reference Include="System.Deployment" />
72 <Reference Include="System.Drawing" />
73 <Reference Include="System.Windows.Forms" />
74 <Reference Include="System.Xml" />
75 </ItemGroup>
76 <ItemGroup>
77 <Compile Include="FormAnimator.cs" />
78 <Compile Include="NativeMethods.cs" />
2 office 79 <Compile Include="ToastForm.cs">
1 office 80 <SubType>Form</SubType>
81 </Compile>
2 office 82 <Compile Include="ToastForm.designer.cs">
83 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 84 </Compile>
85 <Compile Include="Properties\AssemblyInfo.cs" />
2 office 86 <EmbeddedResource Include="ToastForm.resx">
87 <DependentUpon>ToastForm.cs</DependentUpon>
1 office 88 </EmbeddedResource>
89 <EmbeddedResource Include="Properties\Resources.resx">
90 <Generator>ResXFileCodeGenerator</Generator>
91 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
92 <SubType>Designer</SubType>
93 </EmbeddedResource>
94 <Compile Include="Properties\Resources.Designer.cs">
95 <AutoGen>True</AutoGen>
96 <DependentUpon>Resources.resx</DependentUpon>
97 <DesignTime>True</DesignTime>
98 </Compile>
99 </ItemGroup>
13 office 100 <ItemGroup>
101 <Content Include="Images\background.png">
102 </Content>
103 <Content Include="Images\was.png">
104 </Content>
105 <Content Include="Sounds\default.wav">
106 </Content>
107 </ItemGroup>
108 <ItemGroup>
1 office 109 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework 3.5 SP1</ProductName>
112 <Install>true</Install>
113 </BootstrapperPackage>
114 </ItemGroup>
115 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116 </Project>