ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/NexusPowerControl/trunk/NexusPowerControl/NexusPowerControl.csproj
Revision: 22
Committed: Tue Oct 25 07:22:44 2011 UTC (11 years, 7 months ago) by william
File size: 6410 byte(s)
Log Message:
*** inital commit of NexusPowerCommand
    ++ commandline tool for executing the various power control operations

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{16397B34-E538-47C6-8795-2C5BF52ADCEE}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NexusPowerControl</RootNamespace>
12 <AssemblyName>NexusPowerControl</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
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|x86' ">
29 <PlatformTarget>x86</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="PresentationCore" />
39 <Reference Include="PresentationFramework" />
40 <Reference Include="System" />
41 <Reference Include="System.Core" />
42 <Reference Include="System.Xml.Linq" />
43 <Reference Include="System.Data.DataSetExtensions" />
44 <Reference Include="Microsoft.CSharp" />
45 <Reference Include="System.Data" />
46 <Reference Include="System.Deployment" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
50 <Reference Include="WindowsBase" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="DesktopSplash.cs">
54 <SubType>Form</SubType>
55 </Compile>
56 <Compile Include="DesktopSplash.Designer.cs">
57 <DependentUpon>DesktopSplash.cs</DependentUpon>
58 </Compile>
59 <Compile Include="keyboardlistener.cs" />
60 <Compile Include="MainUI.cs">
61 <SubType>Form</SubType>
62 </Compile>
63 <Compile Include="MainUI.Designer.cs">
64 <DependentUpon>MainUI.cs</DependentUpon>
65 </Compile>
66 <Compile Include="MouseTrapper.cs" />
67 <Compile Include="Program.cs" />
68 <Compile Include="Properties\AssemblyInfo.cs" />
69 <Compile Include="ThemeButton.cs">
70 <SubType>UserControl</SubType>
71 </Compile>
72 <Compile Include="ThemeButton.Designer.cs">
73 <DependentUpon>ThemeButton.cs</DependentUpon>
74 </Compile>
75 <Compile Include="ThemeConstants.cs" />
76 <Compile Include="ThemeLoader.cs" />
77 <EmbeddedResource Include="DesktopSplash.resx">
78 <DependentUpon>DesktopSplash.cs</DependentUpon>
79 </EmbeddedResource>
80 <EmbeddedResource Include="MainUI.resx">
81 <DependentUpon>MainUI.cs</DependentUpon>
82 </EmbeddedResource>
83 <EmbeddedResource Include="Properties\Resources.resx">
84 <Generator>ResXFileCodeGenerator</Generator>
85 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
86 <SubType>Designer</SubType>
87 </EmbeddedResource>
88 <Compile Include="Properties\Resources.Designer.cs">
89 <AutoGen>True</AutoGen>
90 <DependentUpon>Resources.resx</DependentUpon>
91 <DesignTime>True</DesignTime>
92 </Compile>
93 <EmbeddedResource Include="ThemeButton.resx">
94 <DependentUpon>ThemeButton.cs</DependentUpon>
95 </EmbeddedResource>
96 <None Include="app.config" />
97 <None Include="Properties\Settings.settings">
98 <Generator>SettingsSingleFileGenerator</Generator>
99 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
100 </None>
101 <Compile Include="Properties\Settings.Designer.cs">
102 <AutoGen>True</AutoGen>
103 <DependentUpon>Settings.settings</DependentUpon>
104 <DesignTimeSharedInput>True</DesignTimeSharedInput>
105 </Compile>
106 </ItemGroup>
107 <ItemGroup>
108 <Content Include="theme\AeroLowRes\close.png">
109 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
110 </Content>
111 <Content Include="theme\AeroLowRes\lockscreen.png">
112 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
113 </Content>
114 <Content Include="theme\AeroLowRes\logoff.png">
115 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
116 </Content>
117 <Content Include="theme\AeroLowRes\restart.png">
118 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
119 </Content>
120 <Content Include="theme\AeroLowRes\shutdown.png">
121 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
122 </Content>
123 <Content Include="theme\AeroLowRes\sleep.png">
124 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125 </Content>
126 <Content Include="theme\AeroLowRes\theme.xml">
127 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
128 </Content>
129 <Content Include="theme\missing.png">
130 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
131 </Content>
132 <Content Include="theme\themes.xml">
133 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
134 </Content>
135 <None Include="theme\AeroLowRes\main.png">
136 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
137 </None>
138 <Content Include="theme\wsFullBody.png" />
139 <Content Include="theme\WsWeather.png" />
140 </ItemGroup>
141 <ItemGroup>
142 <ProjectReference Include="..\NexusPowerCommand\NexusPowerCommand.csproj">
143 <Project>{2513C0B0-C441-4D2E-9056-DE6EA3C9F3E3}</Project>
144 <Name>NexusPowerCommand</Name>
145 </ProjectReference>
146 </ItemGroup>
147 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149 Other similar extension points exist, see Microsoft.Common.targets.
150 <Target Name="BeforeBuild">
151 </Target>
152 <Target Name="AfterBuild">
153 </Target>
154 -->
155 </Project>