1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Release|Win32" >
5+ <Configuration >Release</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ </ItemGroup >
9+ <ItemGroup >
10+ <None Include =" listeners.iss" />
11+ </ItemGroup >
12+ <PropertyGroup Label =" Globals" >
13+ <ProjectGuid >{50FB1EFD-9DC6-4F65-B891-8EA29C39C0F5}</ProjectGuid >
14+ <Keyword >MakeFileProj</Keyword >
15+ <ProjectName >installer</ProjectName >
16+ </PropertyGroup >
17+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
19+ <ConfigurationType >Makefile</ConfigurationType >
20+ <UseDebugLibraries >false</UseDebugLibraries >
21+ <PlatformToolset >v120</PlatformToolset >
22+ </PropertyGroup >
23+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
24+ <ImportGroup Label =" ExtensionSettings" >
25+ </ImportGroup >
26+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
27+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
28+ </ImportGroup >
29+ <PropertyGroup Label =" UserMacros" />
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
31+ <NMakeBuildCommandLine >iscc listeners.iss</NMakeBuildCommandLine >
32+ <NMakeOutput >
33+ </NMakeOutput >
34+ <NMakePreprocessorDefinitions >
35+ </NMakePreprocessorDefinitions >
36+ <OutDir >..\bin\Release</OutDir >
37+ <IntDir >.</IntDir >
38+ </PropertyGroup >
39+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
40+ <BuildLog >
41+ <Path />
42+ </BuildLog >
43+ </ItemDefinitionGroup >
44+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
45+ <ImportGroup Label =" ExtensionTargets" >
46+ </ImportGroup >
47+ </Project >
0 commit comments