77 lines
3.5 KiB
XML
77 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{2D4E062A-048A-43C7-9D34-B845ECC95AD5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>System.Configuration</RootNamespace>
|
|
<AssemblyName>System.Configuration</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<AppDesigner Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Configuration.cs" />
|
|
<Compile Include="ConfigurationCollectionAttribute.cs" />
|
|
<Compile Include="ConfigurationElement.cs" />
|
|
<Compile Include="ConfigurationElementCollection.cs" />
|
|
<Compile Include="ConfigurationElementCollectionType.cs" />
|
|
<Compile Include="ConfigurationPropertyCollection.cs" />
|
|
<Compile Include="ConfigurationSaveMode.cs" />
|
|
<Compile Include="ConfigurationSection.cs" />
|
|
<Compile Include="ConfigurationSectionGroup.cs" />
|
|
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
|
|
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
|
|
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
|
|
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
|
|
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
|
|
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
|
|
<Compile Include="IgnoreSection.cs" />
|
|
<Compile Include="Internal\IConfigErrorInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Provider\ProviderBase.cs" />
|
|
<Compile Include="Provider\ProviderCollection.cs" />
|
|
<Compile Include="Unity\ThrowStub.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
|
|
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95a9d}</Project>
|
|
<Name>mscorlib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System.Xml\System.Xml.csproj">
|
|
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95adc}</Project>
|
|
<Name>System.Xml</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\System\System.csproj">
|
|
<Project>{2d4e062a-048a-43c7-9d34-b845ecc95ad8}</Project>
|
|
<Name>System</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |