96 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
 | 
						|
  <PropertyGroup>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | 
						|
    <ProjectGuid>{62314B9C-DA84-4037-8B68-AA18C1F641F5}</ProjectGuid>
 | 
						|
    <OutputType>Library</OutputType>
 | 
						|
    <NoStandardLibraries>false</NoStandardLibraries>
 | 
						|
    <AssemblyName>Volian.Utils.Library</AssemblyName>
 | 
						|
    <RootNamespace>Volian.Utils.Library</RootNamespace>
 | 
						|
    <SccProjectName>
 | 
						|
    </SccProjectName>
 | 
						|
    <SccLocalPath>
 | 
						|
    </SccLocalPath>
 | 
						|
    <SccAuxPath>
 | 
						|
    </SccAuxPath>
 | 
						|
    <SccProvider>
 | 
						|
    </SccProvider>
 | 
						|
    <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
 | 
						|
    <FileUpgradeFlags>
 | 
						|
    </FileUpgradeFlags>
 | 
						|
    <UpgradeBackupLocation>
 | 
						|
    </UpgradeBackupLocation>
 | 
						|
    <OldToolsVersion>2.0</OldToolsVersion>
 | 
						|
    <TargetFrameworkProfile />
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <OutputPath>.\bin\Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <Prefer32Bit>false</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <OutputPath>.\bin\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <Prefer32Bit>false</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <OutputPath>bin\Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <Prefer32Bit>false</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 | 
						|
    <OutputPath>bin\x86\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <Prefer32Bit>false</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
 | 
						|
      <SpecificVersion>False</SpecificVersion>
 | 
						|
      <HintPath>..\..\..\..\3rdPartyLibraries\Log4Net\log4net.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="IniReader\IniReader.cs" />
 | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
						|
    <Compile Include="MSWord\WordDoc.cs" />
 | 
						|
    <Compile Include="vlnObject\vlnObject.cs" />
 | 
						|
    <Compile Include="vlnServerLibrary\vlnServer.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Content Include="IniReader\IniReader.csproj" />
 | 
						|
    <Content Include="MSWord\MSWord.csproj" />
 | 
						|
    <Content Include="vlnObject\vlnObjectLibrary.csproj" />
 | 
						|
    <Content Include="vlnServerLibrary\vlnServerLibrary.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\LBWordLibrary\LBWordLibrary.csproj">
 | 
						|
      <Project>{70F23722-19A3-4AC1-A900-55831C945786}</Project>
 | 
						|
      <Name>LBWordLibrary</Name>
 | 
						|
    </ProjectReference>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Folder Include="IniReader\Properties\" />
 | 
						|
    <Folder Include="MSWord\Properties\" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
 | 
						|
  <ProjectExtensions>
 | 
						|
    <VisualStudio AllowExistingFolder="true" />
 | 
						|
  </ProjectExtensions>
 | 
						|
</Project> |