1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{E431266B-9891-44CF-8490-BD4F3CF1E68C}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >UpgradeAssistantPrefer32Bit</RootNamespace >
10
+ <AssemblyName >UpgradeAssistantPrefer32Bit</AssemblyName >
11
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <Deterministic >true</Deterministic >
14
+ <TargetFrameworkProfile />
15
+ <PlatformTarget >AnyCPU</PlatformTarget >
16
+ <Prefer32Bit >true</Prefer32Bit >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" System" />
37
+ <Reference Include =" System.Core" />
38
+ </ItemGroup >
39
+ <ItemGroup >
40
+ <Compile Include =" Program.cs" />
41
+ </ItemGroup >
42
+ <ItemGroup >
43
+ <Folder Include =" Properties\" />
44
+ </ItemGroup >
45
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46
+ </Project >
0 commit comments