- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSQLBakVersion.csproj
More file actions
Latest commit
93 lines (93 loc) · 3.74 KB
/
Copy pathSQLBakVersion.csproj
File metadata and controls
93 lines (93 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<ProjectToolsVersion="15.0"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportProject="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ConfigurationCondition=" '$(Configuration)' == '' ">Debug</Configuration>
<PlatformCondition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5908F416-4876-4986-91D1-935DDDA35E8A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SQLBakVersion</RootNamespace>
<AssemblyName>SQLBakVersion</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<ReferenceInclude="System" />
<ReferenceInclude="System.Core" />
<ReferenceInclude="System.Xml.Linq" />
<ReferenceInclude="System.Data.DataSetExtensions" />
<ReferenceInclude="Microsoft.CSharp" />
<ReferenceInclude="System.Data" />
<ReferenceInclude="System.Deployment" />
<ReferenceInclude="System.Drawing" />
<ReferenceInclude="System.Net.Http" />
<ReferenceInclude="System.Windows.Forms" />
<ReferenceInclude="System.Xml" />
</ItemGroup>
<ItemGroup>
<CompileInclude="MdfVersionDetector.cs" />
<CompileInclude="SQLVersion.cs" />
<CompileInclude="Main.cs">
<SubType>Form</SubType>
</Compile>
<CompileInclude="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<CompileInclude="Program.cs" />
<CompileInclude="Properties\AssemblyInfo.cs" />
<EmbeddedResourceInclude="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResourceInclude="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<CompileInclude="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<NoneInclude="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<CompileInclude="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<NoneInclude="App.config" />
</ItemGroup>
<ItemGroup>
<ContentInclude="icon.ico" />
</ItemGroup>
<ImportProject="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>