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 >{CCF3E0CA-483F-4F3E-AFF2-834B6F2C72DC}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >ARCToolMultiPacker</RootNamespace >
10+ <AssemblyName >ARCToolMultiPacker</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
14+ <PublishUrl >publish\</PublishUrl >
15+ <Install >true</Install >
16+ <InstallFrom >Disk</InstallFrom >
17+ <UpdateEnabled >false</UpdateEnabled >
18+ <UpdateMode >Foreground</UpdateMode >
19+ <UpdateInterval >7</UpdateInterval >
20+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
21+ <UpdatePeriodically >false</UpdatePeriodically >
22+ <UpdateRequired >false</UpdateRequired >
23+ <MapFileExtensions >true</MapFileExtensions >
24+ <ApplicationRevision >0</ApplicationRevision >
25+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
26+ <IsWebBootstrapper >false</IsWebBootstrapper >
27+ <UseApplicationTrust >false</UseApplicationTrust >
28+ <BootstrapperEnabled >true</BootstrapperEnabled >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31+ <PlatformTarget >AnyCPU</PlatformTarget >
32+ <DebugSymbols >true</DebugSymbols >
33+ <DebugType >full</DebugType >
34+ <Optimize >false</Optimize >
35+ <OutputPath >bin\Debug\</OutputPath >
36+ <DefineConstants >DEBUG;TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ <Prefer32Bit >false</Prefer32Bit >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <PlatformTarget >AnyCPU</PlatformTarget >
43+ <DebugType >pdbonly</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release\</OutputPath >
46+ <DefineConstants >TRACE</DefineConstants >
47+ <ErrorReport >prompt</ErrorReport >
48+ <WarningLevel >4</WarningLevel >
49+ </PropertyGroup >
50+ <PropertyGroup >
51+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
52+ </PropertyGroup >
53+ <PropertyGroup >
54+ <SignManifests >true</SignManifests >
55+ </PropertyGroup >
56+ <PropertyGroup >
57+ <ManifestCertificateThumbprint >6A1E6BF39262820CA2019749FD1EC07BF1F54521</ManifestCertificateThumbprint >
58+ </PropertyGroup >
59+ <PropertyGroup >
60+ <ApplicationIcon >gam01_101_BM.ico</ApplicationIcon >
61+ </PropertyGroup >
62+ <ItemGroup >
63+ <Reference Include =" System" />
64+ <Reference Include =" System.Core" />
65+ <Reference Include =" System.Xml.Linq" />
66+ <Reference Include =" System.Data.DataSetExtensions" />
67+ <Reference Include =" Microsoft.CSharp" />
68+ <Reference Include =" System.Data" />
69+ <Reference Include =" System.Net.Http" />
70+ <Reference Include =" System.Xml" />
71+ </ItemGroup >
72+ <ItemGroup >
73+ <Compile Include =" Program.cs" />
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <None Include =" App.config" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
81+ <Visible >False</Visible >
82+ <ProductName >.NET Framework 3.5 SP1</ProductName >
83+ <Install >false</Install >
84+ </BootstrapperPackage >
85+ </ItemGroup >
86+ <ItemGroup >
87+ <Content Include =" gam01_101_BM.ico" />
88+ </ItemGroup >
89+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90+ </Project >
0 commit comments