Widow – Blame information for rev 21

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{CCA890AA-3739-4425-9993-D4109606A7F5}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Widow</RootNamespace>
10 <AssemblyName>Widow</AssemblyName>
11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup>
36 <ApplicationManifest>app.manifest</ApplicationManifest>
37 </PropertyGroup>
38 <PropertyGroup>
39 <ApplicationIcon>favicon.ico</ApplicationIcon>
40 </PropertyGroup>
41 <ItemGroup>
15 office 42 <Reference Include="AutoUpdater.NET, Version=1.6.4.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
43 <HintPath>..\packages\Autoupdater.NET.Official.1.6.4\lib\net45\AutoUpdater.NET.dll</HintPath>
44 </Reference>
18 office 45 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
46 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
47 </Reference>
1 office 48 <Reference Include="System" />
49 <Reference Include="System.Core" />
15 office 50 <Reference Include="System.Runtime.Serialization" />
51 <Reference Include="System.Threading.Tasks.Dataflow, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52 <HintPath>..\packages\System.Threading.Tasks.Dataflow.5.0.0\lib\portable-net45+win8+wpa81\System.Threading.Tasks.Dataflow.dll</HintPath>
11 office 53 </Reference>
15 office 54 <Reference Include="System.Xaml" />
1 office 55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="Microsoft.CSharp" />
58 <Reference Include="System.Data" />
59 <Reference Include="System.Deployment" />
60 <Reference Include="System.Drawing" />
61 <Reference Include="System.Net.Http" />
62 <Reference Include="System.Windows.Forms" />
63 <Reference Include="System.Xml" />
64 </ItemGroup>
65 <ItemGroup>
5 office 66 <Compile Include="AboutForm.cs">
67 <SubType>Form</SubType>
68 </Compile>
69 <Compile Include="AboutForm.Designer.cs">
70 <DependentUpon>AboutForm.cs</DependentUpon>
71 </Compile>
13 office 72 <Compile Include="DrawOverlayForm.cs">
73 <SubType>Form</SubType>
74 </Compile>
75 <Compile Include="DrawOverlayForm.Designer.cs">
76 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
77 </Compile>
21 office 78 <Compile Include="LogForm.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="LogForm.Designer.cs">
82 <DependentUpon>LogForm.cs</DependentUpon>
83 </Compile>
13 office 84 <Compile Include="WindowDrawnEventArgs.cs" />
11 office 85 <Compile Include="WindowManipulatedEventArgs.cs" />
9 office 86 <Compile Include="WindowManipulation.cs" />
1 office 87 <Compile Include="Constants.cs" />
88 <Compile Include="DesktopWindow.cs" />
89 <Compile Include="Helpers.cs" />
90 <Compile Include="Natives.cs" />
6 office 91 <Compile Include="MainForm.cs">
1 office 92 <SubType>Form</SubType>
93 </Compile>
6 office 94 <Compile Include="MainForm.Designer.cs">
95 <DependentUpon>MainForm.cs</DependentUpon>
1 office 96 </Compile>
97 <Compile Include="RuleEditForm.cs">
98 <SubType>Form</SubType>
99 </Compile>
100 <Compile Include="RuleEditForm.Designer.cs">
101 <DependentUpon>RuleEditForm.cs</DependentUpon>
102 </Compile>
103 <Compile Include="Program.cs" />
104 <Compile Include="Properties\Annotations.cs" />
105 <Compile Include="Properties\AssemblyInfo.cs" />
106 <Compile Include="Serialization\SerializationFailure.cs" />
107 <Compile Include="Serialization\SerializationState.cs" />
108 <Compile Include="Serialization\SerializationSuccess.cs" />
109 <Compile Include="Serialization\WindowsSerialization.cs" />
110 <Compile Include="Utilities.cs" />
111 <Compile Include="WindowCreatedEventArgs.cs" />
112 <Compile Include="WindowDestroyedEventArgs.cs" />
14 office 113 <Compile Include="WindowModification.cs" />
5 office 114 <EmbeddedResource Include="AboutForm.resx">
115 <DependentUpon>AboutForm.cs</DependentUpon>
116 </EmbeddedResource>
13 office 117 <EmbeddedResource Include="DrawOverlayForm.resx">
118 <DependentUpon>DrawOverlayForm.cs</DependentUpon>
119 </EmbeddedResource>
21 office 120 <EmbeddedResource Include="LogForm.resx">
121 <DependentUpon>LogForm.cs</DependentUpon>
122 </EmbeddedResource>
6 office 123 <EmbeddedResource Include="MainForm.resx">
124 <DependentUpon>MainForm.cs</DependentUpon>
1 office 125 </EmbeddedResource>
126 <EmbeddedResource Include="RuleEditForm.resx">
127 <DependentUpon>RuleEditForm.cs</DependentUpon>
128 </EmbeddedResource>
129 <EmbeddedResource Include="Properties\Resources.resx">
130 <Generator>ResXFileCodeGenerator</Generator>
131 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
132 <SubType>Designer</SubType>
133 </EmbeddedResource>
134 <Compile Include="Properties\Resources.Designer.cs">
135 <AutoGen>True</AutoGen>
136 <DependentUpon>Resources.resx</DependentUpon>
137 </Compile>
138 <None Include="app.manifest" />
11 office 139 <None Include="packages.config" />
1 office 140 <None Include="Properties\Settings.settings">
9 office 141 <Generator>PublicSettingsSingleFileGenerator</Generator>
1 office 142 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143 </None>
144 <Compile Include="Properties\Settings.Designer.cs">
145 <AutoGen>True</AutoGen>
146 <DependentUpon>Settings.settings</DependentUpon>
147 <DesignTimeSharedInput>True</DesignTimeSharedInput>
148 </Compile>
149 </ItemGroup>
150 <ItemGroup>
151 <None Include="App.config" />
152 </ItemGroup>
153 <ItemGroup>
154 <ProjectReference Include="..\Windows\Windows.csproj">
155 <Project>{0b66cee4-c0e0-4dd0-a232-b3a8013bc80d}</Project>
156 <Name>Windows</Name>
157 </ProjectReference>
158 </ItemGroup>
159 <ItemGroup>
160 <Content Include="favicon.ico" />
161 <Content Include="img\about.png" />
162 <Content Include="img\apply.png" />
7 office 163 <Content Include="img\button.png" />
1 office 164 <Content Include="img\exit.png" />
165 <Content Include="img\favicon.ico" />
166 <Content Include="img\new.png" />
167 <Content Include="img\notepad.png" />
168 <Content Include="img\settings.png" />
8 office 169 <Content Include="img\solution.png" />
1 office 170 <Content Include="img\spider.png" />
8 office 171 <Content Include="img\timer.png" />
21 office 172 <Content Include="img\wood.png" />
1 office 173 </ItemGroup>
174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175 </Project>