zwaveupnpbridge_all_source.csproj
来自「zwave 无线通讯协议 PC controller 控制器源码」· CSPROJ 代码 · 共 131 行
CSPROJ
131 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{719CE176-E028-4CBD-8CC8-A219CDCAAFE7}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ZWaveUPnPBridge</RootNamespace>
<AssemblyName>ZWaveUPnPBridge</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="UPnP, Version=1.0.1920.40842, Culture=neutral, PublicKeyToken=ab02acf29f8d079b">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\UPnP.dll</HintPath>
</Reference>
<Reference Include="ZWaveCmdClass, Version=1.7.0.0, Culture=neutral, PublicKeyToken=e6cb645d8075fb69, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\ZWaveCmdClass.dll</HintPath>
</Reference>
<Reference Include="ZWaveRS232, Version=1.3.0.0, Culture=neutral, PublicKeyToken=e6cb645d8075fb69, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\ZWaveRS232.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BinaryLightDiscovery.cs" />
<Compile Include="CpAVTransport.cs" />
<Compile Include="CpConnectionManager.cs" />
<Compile Include="CpDimmingService.cs" />
<Compile Include="CpRenderingControl.cs" />
<Compile Include="CpSwitchPower.cs" />
<Compile Include="DimmingService.cs" />
<Compile Include="MediaRendererDiscovery.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UPnPEditForm.resx">
<DependentUpon>UPnPEditForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UPnPtoZWaveForm.resx">
<DependentUpon>UPnPtoZWaveForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ZWaveBridgeForm.resx">
<DependentUpon>ZWaveBridgeForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="SwitchPower.cs" />
<Compile Include="UPnPEditForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UPnPtoZWaveForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="..\..\ZensysClasses\ZCmdClass.cs">
<Link>ZCmdClass.cs</Link>
</Compile>
<Compile Include="ZensysBridgedDevice.cs" />
<Compile Include="ZensysUPnPAvRendererCPDevice .cs" />
<Compile Include="ZensysUPnPCPDevice.cs" />
<Compile Include="ZensysUPnPDevice.cs" />
<Compile Include="ZensysUPnPDeviceScanner.cs" />
<Compile Include="ZensysUPnPDeviceScannerDiscovery.cs" />
<Compile Include="ZensysUPnPLightCPDevice.cs" />
<Compile Include="ZensysUPnPLightDevice.cs" />
<Compile Include="ZWaveBridgeForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Libraries\ITransportLayer\ITransportLayer\ITransportLayer.csproj">
<Project>{03A711D5-BDC1-4FBE-8E83-D35DA97B695E}</Project>
<Name>ITransportLayer</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\ZWave\ZWave\ZWave.csproj">
<Project>{04D0258A-6F70-4505-84B6-DAAD5521DF1D}</Project>
<Name>ZWave</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?