Server/SharpDisplayManager.csproj
author StephaneLenclud
Sat, 26 Sep 2015 00:34:12 +0200
changeset 164 77b34f307c85
parent 163 0c5930689ea1
child 165 0179211efa6d
permissions -rw-r--r--
Fixing output obj paths.
Adding reference to MiniDisplay.dll as link for ClickOnce to pick it up.
sl@0
     1
<?xml version="1.0" encoding="utf-8"?>
StephaneLenclud@159
     2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@0
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@0
     4
  <PropertyGroup>
sl@0
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@0
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@0
     7
    <ProjectGuid>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
sl@0
     8
    <OutputType>WinExe</OutputType>
sl@0
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@0
    10
    <RootNamespace>SharpDisplayManager</RootNamespace>
sl@0
    11
    <AssemblyName>SharpDisplayManager</AssemblyName>
StephaneLenclud@159
    12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
sl@0
    13
    <FileAlignment>512</FileAlignment>
sl@43
    14
    <TargetFrameworkProfile />
sl@84
    15
    <IsWebBootstrapper>true</IsWebBootstrapper>
StephaneLenclud@162
    16
    <NuGetPackageImportStamp>
StephaneLenclud@162
    17
    </NuGetPackageImportStamp>
sl@85
    18
    <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
sl@43
    19
    <Install>true</Install>
sl@84
    20
    <InstallFrom>Web</InstallFrom>
sl@84
    21
    <UpdateEnabled>true</UpdateEnabled>
sl@88
    22
    <UpdateMode>Background</UpdateMode>
sl@43
    23
    <UpdateInterval>7</UpdateInterval>
sl@43
    24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
sl@88
    25
    <UpdatePeriodically>true</UpdatePeriodically>
sl@43
    26
    <UpdateRequired>false</UpdateRequired>
sl@43
    27
    <MapFileExtensions>true</MapFileExtensions>
sl@84
    28
    <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
sl@85
    29
    <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
sl@85
    30
    <ProductName>Sharp Display Manager</ProductName>
sl@85
    31
    <PublisherName>Slions</PublisherName>
sl@93
    32
    <SuiteName>Sharp Display Manager</SuiteName>
sl@84
    33
    <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
sl@85
    34
    <WebPage>index.htm</WebPage>
sl@85
    35
    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
StephaneLenclud@149
    36
    <ApplicationRevision>0</ApplicationRevision>
StephaneLenclud@159
    37
    <ApplicationVersion>0.5.5.0</ApplicationVersion>
sl@43
    38
    <UseApplicationTrust>false</UseApplicationTrust>
sl@85
    39
    <CreateDesktopShortcut>true</CreateDesktopShortcut>
sl@84
    40
    <PublishWizardCompleted>true</PublishWizardCompleted>
StephaneLenclud@164
    41
    <BootstrapperEnabled>true</BootstrapperEnabled>
sl@0
    42
  </PropertyGroup>
sl@0
    43
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@0
    44
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    45
    <DebugSymbols>true</DebugSymbols>
sl@0
    46
    <DebugType>full</DebugType>
sl@0
    47
    <Optimize>false</Optimize>
sl@18
    48
    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
sl@0
    49
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@0
    50
    <ErrorReport>prompt</ErrorReport>
sl@0
    51
    <WarningLevel>4</WarningLevel>
sl@43
    52
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    53
  </PropertyGroup>
sl@0
    54
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@0
    55
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@0
    56
    <DebugType>pdbonly</DebugType>
sl@0
    57
    <Optimize>true</Optimize>
sl@18
    58
    <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
sl@0
    59
    <DefineConstants>TRACE</DefineConstants>
sl@0
    60
    <ErrorReport>prompt</ErrorReport>
sl@0
    61
    <WarningLevel>4</WarningLevel>
sl@43
    62
    <Prefer32Bit>false</Prefer32Bit>
sl@43
    63
  </PropertyGroup>
sl@43
    64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
sl@43
    65
    <DebugSymbols>true</DebugSymbols>
StephaneLenclud@163
    66
    <OutputPath>..\bin\x86\Debug\</OutputPath>
StephaneLenclud@164
    67
    <BaseIntermediateOutputPath>..\bin\x86\Debug\obj</BaseIntermediateOutputPath>
