XunLong.binNewXWord.csproj
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:4k
源码类别:

搜索引擎

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{9B178D25-2BC4-4B6A-B926-8910A16EE81D}</ProjectGuid>
  8.     <OutputType>Exe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>XunLong.NewXWord</RootNamespace>
  11.     <AssemblyName>XunLong.NewXWord</AssemblyName>
  12.     <StartupObject>
  13.     </StartupObject>
  14.   </PropertyGroup>
  15.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16.     <DebugSymbols>true</DebugSymbols>
  17.     <DebugType>full</DebugType>
  18.     <Optimize>false</Optimize>
  19.     <OutputPath>binDebug</OutputPath>
  20.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  21.     <ErrorReport>prompt</ErrorReport>
  22.     <WarningLevel>4</WarningLevel>
  23.   </PropertyGroup>
  24.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25.     <DebugType>pdbonly</DebugType>
  26.     <Optimize>true</Optimize>
  27.     <OutputPath>binRelease</OutputPath>
  28.     <DefineConstants>TRACE</DefineConstants>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.   </PropertyGroup>
  32.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WWWW|AnyCPU' ">
  33.     <OutputPath>binWWWW</OutputPath>
  34.     <DefineConstants>TRACE</DefineConstants>
  35.     <Optimize>true</Optimize>
  36.     <DebugType>pdbonly</DebugType>
  37.     <PlatformTarget>AnyCPU</PlatformTarget>
  38.     <CodeAnalysisRuleAssemblies>D:Program FilesMicrosoft Visual Studio 8Team ToolsStatic Analysis ToolsFxCop\rules</CodeAnalysisRuleAssemblies>
  39.     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  40.     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  41.     <ErrorReport>prompt</ErrorReport>
  42.   </PropertyGroup>
  43.   <ItemGroup>
  44.     <Reference Include="System" />
  45.     <Reference Include="System.Data" />
  46.     <Reference Include="System.Deployment" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="ClassCMD.cs" />
  53.     <Compile Include="ClassRunIt.cs" />
  54.     <Compile Include="ClassTCPP.cs" />
  55.     <Compile Include="ClassWordX.cs" />
  56.     <Compile Include="NewLinkClass.cs" />
  57.     <Compile Include="Program.cs" />
  58.     <Compile Include="PropertiesAssemblyInfo.cs" />
  59.     <EmbeddedResource Include="PropertiesResources.resx">
  60.       <Generator>ResXFileCodeGenerator</Generator>
  61.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  62.       <SubType>Designer</SubType>
  63.     </EmbeddedResource>
  64.     <Compile Include="PropertiesResources.Designer.cs">
  65.       <AutoGen>True</AutoGen>
  66.       <DependentUpon>Resources.resx</DependentUpon>
  67.     </Compile>
  68.     <None Include="PropertiesSettings.settings">
  69.       <Generator>SettingsSingleFileGenerator</Generator>
  70.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  71.     </None>
  72.     <Compile Include="PropertiesSettings.Designer.cs">
  73.       <AutoGen>True</AutoGen>
  74.       <DependentUpon>Settings.settings</DependentUpon>
  75.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  76.     </Compile>
  77.   </ItemGroup>
  78.   <ItemGroup>
  79.     <ProjectReference Include="..XunLong.CongifDataXunLong.clsCongifData.csproj">
  80.       <Project>{A396AF61-F8A0-4207-BDFA-A86092C17231}</Project>
  81.       <Name>XunLong.clsCongifData</Name>
  82.     </ProjectReference>
  83.     <ProjectReference Include="..XunLong.NewNxuEncodingXunLong.clsNewNxuEncoding.csproj">
  84.       <Project>{777D5593-25DD-4C21-8903-62381D88D5CA}</Project>
  85.       <Name>XunLong.clsNewNxuEncoding</Name>
  86.     </ProjectReference>
  87.   </ItemGroup>
  88.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  89.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  90.        Other similar extension points exist, see Microsoft.Common.targets.
  91.   <Target Name="BeforeBuild">
  92.   </Target>
  93.   <Target Name="AfterBuild">
  94.   </Target>
  95.   -->
  96. </Project>