sl@0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
sl@0
|
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
sl@0
|
3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
sl@0
|
4 |
<PropertyGroup>
|
sl@0
|
5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
sl@0
|
6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
sl@0
|
7 |
<ProjectGuid>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
|
sl@0
|
8 |
<OutputType>WinExe</OutputType>
|
sl@0
|
9 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
sl@0
|
10 |
<RootNamespace>SharpDisplayManager</RootNamespace>
|
sl@0
|
11 |
<AssemblyName>SharpDisplayManager</AssemblyName>
|
sl@0
|
12 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
sl@0
|
13 |
<FileAlignment>512</FileAlignment>
|
sl@0
|
14 |
</PropertyGroup>
|
sl@0
|
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
sl@0
|
16 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
sl@0
|
17 |
<DebugSymbols>true</DebugSymbols>
|
sl@0
|
18 |
<DebugType>full</DebugType>
|
sl@0
|
19 |
<Optimize>false</Optimize>
|
sl@0
|
20 |
<OutputPath>bin\Debug\</OutputPath>
|
sl@0
|
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
sl@0
|
22 |
<ErrorReport>prompt</ErrorReport>
|
sl@0
|
23 |
<WarningLevel>4</WarningLevel>
|
sl@0
|
24 |
</PropertyGroup>
|
sl@0
|
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
sl@0
|
26 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
sl@0
|
27 |
<DebugType>pdbonly</DebugType>
|
sl@0
|
28 |
<Optimize>true</Optimize>
|
sl@0
|
29 |
<OutputPath>bin\Release\</OutputPath>
|
sl@0
|
30 |
<DefineConstants>TRACE</DefineConstants>
|
sl@0
|
31 |
<ErrorReport>prompt</ErrorReport>
|
sl@0
|
32 |
<WarningLevel>4</WarningLevel>
|
sl@0
|
33 |
</PropertyGroup>
|
sl@0
|
34 |
<ItemGroup>
|
sl@0
|
35 |
<Reference Include="Microsoft.VisualBasic" />
|
sl@0
|
36 |
<Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
sl@0
|
37 |
<Reference Include="System" />
|
sl@0
|
38 |
<Reference Include="System.Core" />
|
sl@0
|
39 |
<Reference Include="System.Xml.Linq" />
|
sl@0
|
40 |
<Reference Include="System.Data.DataSetExtensions" />
|
sl@0
|
41 |
<Reference Include="Microsoft.CSharp" />
|
sl@0
|
42 |
<Reference Include="System.Data" />
|
sl@0
|
43 |
<Reference Include="System.Deployment" />
|
sl@0
|
44 |
<Reference Include="System.Drawing" />
|
sl@0
|
45 |
<Reference Include="System.Windows.Forms" />
|
sl@0
|
46 |
<Reference Include="System.Xml" />
|
sl@0
|
47 |
</ItemGroup>
|
sl@0
|
48 |
<ItemGroup>
|
sl@0
|
49 |
<Compile Include="CbtHook.cs" />
|
sl@0
|
50 |
<Compile Include="DialogBox.cs" />
|
sl@0
|
51 |
<Compile Include="MainForm.cs">
|
sl@0
|
52 |
<SubType>Form</SubType>
|
sl@0
|
53 |
</Compile>
|
sl@0
|
54 |
<Compile Include="MainForm.Designer.cs">
|
sl@0
|
55 |
<DependentUpon>MainForm.cs</DependentUpon>
|
sl@0
|
56 |
</Compile>
|
sl@0
|
57 |
<Compile Include="MarqueeLabel.cs">
|
sl@0
|
58 |
<SubType>Component</SubType>
|
sl@0
|
59 |
</Compile>
|
sl@0
|
60 |
<Compile Include="Program.cs" />
|
sl@0
|
61 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
sl@0
|
62 |
<Compile Include="Win32API.cs" />
|
sl@0
|
63 |
<Compile Include="WindowsHook.cs" />
|
sl@0
|
64 |
<Compile Include="WndProcRetHook.cs" />
|
sl@0
|
65 |
<EmbeddedResource Include="MainForm.resx">
|
sl@0
|
66 |
<DependentUpon>MainForm.cs</DependentUpon>
|
sl@0
|
67 |
</EmbeddedResource>
|
sl@0
|
68 |
<EmbeddedResource Include="Properties\Resources.resx">
|
sl@0
|
69 |
<Generator>ResXFileCodeGenerator</Generator>
|
sl@0
|
70 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
sl@0
|
71 |
<SubType>Designer</SubType>
|
sl@0
|
72 |
</EmbeddedResource>
|
sl@0
|
73 |
<Compile Include="Properties\Resources.Designer.cs">
|
sl@0
|
74 |
<AutoGen>True</AutoGen>
|
sl@0
|
75 |
<DependentUpon>Resources.resx</DependentUpon>
|
sl@0
|
76 |
</Compile>
|
sl@0
|
77 |
<None Include="Properties\Settings.settings">
|
sl@0
|
78 |
<Generator>SettingsSingleFileGenerator</Generator>
|
sl@0
|
79 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
sl@0
|
80 |
</None>
|
sl@0
|
81 |
<Compile Include="Properties\Settings.Designer.cs">
|
sl@0
|
82 |
<AutoGen>True</AutoGen>
|
sl@0
|
83 |
<DependentUpon>Settings.settings</DependentUpon>
|
sl@0
|
84 |
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
sl@0
|
85 |
</Compile>
|
sl@0
|
86 |
</ItemGroup>
|
sl@0
|
87 |
<ItemGroup>
|
sl@0
|
88 |
<None Include="App.config" />
|
sl@0
|
89 |
</ItemGroup>
|
sl@0
|
90 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
sl@0
|
91 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
sl@0
|
92 |
Other similar extension points exist, see Microsoft.Common.targets.
|
sl@0
|
93 |
<Target Name="BeforeBuild">
|
sl@0
|
94 |
</Target>
|
sl@0
|
95 |
<Target Name="AfterBuild">
|
sl@0
|
96 |
</Target>
|
sl@0
|
97 |
-->
|
sl@0
|
98 |
</Project> |