TPS1100-Convert/MadMilkman.Ini-1.0.6/MadMilkman.Ini/MadMilkman.Ini.csproj

91 lines
4.2 KiB
XML
Raw Normal View History

2024-06-02 05:35:03 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{BEF9735D-C3CC-41E6-AAC6-18C5985D3107}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MadMilkman.Ini</RootNamespace>
<AssemblyName>MadMilkman.Ini</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Debug\MadMilkman.Ini.xml</DocumentationFile>
</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>
<DocumentationFile>bin\Release\MadMilkman.Ini.xml</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Properties\MadMilkman.Ini.StrongNameKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="IniInternal\DebugCollectionViewer.cs" />
<Compile Include="IniInternal\GlobalSuppressions.cs" />
<Compile Include="IniEnums\IniCommentStarter.cs" />
<Compile Include="IniEnums\IniCommentType.cs" />
<Compile Include="IniEnums\IniDuplication.cs" />
<Compile Include="IniEnums\IniKeyDelimiter.cs" />
<Compile Include="IniEnums\IniSectionWrapper.cs" />
<Compile Include="IniFile.cs" />
<Compile Include="IniItemsCollection\IniItemCollection.cs" />
<Compile Include="IniItemsCollection\IniKeyCollection.cs" />
<Compile Include="IniItems\IniComment.cs" />
<Compile Include="IniInternal\IItemNameVerifier.cs" />
<Compile Include="IniItems\IniItem.cs" />
<Compile Include="IniItems\IniKey.cs" />
<Compile Include="IniItems\IniSection.cs" />
<Compile Include="IniOptions.cs" />
<Compile Include="IniItemsCollection\IniSectionCollection.cs" />
<Compile Include="IniReaderWriter\IniCompressor.cs" />
<Compile Include="IniReaderWriter\IniEncryptor.cs" />
<Compile Include="IniReaderWriter\IniReader.cs" />
<Compile Include="IniReaderWriter\IniWriter.cs" />
<Compile Include="IniUtilities\IniSerializationAttribute.cs" />
<Compile Include="IniUtilities\IniSerializer.cs" />
<Compile Include="IniUtilities\IniValueBinding.cs" />
<Compile Include="IniUtilities\IniValueBindingEventArgs.cs" />
<Compile Include="IniUtilities\IniValueMappings.cs" />
<Compile Include="IniUtilities\IniValueParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\MadMilkman.Ini.StrongNameKey.snk" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\MadMilkman.Ini.png" />
<Content Include="IniInternal\SharedDocumentationComments.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>