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

Commit 2d8015c

Browse files
committed
huh
1 parent 33186d7 commit 2d8015c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/Titanium.Web.Proxy.Examples.WindowsService/Titanium.Web.Proxy.Examples.WindowsService.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProjectGuid>{63635F50-7D6F-4A93-84C6-04CF9D2754C5}</ProjectGuid>
77
<OutputType>WinExe</OutputType>
8+
<RuntimeIdentifier>win</RuntimeIdentifier>
89
<RootNamespace>WindowsServiceExample</RootNamespace>
910
<AssemblyName>WindowsServiceExample</AssemblyName>
1011
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
@@ -31,6 +32,7 @@
3132
</PropertyGroup>
3233
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3334
<PlatformTarget>AnyCPU</PlatformTarget>
35+
<RuntimeIdentifier>win</RuntimeIdentifier>
3436
<DebugSymbols>true</DebugSymbols>
3537
<DebugType>full</DebugType>
3638
<Optimize>false</Optimize>
@@ -43,6 +45,7 @@
4345
</PropertyGroup>
4446
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4547
<PlatformTarget>AnyCPU</PlatformTarget>
48+
<RuntimeIdentifier>win</RuntimeIdentifier>
4649
<DebugType>pdbonly</DebugType>
4750
<Optimize>true</Optimize>
4851
<OutputPath>bin\Release\</OutputPath>

0 commit comments

Comments
 (0)