XunLong.binIndexBuilder.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:5k
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{61AEEAC1-DEE5-4360-90D4-35FDA6095D4B}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XunLong.IndexBuilder</RootNamespace>
- <AssemblyName>XunLong.IndexBuilder</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binDebug</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>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WWWW|AnyCPU' ">
- <OutputPath>binWWWW</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <CodeAnalysisRuleAssemblies>D:Program FilesMicrosoft Visual Studio 8Team ToolsStatic Analysis ToolsFxCop\rules</CodeAnalysisRuleAssemblies>
- <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
- <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ClassFileSystemIt.cs" />
- <Compile Include="ClassIndexBuilder.cs" />
- <Compile Include="ClassRUN.cs" />
- <Compile Include="ClassWords.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..Lucene.Net.Analysis.XunLongLucene.Net.Analysis.XunLongX.csproj">
- <Project>{4A780ADA-68C3-47C9-83D9-97CB5F94FF40}</Project>
- <Name>Lucene.Net.Analysis.XunLongX</Name>
- </ProjectReference>
- <ProjectReference Include="..Lucene.NetLucene.Net-1.9.rc1.csproj">
- <Project>{0189E5F3-198F-4CF2-AEF4-8CF9A780FF9D}</Project>
- <Name>Lucene.Net-1.9.rc1</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
- <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
- <Name>XunLong.clsCongifData</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.HtmlClassLibraryXunLong.clsHtmlClassLibrary.csproj">
- <Project>{77A4F2B9-D92D-45DE-83DD-ED5A6F718BEA}</Project>
- <Name>XunLong.clsHtmlClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.ModelUserClassLibraryXunLong.clsModelUserClassLibrary.csproj">
- <Project>{F0218D37-DAC0-488E-8571-0A9DA69FC501}</Project>
- <Name>XunLong.clsModelUserClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.NetHashTableAPIXunLong.clsNetHashTableAPI.csproj">
- <Project>{E17AE437-12D9-4EB5-81E7-D3A5D712F095}</Project>
- <Name>XunLong.clsNetHashTableAPI</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.PublicClassLibraryXunLong.clsPublicClassLibrary.csproj">
- <Project>{4DFDABB8-13B6-4681-A911-DBC2FC7D7334}</Project>
- <Name>XunLong.clsPublicClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..XunLong.xWordNewClientXunLong.clsxWordNewClient.csproj">
- <Project>{52552592-FD46-4997-8806-0F2DD59A9340}</Project>
- <Name>XunLong.clsxWordNewClient</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)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>