sl@43
    68
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@43
    69
    <DebugType>full</DebugType>
sl@43
    70
    <PlatformTarget>x86</PlatformTarget>
sl@43
    71
    <ErrorReport>prompt</ErrorReport>
sl@43
    72
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    73
    <Prefer32Bit>false</Prefer32Bit>
Stephane@161
    74
    <UseVSHostingProcess>true</UseVSHostingProcess>
sl@43
    75
  </PropertyGroup>
sl@43
    76
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
StephaneLenclud@163
    77
    <OutputPath>..\bin\x86\Release\</OutputPath>
StephaneLenclud@164
    78
    <BaseIntermediateOutputPath>..\bin\x86\Release\obj</BaseIntermediateOutputPath>
sl@43
    79
    <DefineConstants>TRACE</DefineConstants>
sl@43
    80
    <Optimize>true</Optimize>
sl@43
    81
    <DebugType>pdbonly</DebugType>
sl@43
    82
    <PlatformTarget>x86</PlatformTarget>
sl@43
    83
    <ErrorReport>prompt</ErrorReport>
sl@43
    84
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
sl@43
    85
    <Prefer32Bit>false</Prefer32Bit>
sl@0
    86
  </PropertyGroup>
sl@84
    87
  <PropertyGroup>
sl@84
    88
    <SignManifests>true</SignManifests>
sl@84
    89
  </PropertyGroup>
sl@84
    90
  <PropertyGroup>
sl@84
    91
    <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
sl@84
    92
  </PropertyGroup>
sl@84
    93
  <PropertyGroup>
sl@84
    94
    <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
sl@84
    95
  </PropertyGroup>
sl@84
    96
  <PropertyGroup>
sl@89
    97
    <GenerateManifests>true</GenerateManifests>
sl@84
    98
  </PropertyGroup>
sl@85
    99
  <PropertyGroup>
sl@94
   100
    <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
sl@85
   101
  </PropertyGroup>
sl@85
   102
  <PropertyGroup>
sl@85
   103
    <StartupObject>SharpDisplayManager.Program</StartupObject>
sl@85
   104
  </PropertyGroup>
sl@88
   105
  <PropertyGroup>
sl@88
   106
    <ApplicationManifest>app.manifest</ApplicationManifest>
sl@88
   107
  </PropertyGroup>
sl@88
   108
  <PropertyGroup>
sl@88
   109
    <TargetZone>LocalIntranet</TargetZone>
sl@88
   110
  </PropertyGroup>
sl@0
   111
  <ItemGroup>
Stephane@161
   112
    <Reference Include="LibCecSharp, Version=2.2.0.0, Culture=neutral, processorArchitecture=x86">
Stephane@161
   113
      <HintPath>.\LibCecSharp.dll</HintPath>
Stephane@161
   114
      <SpecificVersion>False</SpecificVersion>
Stephane@161
   115
    </Reference>
sl@0
   116
    <Reference Include="Microsoft.VisualBasic" />
StephaneLenclud@162
   117
    <Reference Include="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@162
   118
      <HintPath>..\packages\LibMiniDisplay.1.1.7\lib\net20\MiniDisplayInterop.dll</HintPath>
StephaneLenclud@135
   119
      <Private>True</Private>
StephaneLenclud@134
   120
    </Reference>
StephaneLenclud@133
   121
    <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@133
   122
      <SpecificVersion>False</SpecificVersion>
StephaneLenclud@133
   123
      <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
StephaneLenclud@133
   124
    </Reference>
StephaneLenclud@150
   125
    <Reference Include="SharpLibHid">
StephaneLenclud@150
   126
      <HintPath>..\packages\SharpLibHid.1.2.1\lib\net20\SharpLibHid.dll</HintPath>
StephaneLenclud@150
   127
      <Private>True</Private>
StephaneLenclud@150
   128
    </Reference>
StephaneLenclud@150
   129
    <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
StephaneLenclud@125
   130
      <SpecificVersion>False</SpecificVersion>
StephaneLenclud@155
   131
      <HintPath>..\packages\SharpLibWin32.0.0.7\lib\net20\SharpLibWin32.dll</HintPath>
StephaneLenclud@124
   132
    </Reference>
sl@0
   133
    <Reference Include="System" />
