Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit dda5c90

Browse files
committed
version 1.1
1 parent e929ae1 commit dda5c90

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

GitBitter/GitBitter.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
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.1.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
1530
</PropertyGroup>
1631
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1732
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -82,6 +97,18 @@
8297
<Name>GitBitterLib</Name>
8398
</ProjectReference>
8499
</ItemGroup>
100+
<ItemGroup>
101+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
102+
<Visible>False</Visible>
103+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
104+
<Install>true</Install>
105+
</BootstrapperPackage>
106+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
107+
<Visible>False</Visible>
108+
<ProductName>.NET Framework 3.5 SP1</ProductName>
109+
<Install>false</Install>
110+
</BootstrapperPackage>
111+
</ItemGroup>
85112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86113
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87114
Other similar extension points exist, see Microsoft.Common.targets.

GitBitterEdit/GitBitterEdit.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
19+
<PublishUrl>publish\</PublishUrl>
20+
<Install>true</Install>
21+
<InstallFrom>Disk</InstallFrom>
22+
<UpdateEnabled>false</UpdateEnabled>
23+
<UpdateMode>Foreground</UpdateMode>
24+
<UpdateInterval>7</UpdateInterval>
25+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
26+
<UpdatePeriodically>false</UpdatePeriodically>
27+
<UpdateRequired>false</UpdateRequired>
28+
<MapFileExtensions>true</MapFileExtensions>
29+
<ApplicationRevision>0</ApplicationRevision>
30+
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
31+
<IsWebBootstrapper>false</IsWebBootstrapper>
32+
<UseApplicationTrust>false</UseApplicationTrust>
33+
<BootstrapperEnabled>true</BootstrapperEnabled>
1934
</PropertyGroup>
2035
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2136
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -165,6 +180,18 @@
165180
<ItemGroup>
166181
<Resource Include="bitterkoekje.ico" />
167182
</ItemGroup>
183+
<ItemGroup>
184+
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
185+
<Visible>False</Visible>
186+
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
187+
<Install>true</Install>
188+
</BootstrapperPackage>
189+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
190+
<Visible>False</Visible>
191+
<ProductName>.NET Framework 3.5 SP1</ProductName>
192+
<Install>false</Install>
193+
</BootstrapperPackage>
194+
</ItemGroup>
168195
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169196
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170197
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)