Skip to content
Snippets Groups Projects
Select Git revision
  • 095f296a3eb9c0776258075b1067170360de2e97
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

Python_CodeGen.jrag

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    LabComm.csproj 1.35 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      <PropertyGroup>
        <OutputType>Library</OutputType>
        <AssemblyName>LabComm</AssemblyName>
        <ProjectGuid>{755CD5A6-C48E-4D35-B0BE-8EC0FDE1A2A1}</ProjectGuid>
        <!-- Properties which affect the build process -->
      </PropertyGroup>
      <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
        <OutputPath>bin\Debug\</OutputPath>
      </PropertyGroup>
      <ItemGroup>
        <Compile Include="se\lth\control\labcomm\LabCommDispatcher.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommDecoderRegistry.cs" />
        <Compile Include="se\lth\control\labcomm\LabComm.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommSample.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommHandler.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommEncoderRegistry.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommDecoder.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommType.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommEncoderChannel.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommEncoder.cs" />
        <Compile Include="se\lth\control\labcomm\LabCommDecoderChannel.cs" />
      </ItemGroup>
      <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    </Project>