diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-20 21:45:59 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-21 08:06:25 -0700 |
commit | e4e6423ed5f5ba51c500780b5ce72fcd64d63156 (patch) | |
tree | cded6512b7591e569aeeb78419ca0007f7dced01 /tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj | |
parent | bbe3f9cc9c8a1e5909273c1a162a63ea7a66afd8 (diff) | |
download | DotNetOpenAuth-e4e6423ed5f5ba51c500780b5ce72fcd64d63156.zip DotNetOpenAuth-e4e6423ed5f5ba51c500780b5ce72fcd64d63156.tar.gz DotNetOpenAuth-e4e6423ed5f5ba51c500780b5ce72fcd64d63156.tar.bz2 |
Upgraded to latest Sandcastle changeset (26202).
Diffstat (limited to 'tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj')
-rw-r--r-- | tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj index 7453b3b..e6d8ad0 100644 --- a/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj +++ b/tools/Sandcastle/Source/BuildAssembler/SyntaxComponents/SyntaxComponents.csproj @@ -66,12 +66,15 @@ <Reference Include="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Data" /> + <Reference Include="System.Web.Services" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="AspNetSyntax.cs" /> <Compile Include="CPlusPlusDeclarationSyntax.cs" /> <Compile Include="CSharpDeclarationSyntax.cs" /> + <Compile Include="FSharpDeclarationSyntax.cs" /> + <Compile Include="GlobalSuppressions.cs" /> <Compile Include="JScriptDeclarationSyntax.cs" /> <Compile Include="JSharpDeclarationSyntax.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -82,6 +85,10 @@ <Compile Include="XamlUsageSyntax.cs" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\BuildAssemblerLibrary\BuildAssemblerLibrary.csproj"> + <Project>{399E78F8-4954-409E-991A-37DA9D0579CC}</Project> + <Name>BuildAssemblerLibrary</Name> + </ProjectReference> <ProjectReference Include="..\BuildComponents\BuildComponents.csproj"> <Project>{30773718-BC7C-4FCC-A9C2-7EE61DF4EC41}</Project> <Name>BuildComponents</Name> |