This repository was archived by the owner on Jul 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
examples/Titanium.Web.Proxy.Examples.WindowsService Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments