aboutsummaryrefslogtreecommitdiff
path: root/Redirector.csproj
blob: 4c50a1a72bd6c84aa741c024d4d8c64bfbe345da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id$ -->
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{1C962CCA-74DC-4F72-8C83-7617F2275D1A}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Redirector</RootNamespace>
    <AssemblyName>Redirector</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <UseVSHostingProcess>false</UseVSHostingProcess>
  </PropertyGroup>
  <ItemGroup>
    <Content Include="chrome\content\help.html" />
    <Content Include="chrome\content\overlay.js" />
    <Content Include="chrome\content\redirect.js" />
    <Content Include="chrome\content\redirectList.js" />
    <Content Include="chrome\content\redirector.png" />
    <Content Include="chrome\content\statusactive.PNG" />
    <Content Include="chrome\content\statusinactive.PNG" />
    <Content Include="components\redirector.js" />
    <Content Include="defaults\preferences\redirector.js" />
  </ItemGroup>
  <ItemGroup>
    <None Include="chrome.manifest" />
    <None Include="chrome\content\overlay.xul" />
    <None Include="chrome\content\redirect.xul" />
    <None Include="chrome\content\redirectList.xul" />
    <None Include="chrome\locale\en-US\redirect.dtd" />
    <None Include="chrome\locale\en-US\redirectList.dtd" />
    <None Include="chrome\locale\en-US\redirector.dtd" />
    <None Include="chrome\locale\en-US\redirector.properties" />
    <None Include="install.rdf" />
  </ItemGroup>
  <Target Name="Build">
  </Target>
  <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>