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 >{ECB18800-DA3D-406B-8469-59E49DE9B9EC}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >FastDL_Generator</RootNamespace >
10
+ <AssemblyName >FastDL Generator</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <IsWebBootstrapper >false</IsWebBootstrapper >
15
+ <PublishUrl >C:\Users\JustinK\Desktop\FastDLGen\</PublishUrl >
16
+ <Install >false</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >true</UpdateEnabled >
19
+ <UpdateMode >Foreground</UpdateMode >
20
+ <UpdateInterval >7</UpdateInterval >
21
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
+ <UpdatePeriodically >false</UpdatePeriodically >
23
+ <UpdateRequired >false</UpdateRequired >
24
+ <MapFileExtensions >true</MapFileExtensions >
25
+ <CreateWebPageOnPublish >true</CreateWebPageOnPublish >
26
+ <WebPage >publish.htm</WebPage >
27
+ <ApplicationRevision >2</ApplicationRevision >
28
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29
+ <UseApplicationTrust >false</UseApplicationTrust >
30
+ <PublishWizardCompleted >true</PublishWizardCompleted >
31
+ <BootstrapperEnabled >true</BootstrapperEnabled >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34
+ <PlatformTarget >AnyCPU</PlatformTarget >
35
+ <DebugSymbols >true</DebugSymbols >
36
+ <DebugType >full</DebugType >
37
+ <Optimize >true</Optimize >
38
+ <OutputPath >bin\Debug\</OutputPath >
39
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40
+ <ErrorReport >prompt</ErrorReport >
41
+ <WarningLevel >4</WarningLevel >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44
+ <PlatformTarget >AnyCPU</PlatformTarget >
45
+ <DebugType >pdbonly</DebugType >
46
+ <Optimize >true</Optimize >
47
+ <OutputPath >bin\Release\</OutputPath >
48
+ <DefineConstants >TRACE</DefineConstants >
49
+ <ErrorReport >prompt</ErrorReport >
50
+ <WarningLevel >4</WarningLevel >
51
+ </PropertyGroup >
52
+ <PropertyGroup >
53
+ <ManifestCertificateThumbprint >6888C0EABE4B20F1AFFA98FB6AB3E6DF42D2665D</ManifestCertificateThumbprint >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <ManifestKeyFile >FastDL Generator_TemporaryKey.pfx</ManifestKeyFile >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <GenerateManifests >true</GenerateManifests >
60
+ </PropertyGroup >
61
+ <PropertyGroup >
62
+ <SignManifests >false</SignManifests >
63
+ </PropertyGroup >
64
+ <PropertyGroup >
65
+ <TargetZone >LocalIntranet</TargetZone >
66
+ </PropertyGroup >
67
+ <PropertyGroup >
68
+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
69
+ </PropertyGroup >
70
+ <ItemGroup >
71
+ <Reference Include =" ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
72
+ <HintPath >..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" System" />
75
+ <Reference Include =" System.Core" />
76
+ <Reference Include =" System.Xml.Linq" />
77
+ <Reference Include =" System.Data.DataSetExtensions" />
78
+ <Reference Include =" Microsoft.CSharp" />
79
+ <Reference Include =" System.Data" />
80
+ <Reference Include =" System.Net.Http" />
81
+ <Reference Include =" System.Xml" />
82
+ </ItemGroup >
83
+ <ItemGroup >
84
+ <Compile Include =" Program.cs" />
85
+ <Compile Include =" Properties\AssemblyInfo.cs" />
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <None Include =" App.config" />
89
+ <None Include =" FastDL Generator_TemporaryKey.pfx" />
90
+ <None Include =" packages.config" />
91
+ <None Include =" Properties\app.manifest" />
92
+ </ItemGroup >
93
+ <ItemGroup >
94
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
95
+ <Visible >False</Visible >
96
+ <ProductName >Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName >
97
+ <Install >true</Install >
98
+ </BootstrapperPackage >
99
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
100
+ <Visible >False</Visible >
101
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
102
+ <Install >false</Install >
103
+ </BootstrapperPackage >
104
+ </ItemGroup >
105
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106
+ </Project >
0 commit comments