Rev 31 | Go to most recent revision | 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> |
||
| 9 | <OutputType>Exe</OutputType> |
||
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
| 11 | <RootNamespace>ASFLoginUITest</RootNamespace> |
||
| 12 | <AssemblyName>ASFLoginUITest</AssemblyName> |
||
| 13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
||
| 14 | <FileAlignment>512</FileAlignment> |
||
| 15 | </PropertyGroup> |
||
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
| 17 | <DebugSymbols>true</DebugSymbols> |
||
| 18 | <DebugType>full</DebugType> |
||
| 19 | <Optimize>false</Optimize> |
||
| 20 | <OutputPath>bin\Debug\</OutputPath> |
||
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
| 22 | <ErrorReport>prompt</ErrorReport> |
||
| 23 | <WarningLevel>4</WarningLevel> |
||
| 59 | xraver | 24 | <DocumentationFile> |
| 25 | </DocumentationFile> |
||
| 31 | bonfantef | 26 | </PropertyGroup> |
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
| 28 | <DebugType>pdbonly</DebugType> |
||
| 29 | <Optimize>true</Optimize> |
||
| 59 | xraver | 30 | <OutputPath>..\..\exe\</OutputPath> |
| 31 | bonfantef | 31 | <DefineConstants>TRACE</DefineConstants> |
| 32 | <ErrorReport>prompt</ErrorReport> |
||
| 33 | <WarningLevel>4</WarningLevel> |
||
| 34 | </PropertyGroup> |
||
| 35 | <ItemGroup> |
||
| 36 | <Reference Include="System" /> |
||
| 37 | <Reference Include="System.Data" /> |
||
| 38 | <Reference Include="System.Xml" /> |
||
| 39 | </ItemGroup> |
||
| 40 | <ItemGroup> |
||
| 41 | <Compile Include="Program.cs" /> |
||
| 42 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
| 43 | </ItemGroup> |
||
| 44 | <ItemGroup> |
||
| 45 | <ProjectReference Include="..\ASFLoginUI\ASFLoginUI.vcproj"> |
||
| 46 | <Project>{975048E2-7F8B-469C-8124-C28D1595FFBC}</Project> |
||
| 47 | <Name>ASFLoginUI</Name> |
||
| 48 | </ProjectReference> |
||
| 49 | </ItemGroup> |
||
| 50 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||
| 51 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
| 52 | Other similar extension points exist, see Microsoft.Common.targets. |
||
| 53 | <Target Name="BeforeBuild"> |
||
| 54 | </Target> |
||
| 55 | <Target Name="AfterBuild"> |
||
| 56 | </Target> |
||
| 57 | --> |
||
| 58 | </Project> |