Statistics
| Branch: | Revision:

root / trunk / NotifyIconWpf / NotifyIconWpf.csproj @ 9bae55d1

History | View | Annotate | Download (5.9 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.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>9.0.30729</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{7AC63864-7638-41C4-969C-D3197EF2BED9}</ProjectGuid>
9
    <OutputType>library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Hardcodet.Wpf.TaskbarNotification</RootNamespace>
12
    <AssemblyName>Hardcodet.Wpf.TaskbarNotification</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
15
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16
    <WarningLevel>4</WarningLevel>
17
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18
    <FileUpgradeFlags>
19
    </FileUpgradeFlags>
20
    <UpgradeBackupLocation>
21
    </UpgradeBackupLocation>
22
    <OldToolsVersion>3.5</OldToolsVersion>
23
    <PublishUrl>publish\</PublishUrl>
24
    <Install>true</Install>
25
    <InstallFrom>Disk</InstallFrom>
26
    <UpdateEnabled>false</UpdateEnabled>
27
    <UpdateMode>Foreground</UpdateMode>
28
    <UpdateInterval>7</UpdateInterval>
29
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30
    <UpdatePeriodically>false</UpdatePeriodically>
31
    <UpdateRequired>false</UpdateRequired>
32
    <MapFileExtensions>true</MapFileExtensions>
33
    <ApplicationRevision>0</ApplicationRevision>
34
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35
    <IsWebBootstrapper>false</IsWebBootstrapper>
36
    <UseApplicationTrust>false</UseApplicationTrust>
37
    <BootstrapperEnabled>true</BootstrapperEnabled>
38
  </PropertyGroup>
39
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40
    <DebugSymbols>true</DebugSymbols>
41
    <DebugType>full</DebugType>
42
    <Optimize>false</Optimize>
43
    <OutputPath>bin\Debug\</OutputPath>
44
    <DefineConstants>DEBUG;TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
    <PlatformTarget>AnyCPU</PlatformTarget>
48
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49
  </PropertyGroup>
50
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51
    <DebugType>pdbonly</DebugType>
52
    <Optimize>true</Optimize>
53
    <OutputPath>bin\Release\</OutputPath>
54
    <DefineConstants>TRACE</DefineConstants>
55
    <ErrorReport>prompt</ErrorReport>
56
    <WarningLevel>4</WarningLevel>
57
    <DocumentationFile>bin\Release\Hardcodet.Wpf.TaskbarNotification.xml</DocumentationFile>
58
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59
  </PropertyGroup>
60
  <PropertyGroup>
61
    <SignAssembly>true</SignAssembly>
62
  </PropertyGroup>
63
  <PropertyGroup>
64
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
65
  </PropertyGroup>
66
  <ItemGroup>
67
    <Reference Include="System" />
68
    <Reference Include="System.Core">
69
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70
    </Reference>
71
    <Reference Include="System.Drawing" />
72
    <Reference Include="System.Xaml" />
73
    <Reference Include="WindowsBase" />
74
    <Reference Include="PresentationCore" />
75
    <Reference Include="PresentationFramework" />
76
  </ItemGroup>
77
  <ItemGroup>
78
    <Compile Include="BalloonIcon.cs" />
79
    <Compile Include="Interop\TrayInfo.cs">
80
      <SubType>Code</SubType>
81
    </Compile>
82
    <Compile Include="Interop\Point.cs" />
83
    <Compile Include="Interop\WindowClass.cs" />
84
    <Compile Include="PopupActivationMode.cs" />
85
    <Compile Include="RoutedEventHelper.cs" />
86
    <Compile Include="Interop\WinApi.cs" />
87
    <Compile Include="Interop\MouseEvent.cs" />
88
    <Compile Include="Interop\NotifyCommand.cs" />
89
    <Compile Include="Interop\NotifyIconData.cs" />
90
    <Compile Include="Interop\IconDataMembers.cs" />
91
    <Compile Include="Interop\IconState.cs" />
92
    <Compile Include="Interop\NotifyIconVersion.cs" />
93
    <Compile Include="Interop\BalloonFlags.cs" />
94
    <Compile Include="Interop\WindowMessageSink.cs" />
95
    <Compile Include="Properties\AssemblyInfo.cs">
96
      <SubType>Code</SubType>
97
    </Compile>
98
    <Compile Include="Properties\Resources.Designer.cs">
99
      <AutoGen>True</AutoGen>
100
      <DesignTime>True</DesignTime>
101
      <DependentUpon>Resources.resx</DependentUpon>
102
    </Compile>
103
    <Compile Include="TaskbarIcon.cs" />
104
    <Compile Include="TaskbarIcon.Declarations.cs" />
105
    <Compile Include="Util.cs" />
106
    <EmbeddedResource Include="Properties\Resources.resx">
107
      <Generator>ResXFileCodeGenerator</Generator>
108
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
109
    </EmbeddedResource>
110
    <None Include="Diagrams\TaskbarIcon Overview.cd" />
111
    <AppDesigner Include="Properties\" />
112
    <None Include="pithos.snk" />
113
  </ItemGroup>
114
  <ItemGroup>
115
    <Resource Include="DefaultTrayIcon.ico" />
116
  </ItemGroup>
117
  <ItemGroup>
118
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
119
      <Visible>False</Visible>
120
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
121
      <Install>false</Install>
122
    </BootstrapperPackage>
123
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
124
      <Visible>False</Visible>
125
      <ProductName>.NET Framework 3.5 SP1</ProductName>
126
      <Install>true</Install>
127
    </BootstrapperPackage>
128
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
129
      <Visible>False</Visible>
130
      <ProductName>Windows Installer 3.1</ProductName>
131
      <Install>true</Install>
132
    </BootstrapperPackage>
133
  </ItemGroup>
134
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
136
       Other similar extension points exist, see Microsoft.Common.targets.
137
  <Target Name="BeforeBuild">
138
  </Target>
139
  <Target Name="AfterBuild">
140
  </Target>
141
  -->
142
</Project>