Server/SharpDisplayManager.csproj
author StephaneLenclud
Fri, 12 Aug 2016 20:25:05 +0200
changeset 231 4c706feaf706
parent 230 8c5cf2228e9a
child 232 5a739e2e5255
permissions -rw-r--r--
Events can now be instantiated.
Action editor is now a generic object editor.
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>
Stephane@230
    37
    <ApplicationVersion>0.10.2.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>
StephaneLenclud@181
    88
    <SignManifests>true</SignManifests>
sl@84
    89
  </PropertyGroup>
sl@84
    90
  <PropertyGroup>
StephaneLenclud@181
    91
    <ManifestCertificateThumbprint>5BAED0690B4D99A5D9E89E562A8B9A2BE342929E</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>
StephaneLenclud@172
   105
  <PropertyGroup />
sl@88
   106
  <PropertyGroup>
sl@88
   107
    <TargetZone>LocalIntranet</TargetZone>
sl@88
   108
  </PropertyGroup>
sl@0
   109
  <ItemGroup>
Stephane@161
   110
    <Reference Include="LibCecSharp, Version=2.2.0.0, Culture=neutral, processorArchitecture=x86">
Stephane@161
   111
      <HintPath>.\LibCecSharp.dll</HintPath>
Stephane@161
   112
      <SpecificVersion>False</SpecificVersion>
Stephane@161
   113
    </Reference>
sl@0
   114
    <Reference Include="Microsoft.VisualBasic" />
StephaneLenclud@162
   115
    <Reference Include="MiniDisplayInterop, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@166
   116
      <HintPath>..\packages\LibMiniDisplay.1.1.8\lib\net20\MiniDisplayInterop.dll</HintPath>
StephaneLenclud@135
   117
      <Private>True</Private>
StephaneLenclud@134
   118
    </Reference>
StephaneLenclud@133
   119
    <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@133
   120
      <SpecificVersion>False</SpecificVersion>
StephaneLenclud@133
   121
      <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
StephaneLenclud@133
   122
    </Reference>
StephaneLenclud@171
   123
    <Reference Include="SharpLibDisplay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@184
   124
      <HintPath>..\packages\SharpLibDisplay.0.2.5\lib\net40\SharpLibDisplay.dll</HintPath>
StephaneLenclud@171
   125
      <Private>True</Private>
StephaneLenclud@171
   126
    </Reference>
StephaneLenclud@183
   127
    <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
StephaneLenclud@183
   128
      <HintPath>..\packages\SharpLibHid.1.3.1\lib\net20\SharpLibHid.dll</HintPath>
StephaneLenclud@150
   129
      <Private>True</Private>
StephaneLenclud@150
   130
    </Reference>
StephaneLenclud@173
   131
    <Reference Include="SharpLibNotification, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
StephaneLenclud@173
   132
      <HintPath>..\packages\SharpLibNotification.0.0.1\lib\net40\SharpLibNotification.dll</HintPath>
StephaneLenclud@173
   133
      <Private>True</Private>
StephaneLenclud@173
   134
    </Reference>
StephaneLenclud@150
   135
    <Reference Include="SharpLibWin32, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
StephaneLenclud@125
   136
      <SpecificVersion>False</SpecificVersion>
StephaneLenclud@155
   137
      <HintPath>..\packages\SharpLibWin32.0.0.7\lib\net20\SharpLibWin32.dll</HintPath>
StephaneLenclud@124
   138
    </Reference>
sl@0
   139
    <Reference Include="System" />
sl@48
   140
    <Reference Include="System.Configuration" />
sl@0
   141
    <Reference Include="System.Core" />
sl@46
   142
    <Reference Include="System.Runtime.Serialization" />
sl@92
   143
    <Reference Include="System.Security" />
sl@17
   144
    <Reference Include="System.ServiceModel" />
sl@0
   145
    <Reference Include="System.Xml.Linq" />
sl@0
   146
    <Reference Include="System.Data.DataSetExtensions" />
sl@0
   147
    <Reference Include="Microsoft.CSharp" />
sl@0
   148
    <Reference Include="System.Data" />
sl@0
   149
    <Reference Include="System.Deployment" />
sl@0
   150
    <Reference Include="System.Drawing" />
sl@0
   151
    <Reference Include="System.Windows.Forms" />
sl@0
   152
    <Reference Include="System.Xml" />
sl@46
   153
    <Reference Include="System.Xml.Serialization" />
sl@0
   154
  </ItemGroup>
sl@0
   155
  <ItemGroup>
StephaneLenclud@214
   156
    <Compile Include="Actions\ActionCecClose.cs" />
