aboutsummaryrefslogtreecommitdiff
path: root/Redirector.csproj
diff options
context:
space:
mode:
authorEinar Egilsson2009-09-14 14:02:33 +0000
committerEinar Egilsson2009-09-14 14:02:33 +0000
commit8f42f80d0d6de5eb904843b4fbb9a2e0968f7046 (patch)
tree176112bc0848b4d0f9f1e280b5e3ac3f172733ea /Redirector.csproj
parent8fa59b7da63245989833a660e7fd32ccf5490c7f (diff)
Fixed the VS solution
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@244 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'Redirector.csproj')
-rw-r--r--Redirector.csproj41
1 files changed, 5 insertions, 36 deletions
diff --git a/Redirector.csproj b/Redirector.csproj
index e1158aa..4c50a1a 100644
--- a/Redirector.csproj
+++ b/Redirector.csproj
@@ -14,37 +14,9 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>.\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <UseVSHostingProcess>false</UseVSHostingProcess>
</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" />
@@ -67,12 +39,9 @@
<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="Build">
+ </Target>
+ <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">