FontBuilder.csproj
上传用户:hbhltzc
上传日期:2022-06-04
资源大小:1925k
文件大小:3k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  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>{C33DB045-65F8-45F1-A703-C7D2969F06CA}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>FontBuilder</RootNamespace>
  11.     <AssemblyName>FontBuilder</AssemblyName>
  12.     <SignAssembly>true</SignAssembly>
  13.     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
  14.     <FileUpgradeFlags>
  15.     </FileUpgradeFlags>
  16.     <UpgradeBackupLocation>
  17.     </UpgradeBackupLocation>
  18.     <SccProjectName>
  19.     </SccProjectName>
  20.     <SccLocalPath>
  21.     </SccLocalPath>
  22.     <SccAuxPath>
  23.     </SccAuxPath>
  24.     <SccProvider>
  25.     </SccProvider>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28.     <DebugSymbols>true</DebugSymbols>
  29.     <DebugType>full</DebugType>
  30.     <Optimize>false</Optimize>
  31.     <OutputPath>binDebug</OutputPath>
  32.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.   </PropertyGroup>
  36.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37.     <DebugType>pdbonly</DebugType>
  38.     <Optimize>true</Optimize>
  39.     <OutputPath>binRelease</OutputPath>
  40.     <DefineConstants>TRACE</DefineConstants>
  41.     <ErrorReport>prompt</ErrorReport>
  42.     <WarningLevel>4</WarningLevel>
  43.   </PropertyGroup>
  44.   <ItemGroup>
  45.     <Reference Include="System" />
  46.     <Reference Include="System.Data" />
  47.     <Reference Include="System.Drawing" />
  48.     <Reference Include="System.Windows.Forms" />
  49.     <Reference Include="System.Xml" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <Compile Include="Class1.cs" />
  53.     <Compile Include="PropertiesAssemblyInfo.cs" />
  54.   </ItemGroup>
  55.   <ItemGroup>
  56.     <None Include="Key.snk" />
  57.   </ItemGroup>
  58.   <ItemGroup>
  59.     <ProjectReference Include="..XmlNotepadXmlNotepad.csproj">
  60.       <Project>{E401BDD0-8862-4818-98BD-83E457607E16}</Project>
  61.       <Name>XmlNotepad</Name>
  62.     </ProjectReference>
  63.   </ItemGroup>
  64.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  65.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  66.        Other similar extension points exist, see Microsoft.Common.targets.
  67.   <Target Name="BeforeBuild">
  68.   </Target>
  69.   <Target Name="AfterBuild">
  70.   </Target>
  71.   -->
  72.   <PropertyGroup>
  73.     <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)Application$(OutDir)"
  74. copy "$(TargetPath)" "$(SolutionDir)XmlNotepad$(OutDir)"</PostBuildEvent>
  75.   </PropertyGroup>
  76. </Project>