diff options
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj b/Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj index 4ca1eb322..39b59d412 100644 --- a/Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj +++ b/Software/Visual_Studio/Utilities/Tango.FirmwarePackageGenerator/Tango.FirmwarePackageGenerator.csproj @@ -20,7 +20,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>..\..\Build\Utilities\Debug\</OutputPath> + <OutputPath>..\..\Build\Firmware Package Generator\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -29,11 +29,14 @@ <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\..\Build\Utilities\Debug\</OutputPath> + <OutputPath>..\..\Build\Firmware Package Generator\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup> + <ApplicationIcon>firmware_upgrade.ico</ApplicationIcon> + </PropertyGroup> <ItemGroup> <Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> <HintPath>..\..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath> @@ -126,7 +129,9 @@ <Name>Tango.SharedUI</Name> </ProjectReference> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <Resource Include="firmware_upgrade.ico" /> + </ItemGroup> <ItemGroup> <Resource Include="Images\firmware_upgrade.png" /> </ItemGroup> |
