miranda/Hyphen/Virtuoso.Hyphen/Mini/Mini.vcxproj
2013-06-25 22:53:41 +00:00

74 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Hyphen.Mini</ProjectName>
<ProjectGuid>{6269DCEE-A3B7-46E2-85B1-E09E8C6C1BAD}</ProjectGuid>
<RootNamespace>ILTest</RootNamespace>
<Keyword>MakeFileProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<PlatformToolset>v110</PlatformToolset>
</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>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>E:\Root\Tomášovo\Development\C++\Miranda\BINARIES\LatestStable\Plugins\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<NMakeBuildCommandLine>C:\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm Mini.il /dll /pdb /key:Virtuoso.Hyphen.Mini.snk /output:bin\Hyphen.Mini.dll
REM copy bin\*.* "$(OutDir)*.*"</NMakeBuildCommandLine>
<NMakeReBuildCommandLine />
<NMakeCleanCommandLine>cd bin\$(Configuration)
del *.dll
del *.pdb</NMakeCleanCommandLine>
<NMakeOutput>$(OutDir)Mini.dll</NMakeOutput>
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>E:\Root\Tomášovo\Development\C++\Miranda\BINARIES\LatestStable\Plugins\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<NMakeBuildCommandLine>C:\Windows\Microsoft.NET\Framework\v2.0.50727\ilasm Mini.il /dll /pdb /key:Virtuoso.Hyphen.Mini.snk /output:bin\Hyphen.Mini.dll
REM copy bin\*.* "$(OutDir)*.*"</NMakeBuildCommandLine>
<NMakeReBuildCommandLine />
<NMakeCleanCommandLine>cd bin\$(Configuration)
del *.dll
del *.pdb</NMakeCleanCommandLine>
<NMakeOutput>$(OutDir)Mini.dll</NMakeOutput>
<NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>
<ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="bin\Hyphen.Mini.dll" />
<None Include="Mini.il" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>