ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSFinger/CCSFinger.csproj
Revision: 710
Committed: 2006-03-24T01:37:37-08:00 (19 years, 3 months ago) by douglas
Content type: text/xml
File size: 2028 byte(s)
Log Message:
I decided to do this in C#, it still has issues right now, and is currently working less than before. SuX0r!

File Contents

# User Rev Content
1 douglas 710 <?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.ServiceProcess" />
42     </ItemGroup>
43     <ItemGroup>
44     <Compile Include="CCSFinger.cs">
45     <SubType>Component</SubType>
46     </Compile>
47     <Compile Include="Net.cs" />
48     <Compile Include="Wts.cs" />
49     </ItemGroup>
50     </Project>