2025-11-24 18:18:21 +08:00
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2025-11-24 10:59:56 +08:00
|
|
|
<PropertyGroup>
|
2025-11-24 17:09:54 +08:00
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{12345678-1234-1234-1234-123456789012}</ProjectGuid>
|
2025-11-24 10:59:56 +08:00
|
|
|
<OutputType>WinExe</OutputType>
|
2025-11-24 18:18:21 +08:00
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2025-11-24 17:02:40 +08:00
|
|
|
<RootNamespace>SlideCombine</RootNamespace>
|
2025-11-24 17:09:54 +08:00
|
|
|
<AssemblyName>SlideCombine</AssemblyName>
|
2025-11-24 18:34:04 +08:00
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
2025-11-24 17:09:54 +08:00
|
|
|
<FileAlignment>512</FileAlignment>
|
2025-11-24 18:18:21 +08:00
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
2025-11-24 17:09:54 +08:00
|
|
|
</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>
|
|
|
|
|
</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>
|
2025-11-24 16:59:46 +08:00
|
|
|
</PropertyGroup>
|
2025-11-24 17:09:54 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="BookmarkExtractor.cs" />
|
|
|
|
|
<Compile Include="ContentFormatter.cs" />
|
|
|
|
|
<Compile Include="FileMerger.cs" />
|
|
|
|
|
<Compile Include="Form1.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Form1.Designer.cs">
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MetadataModel.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Form1.resx">
|
2025-11-24 18:18:21 +08:00
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
2025-11-24 17:09:54 +08:00
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="app.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2025-11-24 10:59:56 +08:00
|
|
|
</Project>
|