ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSFinger/CCSFinger.csproj
Revision: 725
Committed: 2006-03-31T04:13:36-08:00 (19 years, 3 months ago) by douglas
Content type: text/xml
File size: 2252 byte(s)
Log Message:
Service Worky!

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project 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>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{E6DB012C-4089-4FED-B6D7-4648DF5E75EE}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CCSFinger</RootNamespace>
12 <AssemblyName>CCSFinger</AssemblyName>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>bin\Debug\</OutputPath>
19 <DefineConstants>DEBUG;TRACE</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 </PropertyGroup>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24 <DebugType>pdbonly</DebugType>
25 <Optimize>true</Optimize>
26 <OutputPath>bin\Release\</OutputPath>
27 <DefineConstants>TRACE</DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 </PropertyGroup>
31 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
32 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
33 Other similar extension points exist, see Microsoft.Common.targets.
34 <Target Name="BeforeBuild">
35 </Target>
36 <Target Name="AfterBuild">
37 </Target>
38 -->
39 <ItemGroup>
40 <Reference Include="System" />
41 <Reference Include="System.Configuration.Install" />
42 <Reference Include="System.ServiceProcess" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="CCSFinger.cs">
46 <SubType>Component</SubType>
47 </Compile>
48 <Compile Include="CCSInstaller.cs">
49 <SubType>Component</SubType>
50 </Compile>
51 <Compile Include="Finger.cs" />
52 <Compile Include="Login.cs" />
53 <Compile Include="Net.cs" />
54 <Compile Include="Wts.cs" />
55 </ItemGroup>
56 </Project>