IdwTest/IdwTest.csproj
author StephaneLenclud
Mon, 28 Apr 2014 20:02:08 +0200
changeset 5 d16669f69f0d
permissions -rw-r--r--
IdwTest:Adding support for sending text to VFD.
sl@4
     1
<?xml version="1.0" encoding="utf-8"?>
sl@4
     2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
sl@4
     3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
sl@4
     4
  <PropertyGroup>
sl@4
     5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
sl@4
     6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
sl@4
     7
    <ProjectGuid>{8E8FEBA2-486D-450F-84A1-09EB7E28F499}</ProjectGuid>
sl@4
     8
    <OutputType>WinExe</OutputType>
sl@4
     9
    <AppDesignerFolder>Properties</AppDesignerFolder>
sl@4
    10
    <RootNamespace>IdwTest</RootNamespace>
sl@4
    11
    <AssemblyName>IdwTest</AssemblyName>
sl@4
    12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
sl@4
    13
    <FileAlignment>512</FileAlignment>
sl@4
    14
  </PropertyGroup>
sl@4
    15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
sl@4
    16
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@4
    17
    <DebugSymbols>true</DebugSymbols>
sl@4
    18
    <DebugType>full</DebugType>
sl@4
    19
    <Optimize>false</Optimize>
sl@4
    20
    <OutputPath>bin\Debug\</OutputPath>
sl@4
    21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
sl@4
    22
    <ErrorReport>prompt</ErrorReport>
sl@4
    23
    <WarningLevel>4</WarningLevel>
sl@4
    24
  </PropertyGroup>
sl@4
    25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
sl@4
    26
    <PlatformTarget>AnyCPU</PlatformTarget>
sl@4
    27
    <DebugType>pdbonly</DebugType>
sl@4
    28
    <Optimize>true</Optimize>
sl@4
    29
    <OutputPath>bin\Release\</OutputPath>
sl@4
    30
    <DefineConstants>TRACE</DefineConstants>
sl@4
    31
    <ErrorReport>prompt</ErrorReport>
sl@4
    32
    <WarningLevel>4</WarningLevel>
sl@4
    33
  </PropertyGroup>
sl@4
    34
  <ItemGroup>
sl@4
    35
    <Reference Include="System" />
sl@4
    36
    <Reference Include="System.Core" />
sl@4
    37
    <Reference Include="System.Xml.Linq" />
sl@4
    38
    <Reference Include="System.Data.DataSetExtensions" />
sl@4
    39
    <Reference Include="Microsoft.CSharp" />
sl@4
    40
    <Reference Include="System.Data" />
sl@4
    41
    <Reference Include="System.Deployment" />
sl@4
    42
    <Reference Include="System.Drawing" />
sl@4
    43
    <Reference Include="System.Windows.Forms" />
sl@4
    44
    <Reference Include="System.Xml" />
sl@4
    45
  </ItemGroup>
sl@4
    46
  <ItemGroup>
sl@4
    47
    <Compile Include="Idw.cs" />
sl@4
    48
    <Compile Include="MainForm.cs">
sl@4
    49
      <SubType>Form</SubType>
sl@4
    50
    </Compile>
sl@4
    51
    <Compile Include="MainForm.Designer.cs">
sl@4
    52
      <DependentUpon>MainForm.cs</DependentUpon>
sl@4
    53
    </Compile>
sl@4
    54
    <Compile Include="Program.cs" />
sl@4
    55
    <Compile Include="Properties\AssemblyInfo.cs" />
sl@4
    56
    <EmbeddedResource Include="MainForm.resx">
sl@4
    57
      <DependentUpon>MainForm.cs</DependentUpon>
sl@4
    58
    </EmbeddedResource>
sl@4
    59
    <EmbeddedResource Include="Properties\Resources.resx">
sl@4
    60
      <Generator>ResXFileCodeGenerator</Generator>
sl@4
    61
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
sl@4
    62
      <SubType>Designer</SubType>
sl@4
    63
    </EmbeddedResource>
sl@4
    64
    <Compile Include="Properties\Resources.Designer.cs">
sl@4
    65
      <AutoGen>True</AutoGen>
sl@4
    66
      <DependentUpon>Resources.resx</DependentUpon>
sl@4
    67
    </Compile>
sl@4
    68
    <None Include="Properties\Settings.settings">
sl@4
    69
      <Generator>SettingsSingleFileGenerator</Generator>
sl@4
    70
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
sl@4
    71
    </None>
sl@4
    72
    <Compile Include="Properties\Settings.Designer.cs">
sl@4
    73
      <AutoGen>True</AutoGen>
sl@4
    74
      <DependentUpon>Settings.settings</DependentUpon>
sl@4
    75
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
sl@4
    76
    </Compile>
sl@4
    77
  </ItemGroup>
sl@4
    78
  <ItemGroup>
sl@4
    79
    <None Include="App.config" />
sl@4
    80
  </ItemGroup>
sl@4
    81
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
sl@4
    82
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
sl@4
    83
       Other similar extension points exist, see Microsoft.Common.targets.
sl@4
    84
  <Target Name="BeforeBuild">
sl@4
    85
  </Target>
sl@4
    86
  <Target Name="AfterBuild">
sl@4
    87
  </Target>
sl@4
    88
  -->
sl@4
    89
</Project>