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.
75 lines
3.4 KiB
75 lines
3.4 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.AddInManager</RootNamespace> |
|
<AssemblyName>ICSharpCode.AddInManager</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{8B4FE9EF-5899-4E84-88DE-C37D021A0658}</ProjectGuid> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<OutputPath>..\bin\AddIns\AddInManager\</OutputPath> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>STANDALONE;SHOWALLADDINS;DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>STANDALONE;SHOWALLADDINS;TRACE</DefineConstants> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
|
<Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
|
<Reference Include="ICSharpCode.SharpZipLib"> |
|
<HintPath>..\RequiredLibraries\ICSharpCode.SharpZipLib.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<Compile Include="Src\Commands.cs" /> |
|
<Compile Include="Src\ManagerForm.cs" /> |
|
<EmbeddedResource Include="Src\ManagerForm.resx"> |
|
<DependentUpon>ManagerForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<Compile Include="Src\AddInControl.cs" /> |
|
<Compile Include="Src\InstallableAddIn.cs" /> |
|
<Compile Include="Src\AboutForm.cs" /> |
|
<EmbeddedResource Include="Src\AboutForm.resx"> |
|
<DependentUpon>AboutForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<Compile Include="Src\AddInInstallBinding.cs" /> |
|
<EmbeddedResource Include="WizardBackground.png"> |
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="StringResources.resources" /> |
|
<EmbeddedResource Include="StringResources.de.resources" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Content Include="AddInManager.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
<ProjectReference Include="..\..\..\src\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |