Subversion Repositories ASFLogin

Rev

Rev 59 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
31 bonfantef 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>9.0.21022</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{F9BAE86E-FB88-4B56-BCC7-D5E228117FE6}</ProjectGuid>
66 bonfantef 9
    <OutputType>WinExe</OutputType>
31 bonfantef 10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>ASFLoginUITest</RootNamespace>
12
    <AssemblyName>ASFLoginUITest</AssemblyName>
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14
    <FileAlignment>512</FileAlignment>
66 bonfantef 15
    <StartupObject>
16
    </StartupObject>
31 bonfantef 17
  </PropertyGroup>
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19
    <DebugSymbols>true</DebugSymbols>
20
    <DebugType>full</DebugType>
21
    <Optimize>false</Optimize>
22
    <OutputPath>bin\Debug\</OutputPath>
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
24
    <ErrorReport>prompt</ErrorReport>
25
    <WarningLevel>4</WarningLevel>
59 xraver 26
    <DocumentationFile>
27
    </DocumentationFile>
31 bonfantef 28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
    <DebugType>pdbonly</DebugType>
31
    <Optimize>true</Optimize>
59 xraver 32
    <OutputPath>..\..\exe\</OutputPath>
31 bonfantef 33
    <DefineConstants>TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <ItemGroup>
38
    <Reference Include="System" />
39
    <Reference Include="System.Data" />
66 bonfantef 40
    <Reference Include="System.Drawing" />
41
    <Reference Include="System.Windows.Forms" />
31 bonfantef 42
    <Reference Include="System.Xml" />
43
  </ItemGroup>
44
  <ItemGroup>
66 bonfantef 45
    <Compile Include="DigitInputBox.cs">
46
      <SubType>Form</SubType>
47
    </Compile>
48
    <Compile Include="DigitInputBox.Designer.cs">
49
      <DependentUpon>DigitInputBox.cs</DependentUpon>
50
    </Compile>
31 bonfantef 51
    <Compile Include="Program.cs" />
52
    <Compile Include="Properties\AssemblyInfo.cs" />
53
  </ItemGroup>
54
  <ItemGroup>
55
    <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj">
56
      <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project>
57
      <Name>ASFLoginUI</Name>
58
    </ProjectReference>
59
  </ItemGroup>
66 bonfantef 60
  <ItemGroup>
61
    <EmbeddedResource Include="DigitInputBox.resx">
62
      <DependentUpon>DigitInputBox.cs</DependentUpon>
63
      <SubType>Designer</SubType>
64
    </EmbeddedResource>
65
  </ItemGroup>
31 bonfantef 66
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
68
       Other similar extension points exist, see Microsoft.Common.targets.
69
  <Target Name="BeforeBuild">
70
  </Target>
71
  <Target Name="AfterBuild">
72
  </Target>
73
  -->
74
</Project>