sl@48
   134
    <Reference Include="System.Configuration" />
sl@0
   135
    <Reference Include="System.Core" />
sl@46
   136
    <Reference Include="System.Runtime.Serialization" />
sl@92
   137
    <Reference Include="System.Security" />
sl@17
   138
    <Reference Include="System.ServiceModel" />
sl@0
   139
    <Reference Include="System.Xml.Linq" />
sl@0
   140
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   141
    <Reference Include="Microsoft.CSharp" />
sl@0
   142
    <Reference Include="System.Data" />
sl@0
   143
    <Reference Include="System.Deployment" />
sl@0
   144
    <Reference Include="System.Drawing" />
sl@0
   145
    <Reference Include="System.Windows.Forms" />
sl@0
   146
    <Reference Include="System.Xml" />
sl@46
   147
    <Reference Include="System.Xml.Serialization" />
sl@0
   148
  </ItemGroup>
sl@0
   149
  <ItemGroup>
sl@0
   150
    <Compile Include="CbtHook.cs" />
Stephane@161
   151
    <Compile Include="CecSharpClient.cs" />
StephaneLenclud@140
   152
    <Compile Include="ClientData.cs" />
StephaneLenclud@126
   153
    <Compile Include="MainForm.Hid.cs">
StephaneLenclud@126
   154
      <DependentUpon>MainForm.cs</DependentUpon>
StephaneLenclud@126
   155
    </Compile>
StephaneLenclud@117
   156
    <Compile Include="NetworkManager.cs" />
sl@0
   157
    <Compile Include="DialogBox.cs" />
sl@3
   158
    <Compile Include="Display.cs" />
sl@48
   159
    <Compile Include="DisplaySettings.cs" />
StephaneLenclud@126
   160
    <Compile Include="MainForm.cs">
StephaneLenclud@126
   161
      <SubType>Form</SubType>
StephaneLenclud@126
   162
    </Compile>
sl@0
   163
    <Compile Include="MainForm.Designer.cs">
sl@0
   164
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   165
    </Compile>
sl@16
   166
    <Compile Include="MarqueeLabel.cs" />
sl@94
   167
    <Compile Include="NotifyIconAdv.cs" />
sl@0
   168
    <Compile Include="Program.cs" />
sl@91
   169
    <Compile Include="ProgressForm.cs">
sl@91
   170
      <SubType>Form</SubType>
sl@91
   171
    </Compile>
sl@91
   172
    <Compile Include="ProgressForm.Designer.cs">
sl@91
   173
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   174
    </Compile>
sl@0
   175
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@56
   176
    <Compile Include="Session.cs" />
sl@46
   177
    <Compile Include="Settings.cs" />
sl@92
   178
    <Compile Include="StartupManager.cs" />
sl@92
   179
    <Compile Include="TaskScheduler.cs" />
sl@0
   180
    <Compile Include="Win32API.cs" />
sl@0
   181
    <Compile Include="WindowsHook.cs" />
sl@0
   182
    <Compile Include="WndProcRetHook.cs" />
sl@0
   183
    <EmbeddedResource Include="MainForm.resx">
sl@0
   184
      <DependentUpon>MainForm.cs</DependentUpon>
sl@0
   185
    </EmbeddedResource>
sl@91
   186
    <EmbeddedResource Include="ProgressForm.resx">
sl@91
   187
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   188
    </EmbeddedResource>
sl@0
   189
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   190
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   191
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   192
      <SubType>Designer</SubType>
sl@0
   193
    </EmbeddedResource>
sl@0
   194
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   195
      <AutoGen>True</AutoGen>
sl@0
   196
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   197
      <DesignTime>True</DesignTime>
sl@0
   198
    </Compile>
sl@99
   199
    <None Include="app.manifest">
sl@99
   200
      <SubType>Designer</SubType>
sl@99
   201
    </None>
StephaneLenclud@112
   202
    <None Include="packages.config" />
sl@0
   203
    <None Include="Properties\Settings.settings">
sl@0
   204
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   205
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   206
    </None>
sl@0
   207
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   208
      <AutoGen>True</AutoGen>
sl@0
   209
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   210
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   211
    </Compile>
StephaneLenclud@127
   212
    <None Include="Resources\Windows-Media-Center-icon-32.png" />
