aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-27 00:40:51 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-27 00:40:51 +0300
commitd2427e77bd9aa938801984a207f69f6090a7ebb8 (patch)
treeaf1ef8c0d4d9faa747811c17cbcc316c8149f9a3 /Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj
parent5118b13dbf15f3368bc00c18863528efea236b29 (diff)
downloadTango-d2427e77bd9aa938801984a207f69f6090a7ebb8.tar.gz
Tango-d2427e77bd9aa938801984a207f69f6090a7ebb8.zip
Twine Studio Installer & Assembly Hacking.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj')
-rw-r--r--Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj15
1 files changed, 12 insertions, 3 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj b/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj
index fbacf3920..2dde7d75a 100644
--- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj
+++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Tango.FSE.UI.csproj
@@ -8,6 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Tango.FSE.UI</RootNamespace>
<AssemblyName>Tango.FSE.UI</AssemblyName>
+ <AssemblyTitle>Tango FSE</AssemblyTitle>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -17,6 +18,9 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>machine_full.ico</ApplicationIcon>
+ </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
@@ -27,6 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
+ <ApplicationIcon>machine_full.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -36,12 +41,11 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
<ApplicationIcon>machine_full.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TS|AnyCPU'">
<OutputPath>..\..\Build\Twine Studio\Release\</OutputPath>
+ <AssemblyTitle>Twine Studio</AssemblyTitle>
<DefineConstants>TRACE;TS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
@@ -49,7 +53,7 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
- <AssemblyTitle>Twine Studio</AssemblyTitle>
+ <ApplicationIcon>twine_studio_small.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TS_Debug|AnyCPU'">
<OutputPath>..\..\Build\Twine Studio\Debug\</OutputPath>
@@ -61,6 +65,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<AssemblyTitle>Twine Studio</AssemblyTitle>
+ <ApplicationIcon>twine_studio_small.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
@@ -909,6 +914,10 @@
<Content Include="ffmpeg.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="rc.exe">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Resource Include="twine_studio_small.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>