aboutsummaryrefslogtreecommitdiff
path: root/Redirector.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Redirector.csproj')
-rw-r--r--Redirector.csproj81
1 files changed, 81 insertions, 0 deletions
diff --git a/Redirector.csproj b/Redirector.csproj
new file mode 100644
index 0000000..493850f
--- /dev/null
+++ b/Redirector.csproj
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <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="chrome\skin\overlay.css" />
+ <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>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file