source: Scheduling/trunk/cs/EnhancedPrintPreview/PrintPreview/PrintPreview.csproj@ 1246

Last change on this file since 1246 was 1246, checked in by Sam Habiel, 13 years ago

Adding Enhanced Print Preview to Repo

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>PrintPreview</RootNamespace>
12 <AssemblyName>PrintPreview</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileUpgradeFlags>
15 </FileUpgradeFlags>
16 <OldToolsVersion>2.0</OldToolsVersion>
17 <UpgradeBackupLocation />
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 <Reference Include="System.Data" />
39 <Reference Include="System.Drawing" />
40 <Reference Include="System.Windows.Forms" />
41 <Reference Include="System.Xml" />
42 </ItemGroup>
43 <ItemGroup>
44 <Compile Include="AdditionalText.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" />
46 <Compile Include="EnhancedPrintPreviewDialog.cs">
47 <SubType>Form</SubType>
48 </Compile>
49 <Compile Include="EnhancedPrintPreviewDialog.Designer.cs">
50 <DependentUpon>EnhancedPrintPreviewDialog.cs</DependentUpon>
51 </Compile>
52 <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
53 </ItemGroup>
54 <ItemGroup>
55 <EmbeddedResource Include="EnhancedPrintPreviewDialog.it-IT.resx">
56 <DependentUpon>EnhancedPrintPreviewDialog.cs</DependentUpon>
57 <SubType>Designer</SubType>
58 </EmbeddedResource>
59 <EmbeddedResource Include="EnhancedPrintPreviewDialog.resx">
60 <DependentUpon>EnhancedPrintPreviewDialog.cs</DependentUpon>
61 <SubType>Designer</SubType>
62 </EmbeddedResource>
63 </ItemGroup>
64 <ItemGroup>
65 <None Include="ClassDiagram.cd" />
66 </ItemGroup>
67 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69 Other similar extension points exist, see Microsoft.Common.targets.
70 <Target Name="BeforeBuild">
71 </Target>
72 <Target Name="AfterBuild">
73 </Target>
74 -->
75</Project>
Note: See TracBrowser for help on using the repository browser.