![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/HSPGui/RpcClientExample.csproj@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | <?xml version="1.0" encoding="utf-8"?> |
darienf | 20:6d2af70c92ab | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
darienf | 20:6d2af70c92ab | 3 | <PropertyGroup> |
darienf | 20:6d2af70c92ab | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
darienf | 20:6d2af70c92ab | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
darienf | 20:6d2af70c92ab | 6 | <ProductVersion>8.0.30703</ProductVersion> |
darienf | 20:6d2af70c92ab | 7 | <SchemaVersion>2.0</SchemaVersion> |
darienf | 20:6d2af70c92ab | 8 | <ProjectGuid>{CEF8731E-362F-407C-86A7-F65ACE2A1ACB}</ProjectGuid> |
darienf | 20:6d2af70c92ab | 9 | <OutputType>WinExe</OutputType> |
darienf | 20:6d2af70c92ab | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
darienf | 20:6d2af70c92ab | 11 | <RootNamespace>RpcClientExample</RootNamespace> |
darienf | 20:6d2af70c92ab | 12 | <AssemblyName>SimpleHID</AssemblyName> |
darienf | 20:6d2af70c92ab | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
darienf | 20:6d2af70c92ab | 14 | <TargetFrameworkProfile> |
darienf | 20:6d2af70c92ab | 15 | </TargetFrameworkProfile> |
darienf | 20:6d2af70c92ab | 16 | <FileAlignment>512</FileAlignment> |
darienf | 20:6d2af70c92ab | 17 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
darienf | 20:6d2af70c92ab | 19 | <PlatformTarget>x86</PlatformTarget> |
darienf | 20:6d2af70c92ab | 20 | <DebugSymbols>true</DebugSymbols> |
darienf | 20:6d2af70c92ab | 21 | <DebugType>full</DebugType> |
darienf | 20:6d2af70c92ab | 22 | <Optimize>false</Optimize> |
darienf | 20:6d2af70c92ab | 23 | <OutputPath>bin\Debug\</OutputPath> |
darienf | 20:6d2af70c92ab | 24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 25 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 26 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 27 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
darienf | 20:6d2af70c92ab | 29 | <PlatformTarget>x86</PlatformTarget> |
darienf | 20:6d2af70c92ab | 30 | <DebugType>pdbonly</DebugType> |
darienf | 20:6d2af70c92ab | 31 | <Optimize>true</Optimize> |
darienf | 20:6d2af70c92ab | 32 | <OutputPath>bin\Release\</OutputPath> |
darienf | 20:6d2af70c92ab | 33 | <DefineConstants>TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 34 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 35 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 36 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 37 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 38 | <Reference Include="MaximStyle"> |
darienf | 20:6d2af70c92ab | 39 | <HintPath>.\MaximStyle.dll</HintPath> |
darienf | 20:6d2af70c92ab | 40 | </Reference> |
darienf | 20:6d2af70c92ab | 41 | <Reference Include="System" /> |
darienf | 20:6d2af70c92ab | 42 | <Reference Include="System.Core" /> |
darienf | 20:6d2af70c92ab | 43 | <Reference Include="System.Xml.Linq" /> |
darienf | 20:6d2af70c92ab | 44 | <Reference Include="System.Data.DataSetExtensions" /> |
darienf | 20:6d2af70c92ab | 45 | <Reference Include="Microsoft.CSharp" /> |
darienf | 20:6d2af70c92ab | 46 | <Reference Include="System.Data" /> |
darienf | 20:6d2af70c92ab | 47 | <Reference Include="System.Deployment" /> |
darienf | 20:6d2af70c92ab | 48 | <Reference Include="System.Drawing" /> |
darienf | 20:6d2af70c92ab | 49 | <Reference Include="System.Windows.Forms" /> |
darienf | 20:6d2af70c92ab | 50 | <Reference Include="System.Xml" /> |
darienf | 20:6d2af70c92ab | 51 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 52 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 53 | <Compile Include="Form1.cs"> |
darienf | 20:6d2af70c92ab | 54 | <SubType>Form</SubType> |
darienf | 20:6d2af70c92ab | 55 | </Compile> |
darienf | 20:6d2af70c92ab | 56 | <Compile Include="Form1.Designer.cs"> |
darienf | 20:6d2af70c92ab | 57 | <DependentUpon>Form1.cs</DependentUpon> |
darienf | 20:6d2af70c92ab | 58 | </Compile> |
darienf | 20:6d2af70c92ab | 59 | <Compile Include="Program.cs" /> |
darienf | 20:6d2af70c92ab | 60 | <Compile Include="Properties\AssemblyInfo.cs" /> |
darienf | 20:6d2af70c92ab | 61 | <EmbeddedResource Include="Form1.resx"> |
darienf | 20:6d2af70c92ab | 62 | <DependentUpon>Form1.cs</DependentUpon> |
darienf | 20:6d2af70c92ab | 63 | </EmbeddedResource> |
darienf | 20:6d2af70c92ab | 64 | <EmbeddedResource Include="Properties\Resources.resx"> |
darienf | 20:6d2af70c92ab | 65 | <Generator>ResXFileCodeGenerator</Generator> |
darienf | 20:6d2af70c92ab | 66 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
darienf | 20:6d2af70c92ab | 67 | <SubType>Designer</SubType> |
darienf | 20:6d2af70c92ab | 68 | </EmbeddedResource> |
darienf | 20:6d2af70c92ab | 69 | <Compile Include="Properties\Resources.Designer.cs"> |
darienf | 20:6d2af70c92ab | 70 | <AutoGen>True</AutoGen> |
darienf | 20:6d2af70c92ab | 71 | <DependentUpon>Resources.resx</DependentUpon> |
darienf | 20:6d2af70c92ab | 72 | <DesignTime>True</DesignTime> |
darienf | 20:6d2af70c92ab | 73 | </Compile> |
darienf | 20:6d2af70c92ab | 74 | <None Include="app.config" /> |
darienf | 20:6d2af70c92ab | 75 | <None Include="Properties\Settings.settings"> |
darienf | 20:6d2af70c92ab | 76 | <Generator>SettingsSingleFileGenerator</Generator> |
darienf | 20:6d2af70c92ab | 77 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
darienf | 20:6d2af70c92ab | 78 | </None> |
darienf | 20:6d2af70c92ab | 79 | <Compile Include="Properties\Settings.Designer.cs"> |
darienf | 20:6d2af70c92ab | 80 | <AutoGen>True</AutoGen> |
darienf | 20:6d2af70c92ab | 81 | <DependentUpon>Settings.settings</DependentUpon> |
darienf | 20:6d2af70c92ab | 82 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
darienf | 20:6d2af70c92ab | 83 | </Compile> |
darienf | 20:6d2af70c92ab | 84 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 85 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 86 | <ProjectReference Include="..\GuiDLLs\MAX30101\HSPDevices.csproj"> |
darienf | 20:6d2af70c92ab | 87 | <Project>{B068077E-189F-4CEA-89F7-9E91EF39EC5D}</Project> |
darienf | 20:6d2af70c92ab | 88 | <Name>HSPDevices</Name> |
darienf | 20:6d2af70c92ab | 89 | </ProjectReference> |
darienf | 20:6d2af70c92ab | 90 | <ProjectReference Include="..\GuiDLLs\RPCSupport\RPCSupport.csproj"> |
darienf | 20:6d2af70c92ab | 91 | <Project>{170A27F5-0680-485D-8B90-EA736719016E}</Project> |
darienf | 20:6d2af70c92ab | 92 | <Name>RPCSupport</Name> |
darienf | 20:6d2af70c92ab | 93 | </ProjectReference> |
darienf | 20:6d2af70c92ab | 94 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
darienf | 20:6d2af70c92ab | 96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
darienf | 20:6d2af70c92ab | 97 | Other similar extension points exist, see Microsoft.Common.targets. |
darienf | 20:6d2af70c92ab | 98 | <Target Name="BeforeBuild"> |
darienf | 20:6d2af70c92ab | 99 | </Target> |
darienf | 20:6d2af70c92ab | 100 | <Target Name="AfterBuild"> |
darienf | 20:6d2af70c92ab | 101 | </Target> |
darienf | 20:6d2af70c92ab | 102 | --> |
darienf | 20:6d2af70c92ab | 103 | </Project> |