81 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<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>{2F79D7F9-885E-4441-99F3-045D7612B2E5}</ProjectGuid>
 | 
						|
    <OutputType>Library</OutputType>
 | 
						|
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
						|
    <RootNamespace>MSWord</RootNamespace>
 | 
						|
    <AssemblyName>MSWord</AssemblyName>
 | 
						|
    <SccProjectName>
 | 
						|
    </SccProjectName>
 | 
						|
    <SccLocalPath>
 | 
						|
    </SccLocalPath>
 | 
						|
    <SccAuxPath>
 | 
						|
    </SccAuxPath>
 | 
						|
    <SccProvider>
 | 
						|
    </SccProvider>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <OutputPath>..\..\..\..\..\veproms\bin\</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>bin\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
						|
    <Compile Include="WordDoc.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <COMReference Include="Microsoft.Office.Core">
 | 
						|
      <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
 | 
						|
      <VersionMajor>2</VersionMajor>
 | 
						|
      <VersionMinor>3</VersionMinor>
 | 
						|
      <Lcid>0</Lcid>
 | 
						|
      <WrapperTool>primary</WrapperTool>
 | 
						|
      <Isolated>False</Isolated>
 | 
						|
    </COMReference>
 | 
						|
    <COMReference Include="VBIDE">
 | 
						|
      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
 | 
						|
      <VersionMajor>5</VersionMajor>
 | 
						|
      <VersionMinor>3</VersionMinor>
 | 
						|
      <Lcid>0</Lcid>
 | 
						|
      <WrapperTool>primary</WrapperTool>
 | 
						|
      <Isolated>False</Isolated>
 | 
						|
    </COMReference>
 | 
						|
    <COMReference Include="Word">
 | 
						|
      <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
 | 
						|
      <VersionMajor>8</VersionMajor>
 | 
						|
      <VersionMinor>3</VersionMinor>
 | 
						|
      <Lcid>0</Lcid>
 | 
						|
      <WrapperTool>primary</WrapperTool>
 | 
						|
      <Isolated>False</Isolated>
 | 
						|
    </COMReference>
 | 
						|
  </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> |