Rev 123 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{DA4D4007-CAFA-4989-9A68-CB27C58B14B5}</ProjectGuid>
<RootNamespace>PluginManager</RootNamespace>
<Keyword>ManagedCProj</Keyword>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<CLRSupport>true</CLRSupport>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)$(Configuration)\PluginManager\</IntDir>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)$(Configuration)\PluginManager\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>spk.lib;shell32.lib</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AssemblyDebug>true</AssemblyDebug>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
</Link>
<ResourceCompile>
<Culture>0x0809</Culture>
</ResourceCompile>
<ResourceCompile>
<ResourceOutputFileName>%(Filename).res</ResourceOutputFileName>
</ResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>spk.lib;shell32.lib</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AssemblyDebug>true</AssemblyDebug>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;shell32.lib</AdditionalDependencies>
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<TargetMachine>MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Reference Include="System">
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</Reference>
<Reference Include="System.Data">
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</Reference>
<Reference Include="System.Drawing">
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</Reference>
<Reference Include="System.Windows.Forms">
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</Reference>
<Reference Include="System.Xml">
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libspk\Windows\spk.vcxproj">
<Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\AssemblyInfo.cpp" />
<ClCompile Include="src\Forms\CommandSlots.cpp" />
<ClCompile Include="src\Forms\DirectoryControl.cpp" />
<ClCompile Include="src\Forms\DownloadPackageList.cpp" />
<ClCompile Include="src\Forms\EditPrice.cpp" />
<ClCompile Include="src\Forms\EditWares.cpp" />
<ClCompile Include="src\Forms\FakePatchAssign.cpp" />
<ClCompile Include="src\Forms\FakePatchControl.cpp" />
<ClCompile Include="src\Forms\InstallPackageDialog.cpp" />
<ClCompile Include="src\Forms\MainGui.cpp" />
<ClCompile Include="src\Forms\MenuBar.cpp" />
<ClCompile Include="src\Forms\MessageBoxDetails.cpp" />
<ClCompile Include="src\Forms\ModSelector.cpp" />
<ClCompile Include="src\Forms\PackageBrowser.cpp" />
<ClCompile Include="src\Forms\PackageInstalled.cpp" />
<ClCompile Include="src\Forms\StartUp.cpp" />
<ClCompile Include="src\PluginManagerLite.cpp" />
<ClCompile Include="src\stdafx.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Forms\About.h">
<FileType>CppForm</FileType>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="src\Forms\CheckUpdate.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\CommandSlots.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\CompareList.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\DirectoryControl.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\DownloadPackageList.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\EditGlobals.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\EditPrice.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\EditWares.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\FakePatchAssign.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\FakePatchControl.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\FileLog.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\GameLauncherFlags.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\InstallPackageDialog.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\MainGui.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\MenuBar.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\MessageBoxDetails.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\ModSelector.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\PackageBrowser.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\PackageInstalled.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\Forms\StartUp.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="src\listviewsorter.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
</ItemGroup>
<ItemGroup>
<Image Include="Icons\X-PlugInManager-Icon86px.ico" />
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="src\Forms\DirectoryControl.resx">
<DependentUpon>src\Forms\DirectoryControl.h</DependentUpon>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\About.resx">
<DependentUpon>src\Forms\About.h</DependentUpon>
<SubType>Designer</SubType>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
</ExcludedFromBuild>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\CheckUpdate.resx">
<DependentUpon>src\Forms\CheckUpdate.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\CommandSlots.resx">
<DependentUpon>src\Forms\CommandSlots.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\CompareList.resx">
<DependentUpon>src\Forms\CompareList.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\DownloadPackageList.resx">
<DependentUpon>src\Forms\DownloadPackageList.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\EditGlobals.resx">
<DependentUpon>src\Forms\EditGlobals.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\EditPrice.resx">
<DependentUpon>src\Forms\EditPrice.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\EditWares.resx">
<DependentUpon>src\Forms\EditWares.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\FakePatchAssign.resx">
<DependentUpon>src\Forms\FakePatchAssign.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\FakePatchControl.resx">
<DependentUpon>src\Forms\FakePatchControl.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\FileLog.resx">
<DependentUpon>src\Forms\FileLog.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\GameLauncherFlags.resx">
<DependentUpon>src\Forms\GameLauncherFlags.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\InstallPackageDialog.resx">
<DependentUpon>src\Forms\InstallPackageDialog.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\MainGui.resx">
<DependentUpon>src\Forms\MainGui.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\MenuBar.resx">
<DependentUpon>src\Forms\MenuBar.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\MessageBoxDetails.resx">
<DependentUpon>src\Forms\MessageBoxDetails.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\ModSelector.resx">
<DependentUpon>src\Forms\ModSelector.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\PackageBrowser.resx">
<DependentUpon>src\Forms\PackageBrowser.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\PackageInstalled.resx">
<DependentUpon>src\Forms\PackageInstalled.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="src\Forms\StartUp.resx">
<DependentUpon>src\Forms\StartUp.h</DependentUpon>
<SubType>Designer</SubType>
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="app.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>