You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.1 KiB
53 lines
2.1 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>HtmlHelp2.JScriptGlobals</RootNamespace> |
|
<AssemblyName>HtmlHelp2JScriptGlobals</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<MyType>Windows</MyType> |
|
<ProjectGuid>{E54A5AD2-418D-4A85-BA5E-CD803DE38715}</ProjectGuid> |
|
<RemoveIntegerChecks>False</RemoveIntegerChecks> |
|
<OptionExplicit>On</OptionExplicit> |
|
<OptionStrict>Off</OptionStrict> |
|
<OptionCompare>Binary</OptionCompare> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>120586240</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG,TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Import Include="Microsoft.VisualBasic" /> |
|
<Import Include="System" /> |
|
<Import Include="System.Collections" /> |
|
<Import Include="System.Collections.Generic" /> |
|
<Import Include="System.Data" /> |
|
<Import Include="System.Diagnostics" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Globals.vb" /> |
|
<Compile Include="AssemblyInfo.vb" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" /> |
|
</Project> |