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 >{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}</ProjectGuid >
8
- <OutputType >Exe</OutputType >
9
- <RootNamespace >BundleExporter</RootNamespace >
10
- <AssemblyName >BundleExporter</AssemblyName >
11
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
- <Deterministic >true</Deterministic >
15
- <PublishUrl >publish\</PublishUrl >
16
- <Install >true</Install >
17
- <InstallFrom >Disk</InstallFrom >
18
- <UpdateEnabled >false</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
- <ApplicationRevision >0</ApplicationRevision >
26
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
- <IsWebBootstrapper >false</IsWebBootstrapper >
28
- <UseApplicationTrust >false</UseApplicationTrust >
29
- <BootstrapperEnabled >true</BootstrapperEnabled >
30
- </PropertyGroup >
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32
- <PlatformTarget >x64</PlatformTarget >
33
- <DebugSymbols >true</DebugSymbols >
34
- <DebugType >full</DebugType >
35
- <Optimize >false</Optimize >
36
- <OutputPath >bin\Debug\</OutputPath >
37
- <DefineConstants >
38
- </DefineConstants >
39
- <ErrorReport >prompt</ErrorReport >
40
- <WarningLevel >4</WarningLevel >
41
- <Prefer32Bit >false</Prefer32Bit >
42
- <RunCodeAnalysis >true</RunCodeAnalysis >
43
- <LangVersion >8.0</LangVersion >
44
- </PropertyGroup >
45
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46
- <PlatformTarget >AnyCPU</PlatformTarget >
47
- <DebugType >pdbonly</DebugType >
48
- <Optimize >true</Optimize >
49
- <OutputPath >bin\Release\</OutputPath >
50
- <DefineConstants >TRACE</DefineConstants >
51
- <ErrorReport >prompt</ErrorReport >
52
- <WarningLevel >4</WarningLevel >
53
- <LangVersion >8.0</LangVersion >
54
- </PropertyGroup >
55
- <PropertyGroup >
56
- <SignAssembly >true</SignAssembly >
57
- </PropertyGroup >
58
- <PropertyGroup >
59
- <SignManifests >true</SignManifests >
60
- </PropertyGroup >
61
- <PropertyGroup >
62
- <ManifestCertificateThumbprint >FAAD7B891DFCA805E70849DD67DD87E659EEBA67</ManifestCertificateThumbprint >
63
- </PropertyGroup >
64
- <PropertyGroup >
65
- <TargetZone >LocalIntranet</TargetZone >
66
- </PropertyGroup >
67
- <PropertyGroup >
68
- <GenerateManifests >true</GenerateManifests >
69
- </PropertyGroup >
70
- <PropertyGroup >
71
- <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
72
- </PropertyGroup >
73
- <ItemGroup >
74
- <Reference Include =" System" />
75
- <Reference Include =" System.Core" />
76
- <Reference Include =" Microsoft.CSharp" />
77
- <Reference Include =" System.Data" />
78
- </ItemGroup >
79
- <ItemGroup >
80
- <Compile Include =" Program.cs" />
81
- <Compile Include =" Properties\AssemblyInfo.cs" />
82
- </ItemGroup >
83
- <ItemGroup >
84
- <None Include =" App.config" />
85
- <None Include =" Properties\app.manifest" />
86
- </ItemGroup >
87
- <ItemGroup >
88
- <ProjectReference Include =" ..\LibBundle\LibBundle.csproj" >
89
- <Project >{9b9cd245-6053-4f42-8256-0c4b413d82c8}</Project >
90
- <Name >LibBundle</Name >
91
- </ProjectReference >
92
- </ItemGroup >
93
- <ItemGroup >
94
- <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
95
- <Visible >False</Visible >
96
- <ProductName >Microsoft .NET Framework 4.7.2 %28x86 和 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" />
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 >{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >BundleExporter</RootNamespace >
10
+ <AssemblyName >BundleExporter</AssemblyName >
11
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ <PublishUrl >publish\</PublishUrl >
16
+ <Install >true</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >false</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
+ <ApplicationRevision >0</ApplicationRevision >
26
+ <ApplicationVersion >2.1.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <BootstrapperEnabled >true</BootstrapperEnabled >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32
+ <PlatformTarget >x64</PlatformTarget >
33
+ <DebugSymbols >true</DebugSymbols >
34
+ <DebugType >full</DebugType >
35
+ <Optimize >false</Optimize >
36
+ <OutputPath >..\Release\</OutputPath >
37
+ <DefineConstants >
38
+ </DefineConstants >
39
+ <ErrorReport >prompt</ErrorReport >
40
+ <WarningLevel >4</WarningLevel >
41
+ <Prefer32Bit >false</Prefer32Bit >
42
+ <RunCodeAnalysis >false</RunCodeAnalysis >
43
+ <LangVersion >8.0</LangVersion >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46
+ <PlatformTarget >AnyCPU</PlatformTarget >
47
+ <DebugType >pdbonly</DebugType >
48
+ <Optimize >true</Optimize >
49
+ <OutputPath >bin\Release\</OutputPath >
50
+ <DefineConstants >TRACE</DefineConstants >
51
+ <ErrorReport >prompt</ErrorReport >
52
+ <WarningLevel >4</WarningLevel >
53
+ <LangVersion >8.0</LangVersion >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <SignAssembly >true</SignAssembly >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <SignManifests >true</SignManifests >
60
+ </PropertyGroup >
61
+ <PropertyGroup >
62
+ <TargetZone >LocalIntranet</TargetZone >
63
+ </PropertyGroup >
64
+ <PropertyGroup >
65
+ <GenerateManifests >true</GenerateManifests >
66
+ </PropertyGroup >
67
+ <PropertyGroup >
68
+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
69
+ </PropertyGroup >
70
+ <ItemGroup >
71
+ <Reference Include =" System" />
72
+ <Reference Include =" System.Core" />
73
+ <Reference Include =" Microsoft.CSharp" />
74
+ <Reference Include =" System.Data" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <Compile Include =" Program.cs" />
78
+ <Compile Include =" Properties\AssemblyInfo.cs" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <None Include =" App.config" />
82
+ <None Include =" Properties\app.manifest" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <ProjectReference Include =" ..\LibBundle\LibBundle.csproj" >
86
+ <Project >{9b9cd245-6053-4f42-8256-0c4b413d82c8}</Project >
87
+ <Name >LibBundle</Name >
88
+ </ProjectReference >
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
92
+ <Visible >False</Visible >
93
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName >
94
+ <Install >true</Install >
95
+ </BootstrapperPackage >
96
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
97
+ <Visible >False</Visible >
98
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
99
+ <Install >false</Install >
100
+ </BootstrapperPackage >
101
+ </ItemGroup >
102
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106
103
</Project >
0 commit comments