Datei: Provider/SqliteProvider/CheckCommandBuilder/CheckCommandBuilder.csproj
Last Commit (15fdc4b)
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
3 | ··<PropertyGroup> |
4 | ····<ProjectType>Local</ProjectType> |
5 | ····<ProductVersion>8.0.50727</ProductVersion> |
6 | ····<SchemaVersion>2.0</SchemaVersion> |
7 | ····<ProjectGuid>{B3DB4428-BECB-4C23-8F18-B18B448BE24B}</ProjectGuid> |
8 | ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
9 | ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
10 | ····<ApplicationIcon>App.ico</ApplicationIcon> |
11 | ····<AssemblyKeyContainerName> |
12 | ····</AssemblyKeyContainerName> |
13 | ····<AssemblyName>CheckCommandBuilder</AssemblyName> |
14 | ····<AssemblyOriginatorKeyFile> |
15 | ····</AssemblyOriginatorKeyFile> |
16 | ····<DefaultClientScript>JScript</DefaultClientScript> |
17 | ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
18 | ····<DefaultTargetSchema>IE50</DefaultTargetSchema> |
19 | ····<DelaySign>false</DelaySign> |
20 | ····<OutputType>Exe</OutputType> |
21 | ····<RootNamespace>CheckCommandBuilder</RootNamespace> |
22 | ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
23 | ····<StartupObject> |
24 | ····</StartupObject> |
25 | ····<FileUpgradeFlags> |
26 | ····</FileUpgradeFlags> |
27 | ····<UpgradeBackupLocation> |
28 | ····</UpgradeBackupLocation> |
29 | ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
30 | ····<OldToolsVersion>2.0</OldToolsVersion> |
31 | ····<TargetFrameworkProfile /> |
32 | ····<PublishUrl>publish\</PublishUrl> |
33 | ····<Install>true</Install> |
34 | ····<InstallFrom>Disk</InstallFrom> |
35 | ····<UpdateEnabled>false</UpdateEnabled> |
36 | ····<UpdateMode>Foreground</UpdateMode> |
37 | ····<UpdateInterval>7</UpdateInterval> |
38 | ····<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
39 | ····<UpdatePeriodically>false</UpdatePeriodically> |
40 | ····<UpdateRequired>false</UpdateRequired> |
41 | ····<MapFileExtensions>true</MapFileExtensions> |
42 | ····<ApplicationRevision>0</ApplicationRevision> |
43 | ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
44 | ····<IsWebBootstrapper>false</IsWebBootstrapper> |
45 | ····<UseApplicationTrust>false</UseApplicationTrust> |
46 | ····<BootstrapperEnabled>true</BootstrapperEnabled> |
47 | ··</PropertyGroup> |
48 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
49 | ····<OutputPath>bin\Debug\</OutputPath> |
50 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
51 | ····<BaseAddress>285212672</BaseAddress> |
52 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
53 | ····<ConfigurationOverrideFile> |
54 | ····</ConfigurationOverrideFile> |
55 | ····<DefineConstants>DEBUG;TRACE</DefineConstants> |
56 | ····<DocumentationFile> |
57 | ····</DocumentationFile> |
58 | ····<DebugSymbols>true</DebugSymbols> |
59 | ····<FileAlignment>4096</FileAlignment> |
60 | ····<NoStdLib>false</NoStdLib> |
61 | ····<NoWarn> |
62 | ····</NoWarn> |
63 | ····<Optimize>false</Optimize> |
64 | ····<RegisterForComInterop>false</RegisterForComInterop> |
65 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
66 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
67 | ····<WarningLevel>4</WarningLevel> |
68 | ····<DebugType>full</DebugType> |
69 | ····<ErrorReport>prompt</ErrorReport> |
70 | ····<Prefer32Bit>false</Prefer32Bit> |
71 | ··</PropertyGroup> |
72 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
73 | ····<OutputPath>bin\Release\</OutputPath> |
74 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
75 | ····<BaseAddress>285212672</BaseAddress> |
76 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
77 | ····<ConfigurationOverrideFile> |
78 | ····</ConfigurationOverrideFile> |
79 | ····<DefineConstants>TRACE</DefineConstants> |
80 | ····<DocumentationFile> |
81 | ····</DocumentationFile> |
82 | ····<DebugSymbols>false</DebugSymbols> |
83 | ····<FileAlignment>4096</FileAlignment> |
84 | ····<NoStdLib>false</NoStdLib> |
85 | ····<NoWarn> |
86 | ····</NoWarn> |
87 | ····<Optimize>true</Optimize> |
88 | ····<RegisterForComInterop>false</RegisterForComInterop> |
89 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
90 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
91 | ····<WarningLevel>4</WarningLevel> |
92 | ····<DebugType>none</DebugType> |
93 | ····<ErrorReport>prompt</ErrorReport> |
94 | ····<Prefer32Bit>false</Prefer32Bit> |
95 | ··</PropertyGroup> |
96 | ··<ItemGroup> |
97 | ····<Reference Include="System"> |
98 | ······<Name>System</Name> |
99 | ····</Reference> |
100 | ····<Reference Include="System.Data"> |
101 | ······<Name>System.Data</Name> |
102 | ····</Reference> |
103 | <Reference Include="System. Data. SQLite, Version=1. 0. 114. 0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
104 | <HintPath>. . \packages\System. Data. SQLite. Core. MSIL. 1. 0. 114. 1\lib\net451\System. Data. SQLite. dll</HintPath> |
105 | ····</Reference> |
106 | ····<Reference Include="System.Windows.Forms"> |
107 | ······<Name>System.Windows.Forms</Name> |
108 | ····</Reference> |
109 | ····<Reference Include="System.XML"> |
110 | ······<Name>System.XML</Name> |
111 | ····</Reference> |
112 | ··</ItemGroup> |
113 | ··<ItemGroup> |
114 | ····<Content Include="App.ico" /> |
115 | ····<Compile Include="AssemblyInfo.cs"> |
116 | ······<SubType>Code</SubType> |
117 | ····</Compile> |
118 | ····<Compile Include="Class1.cs"> |
119 | ······<SubType>Code</SubType> |
120 | ····</Compile> |
121 | ··</ItemGroup> |
122 | ··<ItemGroup> |
123 | ····<None Include="app.config" /> |
124 | ····<None Include="packages.config" /> |
125 | ··</ItemGroup> |
126 | ··<ItemGroup> |
127 | ····<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
128 | ······<Visible>False</Visible> |
129 | ······<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
130 | ······<Install>false</Install> |
131 | ····</BootstrapperPackage> |
132 | ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
133 | ······<Visible>False</Visible> |
134 | ······<ProductName>.NET Framework 3.5 SP1</ProductName> |
135 | ······<Install>true</Install> |
136 | ····</BootstrapperPackage> |
137 | ····<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
138 | ······<Visible>False</Visible> |
139 | ······<ProductName>Windows Installer 3.1</ProductName> |
140 | ······<Install>true</Install> |
141 | ····</BootstrapperPackage> |
142 | ··</ItemGroup> |
143 | ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
144 | ··<PropertyGroup> |
145 | ····<PreBuildEvent> |
146 | ····</PreBuildEvent> |
147 | ····<PostBuildEvent> |
148 | ····</PostBuildEvent> |
149 | ··</PropertyGroup> |
150 | </Project> |
New Commit (37b7958)
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
3 | ··<PropertyGroup> |
4 | ····<ProjectType>Local</ProjectType> |
5 | ····<ProductVersion>8.0.50727</ProductVersion> |
6 | ····<SchemaVersion>2.0</SchemaVersion> |
7 | ····<ProjectGuid>{B3DB4428-BECB-4C23-8F18-B18B448BE24B}</ProjectGuid> |
8 | ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
9 | ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
10 | ····<ApplicationIcon>App.ico</ApplicationIcon> |
11 | ····<AssemblyKeyContainerName> |
12 | ····</AssemblyKeyContainerName> |
13 | ····<AssemblyName>CheckCommandBuilder</AssemblyName> |
14 | ····<AssemblyOriginatorKeyFile> |
15 | ····</AssemblyOriginatorKeyFile> |
16 | ····<DefaultClientScript>JScript</DefaultClientScript> |
17 | ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
18 | ····<DefaultTargetSchema>IE50</DefaultTargetSchema> |
19 | ····<DelaySign>false</DelaySign> |
20 | ····<OutputType>Exe</OutputType> |
21 | ····<RootNamespace>CheckCommandBuilder</RootNamespace> |
22 | ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
23 | ····<StartupObject> |
24 | ····</StartupObject> |
25 | ····<FileUpgradeFlags> |
26 | ····</FileUpgradeFlags> |
27 | ····<UpgradeBackupLocation> |
28 | ····</UpgradeBackupLocation> |
29 | ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
30 | ····<OldToolsVersion>2.0</OldToolsVersion> |
31 | ····<TargetFrameworkProfile /> |
32 | ····<PublishUrl>publish\</PublishUrl> |
33 | ····<Install>true</Install> |
34 | ····<InstallFrom>Disk</InstallFrom> |
35 | ····<UpdateEnabled>false</UpdateEnabled> |
36 | ····<UpdateMode>Foreground</UpdateMode> |
37 | ····<UpdateInterval>7</UpdateInterval> |
38 | ····<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
39 | ····<UpdatePeriodically>false</UpdatePeriodically> |
40 | ····<UpdateRequired>false</UpdateRequired> |
41 | ····<MapFileExtensions>true</MapFileExtensions> |
42 | ····<ApplicationRevision>0</ApplicationRevision> |
43 | ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
44 | ····<IsWebBootstrapper>false</IsWebBootstrapper> |
45 | ····<UseApplicationTrust>false</UseApplicationTrust> |
46 | ····<BootstrapperEnabled>true</BootstrapperEnabled> |
47 | ··</PropertyGroup> |
48 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
49 | ····<OutputPath>bin\Debug\</OutputPath> |
50 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
51 | ····<BaseAddress>285212672</BaseAddress> |
52 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
53 | ····<ConfigurationOverrideFile> |
54 | ····</ConfigurationOverrideFile> |
55 | ····<DefineConstants>DEBUG;TRACE</DefineConstants> |
56 | ····<DocumentationFile> |
57 | ····</DocumentationFile> |
58 | ····<DebugSymbols>true</DebugSymbols> |
59 | ····<FileAlignment>4096</FileAlignment> |
60 | ····<NoStdLib>false</NoStdLib> |
61 | ····<NoWarn> |
62 | ····</NoWarn> |
63 | ····<Optimize>false</Optimize> |
64 | ····<RegisterForComInterop>false</RegisterForComInterop> |
65 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
66 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
67 | ····<WarningLevel>4</WarningLevel> |
68 | ····<DebugType>full</DebugType> |
69 | ····<ErrorReport>prompt</ErrorReport> |
70 | ····<Prefer32Bit>false</Prefer32Bit> |
71 | ··</PropertyGroup> |
72 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
73 | ····<OutputPath>bin\Release\</OutputPath> |
74 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
75 | ····<BaseAddress>285212672</BaseAddress> |
76 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
77 | ····<ConfigurationOverrideFile> |
78 | ····</ConfigurationOverrideFile> |
79 | ····<DefineConstants>TRACE</DefineConstants> |
80 | ····<DocumentationFile> |
81 | ····</DocumentationFile> |
82 | ····<DebugSymbols>false</DebugSymbols> |
83 | ····<FileAlignment>4096</FileAlignment> |
84 | ····<NoStdLib>false</NoStdLib> |
85 | ····<NoWarn> |
86 | ····</NoWarn> |
87 | ····<Optimize>true</Optimize> |
88 | ····<RegisterForComInterop>false</RegisterForComInterop> |
89 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
90 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
91 | ····<WarningLevel>4</WarningLevel> |
92 | ····<DebugType>none</DebugType> |
93 | ····<ErrorReport>prompt</ErrorReport> |
94 | ····<Prefer32Bit>false</Prefer32Bit> |
95 | ··</PropertyGroup> |
96 | ··<ItemGroup> |
97 | ····<Reference Include="System"> |
98 | ······<Name>System</Name> |
99 | ····</Reference> |
100 | ····<Reference Include="System.Data"> |
101 | ······<Name>System.Data</Name> |
102 | ····</Reference> |
103 | <Reference Include="System. Data. SQLite, Version=1. 0. 118. 0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
104 | <HintPath>. . \packages\System. Data. SQLite. Core. MSIL. 1. 0. 118. 0\lib\net451\System. Data. SQLite. dll</HintPath> |
105 | ····</Reference> |
106 | ····<Reference Include="System.Windows.Forms"> |
107 | ······<Name>System.Windows.Forms</Name> |
108 | ····</Reference> |
109 | ····<Reference Include="System.XML"> |
110 | ······<Name>System.XML</Name> |
111 | ····</Reference> |
112 | ··</ItemGroup> |
113 | ··<ItemGroup> |
114 | ····<Content Include="App.ico" /> |
115 | ····<Compile Include="AssemblyInfo.cs"> |
116 | ······<SubType>Code</SubType> |
117 | ····</Compile> |
118 | ····<Compile Include="Class1.cs"> |
119 | ······<SubType>Code</SubType> |
120 | ····</Compile> |
121 | ··</ItemGroup> |
122 | ··<ItemGroup> |
123 | ····<None Include="app.config" /> |
124 | ····<None Include="packages.config" /> |
125 | ··</ItemGroup> |
126 | ··<ItemGroup> |
127 | ····<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
128 | ······<Visible>False</Visible> |
129 | ······<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
130 | ······<Install>false</Install> |
131 | ····</BootstrapperPackage> |
132 | ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
133 | ······<Visible>False</Visible> |
134 | ······<ProductName>.NET Framework 3.5 SP1</ProductName> |
135 | ······<Install>true</Install> |
136 | ····</BootstrapperPackage> |
137 | ····<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
138 | ······<Visible>False</Visible> |
139 | ······<ProductName>Windows Installer 3.1</ProductName> |
140 | ······<Install>true</Install> |
141 | ····</BootstrapperPackage> |
142 | ··</ItemGroup> |
143 | ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
144 | ··<PropertyGroup> |
145 | ····<PreBuildEvent> |
146 | ····</PreBuildEvent> |
147 | ····<PostBuildEvent> |
148 | ····</PostBuildEvent> |
149 | ··</PropertyGroup> |
150 | </Project> |