-
Notifications
You must be signed in to change notification settings - Fork 4
/
OpenNETCF.Extensions.CF.csproj
129 lines (129 loc) · 5.89 KB
/
OpenNETCF.Extensions.CF.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8C471165-A242-437D-B117-02663D1E064B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenNETCF.Extensions</RootNamespace>
<AssemblyName>OpenNETCF.Extensions</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
<OSVersion>5.0</OSVersion>
<DeployDirSuffix>\Hard Disk\mtc</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<NativePlatformName>Windows CE</NativePlatformName>
<FormFactorID>
</FormFactorID>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<DeployDirPrefix>\</DeployDirPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\CF\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\CF\Release\</OutputPath>
<DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="OpenNETCF.Net, Version=2.3.0.11010, Culture=neutral, PublicKeyToken=e60dbea84bb431b7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\thirdparty\OpenNETCF\CF\OpenNETCF.Net.dll</HintPath>
</Reference>
<Reference Include="OpenNETCF.WindowsCE.Messaging, Version=2.3.12283.0, Culture=neutral, PublicKeyToken=e60dbea84bb431b7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\thirdparty\OpenNETCF\CF\OpenNETCF.WindowsCE.Messaging.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="BasicBinarySerializer.cs" />
<Compile Include="BasicSerializer.cs" />
<Compile Include="BasicXmlSerializer.cs" />
<Compile Include="BitVector16.cs" />
<Compile Include="BitVector8.cs" />
<Compile Include="BitVectorExtensions.cs" />
<Compile Include="ByteExtensions.cs" />
<Compile Include="CaselessStringComparer.cs" />
<Compile Include="CircularBuffer.cs" />
<Compile Include="ControlExtensions.cs" />
<Compile Include="HttpWebRequestExtensions.cs" />
<Compile Include="OrderedDictionary.cs" />
<Compile Include="DateTimeExtensions.cs" />
<Compile Include="DisposableBase.cs" />
<Compile Include="DoNotSerializeAttribute.cs" />
<Compile Include="EnumExtensions.cs" />
<Compile Include="FormsExtensions.cs" />
<Compile Include="MovingAverage.cs" />
<Compile Include="SafeCollections\SafeDictionary.cs" />
<Compile Include="SafeCollections\SafeEnumerable.cs" />
<Compile Include="SafeCollections\SafeEnumerator.cs" />
<Compile Include="SafeCollections\SafeList.cs" />
<Compile Include="StringExtensions.cs" />
<Compile Include="Metrics.cs" />
<Compile Include="Parsers.cs" />
<Compile Include="TypeExtensions.cs" />
<Compile Include="WaitHandleExtensions.cs" />
<Compile Include="IEnumerableExtensions.cs" />
<Compile Include="DirectoryInfoExtensions.cs" />
<Compile Include="EncodingExtensions.cs" />
<Compile Include="EventHandlerExtensions.cs" />
<Compile Include="GenericEventArgs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="REST\CredentialCache_Phone.cs" />
<Compile Include="REST\DigestRestConnector.cs" />
<Compile Include="REST\RestConnector.cs" />
<Compile Include="Switch.cs" />
<Compile Include="Validation\Validate.cs" />
<Compile Include="Validation\Validation.cs" />
<Compile Include="Validation\ValidationException.cs" />
<Compile Include="Validation\ValidationExtensions.cs" />
<Compile Include="XElementExtensions.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<HostingProcess disable="1" />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>