StephaneLenclud@220
   157
    <Compile Include="Actions\ActionCecDevice.cs" />
StephaneLenclud@222
   158
    <Compile Include="Actions\ActionCecDeviceType.cs" />
StephaneLenclud@214
   159
    <Compile Include="Actions\ActionCecInactiveSource.cs" />
StephaneLenclud@214
   160
    <Compile Include="Actions\ActionCecOpen.cs" />
StephaneLenclud@220
   161
    <Compile Include="Actions\ActionCecDevicePowerOn.cs" />
StephaneLenclud@214
   162
    <Compile Include="Actions\ActionCecActiveSource.cs" />
StephaneLenclud@214
   163
    <Compile Include="Actions\ActionCecScan.cs" />
StephaneLenclud@222
   164
    <Compile Include="Actions\ActionCecUserControlPressed.cs" />
StephaneLenclud@220
   165
    <Compile Include="Actions\ActionCecDeviceStandby.cs" />
StephaneLenclud@222
   166
    <Compile Include="Actions\ActionCecUserControlReleased.cs" />
StephaneLenclud@225
   167
    <Compile Include="Actions\ActionDisplayMessage.cs" />
sl@0
   168
    <Compile Include="CbtHook.cs" />
StephaneLenclud@167
   169
    <Compile Include="CecClient.cs" />
StephaneLenclud@167
   170
    <Compile Include="ConsumerElectronicControl.cs" />
StephaneLenclud@140
   171
    <Compile Include="ClientData.cs" />
StephaneLenclud@231
   172
    <Compile Include="FormEditObject.cs">
StephaneLenclud@219
   173
      <SubType>Form</SubType>
StephaneLenclud@219
   174
    </Compile>
StephaneLenclud@231
   175
    <Compile Include="FormEditObject.Designer.cs">
StephaneLenclud@231
   176
      <DependentUpon>FormEditObject.cs</DependentUpon>
StephaneLenclud@211
   177
    </Compile>
StephaneLenclud@226
   178
    <Compile Include="FormMain.cs">
StephaneLenclud@226
   179
      <SubType>Form</SubType>
StephaneLenclud@226
   180
    </Compile>
StephaneLenclud@226
   181
    <Compile Include="FormMain.Designer.cs">
StephaneLenclud@226
   182
      <DependentUpon>FormMain.cs</DependentUpon>
StephaneLenclud@226
   183
    </Compile>
StephaneLenclud@226
   184
    <Compile Include="FormMain.Hid.cs" />
StephaneLenclud@198
   185
    <Compile Include="FxControl.cs">
StephaneLenclud@198
   186
      <SubType>UserControl</SubType>
StephaneLenclud@198
   187
    </Compile>
StephaneLenclud@198
   188
    <Compile Include="FxControl.Designer.cs">
StephaneLenclud@198
   189
      <DependentUpon>FxControl.cs</DependentUpon>
StephaneLenclud@198
   190
    </Compile>
StephaneLenclud@219
   191
    <Compile Include="ItemActionType.cs" />
StephaneLenclud@117
   192
    <Compile Include="NetworkManager.cs" />
sl@0
   193
    <Compile Include="DialogBox.cs" />
sl@3
   194
    <Compile Include="Display.cs" />
sl@48
   195
    <Compile Include="DisplaySettings.cs" />
sl@16
   196
    <Compile Include="MarqueeLabel.cs" />
sl@0
   197
    <Compile Include="Program.cs" />
sl@91
   198
    <Compile Include="ProgressForm.cs">
sl@91
   199
      <SubType>Form</SubType>
sl@91
   200
    </Compile>
sl@91
   201
    <Compile Include="ProgressForm.Designer.cs">
sl@91
   202
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   203
    </Compile>
sl@0
   204
    <Compile Include="Properties\AssemblyInfo.cs" />
StephaneLenclud@201
   205
    <Compile Include="RichTextBoxTextWriter.cs" />
sl@56
   206
    <Compile Include="Session.cs" />
sl@46
   207
    <Compile Include="Settings.cs" />
sl@92
   208
    <Compile Include="StartupManager.cs" />
sl@92
   209
    <Compile Include="TaskScheduler.cs" />
sl@0
   210
    <Compile Include="Win32API.cs" />
sl@0
   211
    <Compile Include="WindowsHook.cs" />
sl@0
   212
    <Compile Include="WndProcRetHook.cs" />
StephaneLenclud@231
   213
    <EmbeddedResource Include="FormEditObject.resx">
StephaneLenclud@231
   214
      <DependentUpon>FormEditObject.cs</DependentUpon>
