Toasts – Blame information for rev 1
?pathlinks?
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> |
||
11 | <RootNamespace>ToastNotifications</RootNamespace> |
||
12 | <AssemblyName>ToastNotifications</AssemblyName> |
||
13 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
||
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" /> |
||
79 | <Compile Include="Notification.cs"> |
||
80 | <SubType>Form</SubType> |
||
81 | </Compile> |
||
82 | <Compile Include="Notification.designer.cs"> |
||
83 | <DependentUpon>Notification.cs</DependentUpon> |
||
84 | </Compile> |
||
85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
86 | <EmbeddedResource Include="Notification.resx"> |
||
87 | <DependentUpon>Notification.cs</DependentUpon> |
||
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 | <None Include="app.config" /> |
||
100 | <None Include="Properties\Settings.settings"> |
||
101 | <Generator>SettingsSingleFileGenerator</Generator> |
||
102 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
103 | </None> |
||
104 | <Compile Include="Properties\Settings.Designer.cs"> |
||
105 | <AutoGen>True</AutoGen> |
||
106 | <DependentUpon>Settings.settings</DependentUpon> |
||
107 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
108 | </Compile> |
||
109 | </ItemGroup> |
||
110 | <ItemGroup> |
||
111 | <Content Include="Images\background.png"> |
||
112 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
113 | </Content> |
||
114 | <Content Include="Images\icon.png"> |
||
115 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
116 | </Content> |
||
117 | <Content Include="Images\was.png"> |
||
118 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
119 | </Content> |
||
120 | <Content Include="Sounds\cityscape.wav"> |
||
121 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
122 | </Content> |
||
123 | <Content Include="Sounds\festival.wav"> |
||
124 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
125 | </Content> |
||
126 | <Content Include="Sounds\garden.wav"> |
||
127 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
128 | </Content> |
||
129 | <Content Include="Sounds\heritage.wav"> |
||
130 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
131 | </Content> |
||
132 | <Content Include="Sounds\landscape.wav"> |
||
133 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
134 | </Content> |
||
135 | <Content Include="Sounds\normal.wav"> |
||
136 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
137 | </Content> |
||
138 | <Content Include="Sounds\savanna.wav"> |
||
139 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
140 | </Content> |
||
141 | <Content Include="Sounds\sonata.wav"> |
||
142 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
143 | </Content> |
||
144 | </ItemGroup> |
||
145 | <ItemGroup> |
||
146 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
147 | <Visible>False</Visible> |
||
148 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
149 | <Install>true</Install> |
||
150 | </BootstrapperPackage> |
||
151 | </ItemGroup> |
||
152 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
153 | </Project> |