Skip to content

Commit 6e18f73

Browse files
author
TheSniperFan
committed
Misc stuff
1 parent 933c611 commit 6e18f73

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

unitybinarybackup/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
4+
using System.Resources;
45

56
// Allgemeine Informationen über eine Assembly werden über die folgenden
67
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
78
// die mit einer Assembly verknüpft sind.
8-
[assembly: AssemblyTitle("unitybinarybackup")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyTitle("Unity Binary Backup")]
10+
[assembly: AssemblyDescription("Easy to use application that backups up binary files from Unity projects, you don't want under version control.")]
1011
[assembly: AssemblyConfiguration("")]
1112
[assembly: AssemblyCompany("")]
1213
[assembly: AssemblyProduct("unitybinarybackup")]
@@ -34,3 +35,4 @@
3435
// [assembly: AssemblyVersion("1.0.*")]
3536
[assembly: AssemblyVersion("1.0.0.0")]
3637
[assembly: AssemblyFileVersion("1.0.0.0")]
38+
[assembly: NeutralResourcesLanguageAttribute("en")]

unitybinarybackup/unitybinarybackup.csproj

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
<AssemblyName>unitybinarybackup</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14+
<PublishUrl>publish\</PublishUrl>
15+
<Install>true</Install>
16+
<InstallFrom>Disk</InstallFrom>
17+
<UpdateEnabled>false</UpdateEnabled>
18+
<UpdateMode>Foreground</UpdateMode>
19+
<UpdateInterval>7</UpdateInterval>
20+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
21+
<UpdatePeriodically>false</UpdatePeriodically>
22+
<UpdateRequired>false</UpdateRequired>
23+
<MapFileExtensions>true</MapFileExtensions>
24+
<ApplicationRevision>0</ApplicationRevision>
25+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26+
<IsWebBootstrapper>false</IsWebBootstrapper>
27+
<UseApplicationTrust>false</UseApplicationTrust>
28+
<BootstrapperEnabled>true</BootstrapperEnabled>
1429
</PropertyGroup>
1530
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1631
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -50,6 +65,23 @@
5065
<ItemGroup>
5166
<None Include="App.config" />
5267
</ItemGroup>
68+
<ItemGroup>
69+
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
70+
<Visible>False</Visible>
71+
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
72+
<Install>true</Install>
73+
</BootstrapperPackage>
74+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
75+
<Visible>False</Visible>
76+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
77+
<Install>false</Install>
78+
</BootstrapperPackage>
79+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
80+
<Visible>False</Visible>
81+
<ProductName>.NET Framework 3.5 SP1</ProductName>
82+
<Install>false</Install>
83+
</BootstrapperPackage>
84+
</ItemGroup>
5385
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5486
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5587
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)