StephaneLenclud@211
   215
    </EmbeddedResource>
StephaneLenclud@226
   216
    <EmbeddedResource Include="FormMain.resx">
StephaneLenclud@226
   217
      <DependentUpon>FormMain.cs</DependentUpon>
StephaneLenclud@226
   218
    </EmbeddedResource>
StephaneLenclud@198
   219
    <EmbeddedResource Include="FxControl.resx">
StephaneLenclud@198
   220
      <DependentUpon>FxControl.cs</DependentUpon>
StephaneLenclud@198
   221
    </EmbeddedResource>
sl@91
   222
    <EmbeddedResource Include="ProgressForm.resx">
sl@91
   223
      <DependentUpon>ProgressForm.cs</DependentUpon>
sl@91
   224
    </EmbeddedResource>
sl@0
   225
    <EmbeddedResource Include="Properties\Resources.resx">
sl@0
   226
      <Generator>ResXFileCodeGenerator</Generator>
sl@0
   227
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@0
   228
      <SubType>Designer</SubType>
sl@0
   229
    </EmbeddedResource>
sl@0
   230
    <Compile Include="Properties\Resources.Designer.cs">
sl@0
   231
      <AutoGen>True</AutoGen>
sl@0
   232
      <DependentUpon>Resources.resx</DependentUpon>
sl@43
   233
      <DesignTime>True</DesignTime>
sl@0
   234
    </Compile>
Stephane@212
   235
    <None Include="App.config">
Stephane@212
   236
      <SubType>Designer</SubType>
Stephane@212
   237
    </None>
StephaneLenclud@172
   238
    <None Include="app.manifest" />
StephaneLenclud@112
   239
    <None Include="packages.config" />
sl@0
   240
    <None Include="Properties\Settings.settings">
sl@0
   241
      <Generator>SettingsSingleFileGenerator</Generator>
sl@0
   242
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@0
   243
    </None>
sl@0
   244
    <Compile Include="Properties\Settings.Designer.cs">
sl@0
   245
      <AutoGen>True</AutoGen>
sl@0
   246
      <DependentUpon>Settings.settings</DependentUpon>
sl@0
   247
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@0
   248
    </Compile>
StephaneLenclud@127
   249
    <None Include="Resources\Windows-Media-Center-icon-32.png" />
sl@84
   250
    <None Include="SharpDisplayManager_TemporaryKey.pfx" />
sl@0
   251
  </ItemGroup>
sl@0
   252
  <ItemGroup>
StephaneLenclud@191
   253
    <ProjectReference Include="..\Clients\Idle\SharpDisplayClientIdle.csproj">
StephaneLenclud@189
   254
      <Project>{a76579e5-aa8d-45a3-99e1-239a5c030a78}</Project>
StephaneLenclud@191
   255
      <Name>SharpDisplayClientIdle</Name>
StephaneLenclud@189
   256
    </ProjectReference>
StephaneLenclud@225
   257
    <ProjectReference Include="..\Clients\Message\SharpDisplayClientMessage.csproj">
StephaneLenclud@225
   258
      <Project>{d9aad299-e97f-47e0-8e92-110f49f2b89c}</Project>
StephaneLenclud@225
   259
      <Name>SharpDisplayClientMessage</Name>
StephaneLenclud@225
   260
    </ProjectReference>
StephaneLenclud@191
   261
    <ProjectReference Include="..\Clients\Test\SharpDisplayClientTest.csproj">
sl@25
   262
      <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
StephaneLenclud@191
   263
      <Name>SharpDisplayClientTest</Name>
sl@25
   264
    </ProjectReference>
StephaneLenclud@159
   265
    <ProjectReference Include="..\PowerManager\PowerManager.vcxproj">
StephaneLenclud@159
   266
      <Project>{c174f23d-3055-49bc-b6b0-563011af624d}</Project>
StephaneLenclud@159
   267
      <Name>PowerManager</Name>
StephaneLenclud@159
   268
    </ProjectReference>
StephaneLenclud@210
   269
    <ProjectReference Include="..\SharpLibEar\SharpLibEar.csproj">
StephaneLenclud@210
   270
      <Project>{84a9ed37-e6ea-4cbd-b995-b713f46eaab0}</Project>
StephaneLenclud@210
   271
      <Name>SharpLibEar</Name>
StephaneLenclud@210
   272
    </ProjectReference>
StephaneLenclud@210
   273
    <ProjectReference Include="..\SharpLibUtils\SharpLibUtils.csproj">
StephaneLenclud@210
   274
      <Project>{ae897704-461d-4018-8336-2517988bf7ad}</Project>