sl@84
   213
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   214
  </ItemGroup>
sl@0
   215
  <ItemGroup>
sl@0
   216
    <None Include="App.config" />
sl@0
   217
  </ItemGroup>
sl@22
   218
  <ItemGroup>
sl@25
   219
    <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
sl@25
   220
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
sl@25
   221
      <Name>SharpDisplayClient</Name>
sl@25
   222
    </ProjectReference>
sl@22
   223
    <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
sl@22
   224
      <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
sl@22
   225
      <Name>SharpDisplayInterface</Name>
sl@22
   226
    </ProjectReference>
StephaneLenclud@159
   227
    <ProjectReference Include="..\PowerManager\PowerManager.vcxproj">
StephaneLenclud@159
   228
      <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
StephaneLenclud@159
   229
      <Name>PowerManager</Name>
StephaneLenclud@159
   230
    </ProjectReference>
sl@22
   231
  </ItemGroup>
sl@43
   232
  <ItemGroup>
sl@43
   233
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   234
      <Visible>False</Visible>
sl@43
   235
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   236
      <Install>true</Install>
sl@43
   237
    </BootstrapperPackage>
sl@43
   238
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   239
      <Visible>False</Visible>
sl@43
   240
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   241
      <Install>false</Install>
sl@43
   242
    </BootstrapperPackage>
sl@43
   243
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   244
      <Visible>False</Visible>
sl@43
   245
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   246
      <Install>false</Install>
sl@43
   247
    </BootstrapperPackage>
sl@43
   248
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   249
      <Visible>False</Visible>
sl@43
   250
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   251
      <Install>true</Install>
sl@43
   252
    </BootstrapperPackage>
sl@43
   253
  </ItemGroup>
sl@84
   254
  <ItemGroup>
sl@94
   255
    <EmbeddedResource Include="Resources\vfd.ico" />
sl@84
   256
  </ItemGroup>
StephaneLenclud@117
   257
  <ItemGroup>
StephaneLenclud@117
   258
    <COMReference Include="NETWORKLIST">
StephaneLenclud@117
   259
      <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
StephaneLenclud@117
   260
      <VersionMajor>1</VersionMajor>
StephaneLenclud@117
   261
      <VersionMinor>0</VersionMinor>
StephaneLenclud@117
   262
      <Lcid>0</Lcid>
StephaneLenclud@117
   263
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@117
   264
      <Isolated>False</Isolated>
StephaneLenclud@117
   265
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@117
   266
    </COMReference>
StephaneLenclud@126
   267
    <COMReference Include="Shell32">
StephaneLenclud@126
   268
      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
StephaneLenclud@126
   269
      <VersionMajor>1</VersionMajor>
StephaneLenclud@126
   270
      <VersionMinor>0</VersionMinor>
StephaneLenclud@126
   271
      <Lcid>0</Lcid>
StephaneLenclud@126
   272
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@126
   273
      <Isolated>False</Isolated>
StephaneLenclud@126
   274
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@126
   275
    </COMReference>
StephaneLenclud@117
   276
  </ItemGroup>
StephaneLenclud@144
   277
  <ItemGroup>
StephaneLenclud@164
   278
    <Content Include="..\bin\x86\Release\MiniDisplay.dll">
StephaneLenclud@164
   279
      <Link>MiniDisplay.dll</Link>
StephaneLenclud@164
   280
    </Content>
Stephane@161
   281
    <Content Include="libcec.dll">
Stephane@161
   282
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Stephane@161
   283
    </Content>
StephaneLenclud@146
   284
  </ItemGroup>
sl@0
   285
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@162
   286
  <Import Project="..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets')" />
StephaneLenclud@134
   287
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
StephaneLenclud@134
   288
    <PropertyGroup>
StephaneLenclud@162
   289
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
StephaneLenclud@134
   290
    </PropertyGroup>
StephaneLenclud@162
   291
    <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.7\build\LibMiniDisplay.targets'))" />
StephaneLenclud@134
   292
  </Target>
sl@0
   293
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   294
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   295
  <Target Name="BeforeBuild">
sl@0
   296
  </Target>
sl@0
   297
  <Target Name="AfterBuild">
sl@0
   298
  </Target>
sl@0
   299
  -->
sl@0
   300
</Project>