Mercurial > silverbladetech
comparison Chronosv2/source/Interop/Chronos.Interop.csproj @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children | 87905693f506 |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
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)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{3A90897C-B83C-422E-9E81-DD90245079F0}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Chronos.Interop</RootNamespace> | |
12 <AssemblyName>Chronos.Interop</AssemblyName> | |
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
14 <FileAlignment>512</FileAlignment> | |
15 <SccProjectName>SAK</SccProjectName> | |
16 <SccLocalPath>SAK</SccLocalPath> | |
17 <SccAuxPath>SAK</SccAuxPath> | |
18 <SccProvider>SAK</SccProvider> | |
19 </PropertyGroup> | |
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
21 <DebugSymbols>true</DebugSymbols> | |
22 <DebugType>full</DebugType> | |
23 <Optimize>false</Optimize> | |
24 <OutputPath>bin\Debug\</OutputPath> | |
25 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
26 <ErrorReport>prompt</ErrorReport> | |
27 <WarningLevel>4</WarningLevel> | |
28 <DocumentationFile> | |
29 </DocumentationFile> | |
30 <RegisterForComInterop>false</RegisterForComInterop> | |
31 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
32 </PropertyGroup> | |
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
34 <DebugType>pdbonly</DebugType> | |
35 <Optimize>true</Optimize> | |
36 <OutputPath>bin\Release\</OutputPath> | |
37 <DefineConstants>TRACE</DefineConstants> | |
38 <ErrorReport>prompt</ErrorReport> | |
39 <WarningLevel>4</WarningLevel> | |
40 </PropertyGroup> | |
41 <ItemGroup> | |
42 <Reference Include="System" /> | |
43 <Reference Include="System.Core" /> | |
44 <Reference Include="System.Xml.Linq" /> | |
45 <Reference Include="System.Data" /> | |
46 <Reference Include="System.Xml" /> | |
47 <Reference Include="WindowsBase" /> | |
48 </ItemGroup> | |
49 <ItemGroup> | |
50 <Compile Include="..\..\SolutionInfo.cs"> | |
51 <Link>Properties\SolutionInfo.cs</Link> | |
52 </Compile> | |
53 <Compile Include="Properties\AssemblyInfo.cs" /> | |
54 <Compile Include="Win32Interop.cs" /> | |
55 </ItemGroup> | |
56 <ItemGroup> | |
57 <WCFMetadata Include="Service References\" /> | |
58 </ItemGroup> | |
59 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
60 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
61 Other similar extension points exist, see Microsoft.Common.targets. | |
62 <Target Name="BeforeBuild"> | |
63 </Target> | |
64 <Target Name="AfterBuild"> | |
65 </Target> | |
66 --> | |
67 </Project> |