StephaneLenclud@210
   275
      <Name>SharpLibUtils</Name>
StephaneLenclud@210
   276
    </ProjectReference>
sl@22
   277
  </ItemGroup>
sl@43
   278
  <ItemGroup>
sl@43
   279
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
sl@43
   280
      <Visible>False</Visible>
sl@43
   281
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
sl@43
   282
      <Install>true</Install>
sl@43
   283
    </BootstrapperPackage>
sl@43
   284
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
sl@43
   285
      <Visible>False</Visible>
sl@43
   286
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
sl@43
   287
      <Install>false</Install>
sl@43
   288
    </BootstrapperPackage>
sl@43
   289
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
sl@43
   290
      <Visible>False</Visible>
sl@43
   291
      <ProductName>.NET Framework 3.5 SP1</ProductName>
sl@43
   292
      <Install>false</Install>
sl@43
   293
    </BootstrapperPackage>
StephaneLenclud@199
   294
    <BootstrapperPackage Include="Microsoft.Visual.C++.14.0.x86">
StephaneLenclud@199
   295
      <Visible>False</Visible>
StephaneLenclud@199
   296
      <ProductName>Visual C++ "14" Runtime Libraries %28x86%29</ProductName>
StephaneLenclud@199
   297
      <Install>true</Install>
StephaneLenclud@199
   298
    </BootstrapperPackage>
sl@43
   299
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
sl@43
   300
      <Visible>False</Visible>
sl@43
   301
      <ProductName>Windows Installer 4.5</ProductName>
sl@43
   302
      <Install>true</Install>
sl@43
   303
    </BootstrapperPackage>
sl@43
   304
  </ItemGroup>
sl@84
   305
  <ItemGroup>
sl@94
   306
    <EmbeddedResource Include="Resources\vfd.ico" />
sl@84
   307
  </ItemGroup>
StephaneLenclud@117
   308
  <ItemGroup>
StephaneLenclud@117
   309
    <COMReference Include="NETWORKLIST">
StephaneLenclud@117
   310
      <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
StephaneLenclud@117
   311
      <VersionMajor>1</VersionMajor>
StephaneLenclud@117
   312
      <VersionMinor>0</VersionMinor>
StephaneLenclud@117
   313
      <Lcid>0</Lcid>
StephaneLenclud@117
   314
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@117
   315
      <Isolated>False</Isolated>
StephaneLenclud@117
   316
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@117
   317
    </COMReference>
StephaneLenclud@126
   318
    <COMReference Include="Shell32">
StephaneLenclud@126
   319
      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
StephaneLenclud@126
   320
      <VersionMajor>1</VersionMajor>
StephaneLenclud@126
   321
      <VersionMinor>0</VersionMinor>
StephaneLenclud@126
   322
      <Lcid>0</Lcid>
StephaneLenclud@126
   323
      <WrapperTool>tlbimp</WrapperTool>
StephaneLenclud@126
   324
      <Isolated>False</Isolated>
StephaneLenclud@126
   325
      <EmbedInteropTypes>True</EmbedInteropTypes>
StephaneLenclud@126
   326
    </COMReference>
StephaneLenclud@117
   327
  </ItemGroup>
StephaneLenclud@144
   328
  <ItemGroup>
StephaneLenclud@164
   329
    <Content Include="..\bin\x86\Release\MiniDisplay.dll">
StephaneLenclud@164
   330
      <Link>MiniDisplay.dll</Link>
StephaneLenclud@164
   331
    </Content>
Stephane@200
   332
    <Content Include="cec.dll">
Stephane@161
   333
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Stephane@161
   334
    </Content>
StephaneLenclud@179
   335
    <EmbeddedResource Include="Resources\record.ico" />
StephaneLenclud@146
   336
  </ItemGroup>
StephaneLenclud@209
   337
  <ItemGroup />
sl@0
   338
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
StephaneLenclud@166
   339
  <Import Project="..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" />
StephaneLenclud@134
   340
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
StephaneLenclud@134
   341
    <PropertyGroup>
StephaneLenclud@162
   342
      <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
   343
    </PropertyGroup>
StephaneLenclud@166
   344
    <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.8\build\LibMiniDisplay.targets'))" />
StephaneLenclud@134
   345
  </Target>
sl@0
   346
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@0
   347
       Other similar extension points exist, see Microsoft.Common.targets.
sl@0
   348
  <Target Name="BeforeBuild">
sl@0
   349
  </Target>
sl@0
   350
  <Target Name="AfterBuild">
sl@0
   351
  </Target>
sl@0
   352
  -->
sl@0
   353
</Project>