repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/GuiDLLs/FileLog/FileLogExample/FileLogExample.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="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
darienf | 20:6d2af70c92ab | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
darienf | 20:6d2af70c92ab | 4 | <PropertyGroup> |
darienf | 20:6d2af70c92ab | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
darienf | 20:6d2af70c92ab | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
darienf | 20:6d2af70c92ab | 7 | <ProjectGuid>{60A6930E-EA97-4317-BCC8-7BC7987669B3}</ProjectGuid> |
darienf | 20:6d2af70c92ab | 8 | <OutputType>WinExe</OutputType> |
darienf | 20:6d2af70c92ab | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
darienf | 20:6d2af70c92ab | 10 | <RootNamespace>FileLogExample</RootNamespace> |
darienf | 20:6d2af70c92ab | 11 | <AssemblyName>FileLogExample</AssemblyName> |
darienf | 20:6d2af70c92ab | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
darienf | 20:6d2af70c92ab | 13 | <FileAlignment>512</FileAlignment> |
darienf | 20:6d2af70c92ab | 14 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
darienf | 20:6d2af70c92ab | 16 | <PlatformTarget>AnyCPU</PlatformTarget> |
darienf | 20:6d2af70c92ab | 17 | <DebugSymbols>true</DebugSymbols> |
darienf | 20:6d2af70c92ab | 18 | <DebugType>full</DebugType> |
darienf | 20:6d2af70c92ab | 19 | <Optimize>false</Optimize> |
darienf | 20:6d2af70c92ab | 20 | <OutputPath>bin\Debug\</OutputPath> |
darienf | 20:6d2af70c92ab | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 22 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 23 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 24 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
darienf | 20:6d2af70c92ab | 26 | <PlatformTarget>AnyCPU</PlatformTarget> |
darienf | 20:6d2af70c92ab | 27 | <DebugType>pdbonly</DebugType> |
darienf | 20:6d2af70c92ab | 28 | <Optimize>true</Optimize> |
darienf | 20:6d2af70c92ab | 29 | <OutputPath>bin\Release\</OutputPath> |
darienf | 20:6d2af70c92ab | 30 | <DefineConstants>TRACE</DefineConstants> |
darienf | 20:6d2af70c92ab | 31 | <ErrorReport>prompt</ErrorReport> |
darienf | 20:6d2af70c92ab | 32 | <WarningLevel>4</WarningLevel> |
darienf | 20:6d2af70c92ab | 33 | </PropertyGroup> |
darienf | 20:6d2af70c92ab | 34 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 35 | <Reference Include="System" /> |
darienf | 20:6d2af70c92ab | 36 | <Reference Include="System.Core" /> |
darienf | 20:6d2af70c92ab | 37 | <Reference Include="System.Xml.Linq" /> |
darienf | 20:6d2af70c92ab | 38 | <Reference Include="System.Data.DataSetExtensions" /> |
darienf | 20:6d2af70c92ab | 39 | <Reference Include="Microsoft.CSharp" /> |
darienf | 20:6d2af70c92ab | 40 | <Reference Include="System.Data" /> |
darienf | 20:6d2af70c92ab | 41 | <Reference Include="System.Deployment" /> |
darienf | 20:6d2af70c92ab | 42 | <Reference Include="System.Drawing" /> |
darienf | 20:6d2af70c92ab | 43 | <Reference Include="System.Windows.Forms" /> |
darienf | 20:6d2af70c92ab | 44 | <Reference Include="System.Xml" /> |
darienf | 20:6d2af70c92ab | 45 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 46 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 47 | <Compile Include="Form1.cs"> |
darienf | 20:6d2af70c92ab | 48 | <SubType>Form</SubType> |
darienf | 20:6d2af70c92ab | 49 | </Compile> |
darienf | 20:6d2af70c92ab | 50 | <Compile Include="Form1.Designer.cs"> |
darienf | 20:6d2af70c92ab | 51 | <DependentUpon>Form1.cs</DependentUpon> |
darienf | 20:6d2af70c92ab | 52 | </Compile> |
darienf | 20:6d2af70c92ab | 53 | <Compile Include="Program.cs" /> |
darienf | 20:6d2af70c92ab | 54 | <Compile Include="Properties\AssemblyInfo.cs" /> |
darienf | 20:6d2af70c92ab | 55 | <EmbeddedResource Include="Form1.resx"> |
darienf | 20:6d2af70c92ab | 56 | <DependentUpon>Form1.cs</DependentUpon> |
darienf | 20:6d2af70c92ab | 57 | </EmbeddedResource> |
darienf | 20:6d2af70c92ab | 58 | <EmbeddedResource Include="Properties\Resources.resx"> |
darienf | 20:6d2af70c92ab | 59 | <Generator>ResXFileCodeGenerator</Generator> |
darienf | 20:6d2af70c92ab | 60 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
darienf | 20:6d2af70c92ab | 61 | <SubType>Designer</SubType> |
darienf | 20:6d2af70c92ab | 62 | </EmbeddedResource> |
darienf | 20:6d2af70c92ab | 63 | <Compile Include="Properties\Resources.Designer.cs"> |
darienf | 20:6d2af70c92ab | 64 | <AutoGen>True</AutoGen> |
darienf | 20:6d2af70c92ab | 65 | <DependentUpon>Resources.resx</DependentUpon> |
darienf | 20:6d2af70c92ab | 66 | </Compile> |
darienf | 20:6d2af70c92ab | 67 | <None Include="Properties\Settings.settings"> |
darienf | 20:6d2af70c92ab | 68 | <Generator>SettingsSingleFileGenerator</Generator> |
darienf | 20:6d2af70c92ab | 69 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
darienf | 20:6d2af70c92ab | 70 | </None> |
darienf | 20:6d2af70c92ab | 71 | <Compile Include="Properties\Settings.Designer.cs"> |
darienf | 20:6d2af70c92ab | 72 | <AutoGen>True</AutoGen> |
darienf | 20:6d2af70c92ab | 73 | <DependentUpon>Settings.settings</DependentUpon> |
darienf | 20:6d2af70c92ab | 74 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
darienf | 20:6d2af70c92ab | 75 | </Compile> |
darienf | 20:6d2af70c92ab | 76 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 77 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 78 | <None Include="App.config" /> |
darienf | 20:6d2af70c92ab | 79 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 80 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 81 | <ProjectReference Include="..\FileLog\FileLog.csproj"> |
darienf | 20:6d2af70c92ab | 82 | <Project>{53b0d46e-43fd-425e-b316-98b8708d161f}</Project> |
darienf | 20:6d2af70c92ab | 83 | <Name>FileLog</Name> |
darienf | 20:6d2af70c92ab | 84 | </ProjectReference> |
darienf | 20:6d2af70c92ab | 85 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 86 | <ItemGroup> |
darienf | 20:6d2af70c92ab | 87 | <Content Include="TextCases.txt" /> |
darienf | 20:6d2af70c92ab | 88 | </ItemGroup> |
darienf | 20:6d2af70c92ab | 89 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
darienf | 20:6d2af70c92ab | 90 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
darienf | 20:6d2af70c92ab | 91 | Other similar extension points exist, see Microsoft.Common.targets. |
darienf | 20:6d2af70c92ab | 92 | <Target Name="BeforeBuild"> |
darienf | 20:6d2af70c92ab | 93 | </Target> |
darienf | 20:6d2af70c92ab | 94 | <Target Name="AfterBuild"> |
darienf | 20:6d2af70c92ab | 95 | </Target> |
darienf | 20:6d2af70c92ab | 96 | --> |
darienf | 20:6d2af70c92ab | 97 | </Project> |