## delete on compact framework project file
ProjectTypeGuids
ProjectTypeGuids
PlatformFamilyName
PlatformID
OSVersion
DeployDirSuffix
NativePlatformName
NoStdLib
NoConfig
$(PlatformFamilyName)
RequiredTargetFramework
## replace on compact framework project file
$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets
to
$(MSBuildToolsPath)\Microsoft.CSharp.targets
## rebuild for .net framework
...
2018년 3월 7일 수요일
2017년 9월 8일 금요일
how to for Compact framework project build Speed improvement
c:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targets
<Target
Name="PlatformVerificationTask" Condition="'$(SkipPlatform Verification)' == 'true'">
<PlatformVerificationTask
PlatformFamilyName="$(PlatformFamilyName)"
PlatformID="$(PlatformID)"
SourceAssembly="@(IntermediateAssembly)"
ReferencePath="@(ReferencePath)"
TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
PlatformVersion="$(TargetFrameworkVersion)"/>
</Target>
<Target
Name="PlatformVerificationTask" Condition="'$(SkipPlatform Verification)' == 'true'">
<PlatformVerificationTask
PlatformFamilyName="$(PlatformFamilyName)"
PlatformID="$(PlatformID)"
SourceAssembly="@(IntermediateAssembly)"
ReferencePath="@(ReferencePath)"
TreatWarningsAsErrors="$(TreatWarningsAsErrors)"
PlatformVersion="$(TargetFrameworkVersion)"/>
</Target>
2017년 8월 7일 월요일
windows mobile device center with windows 10 not working
Computer Management
Services & Applications
Services.
Scroll down to right-click on "Windows Mobile-2003-based device connectivity" to select Properties
Log On.
Switch to "Local System account" with checking "Allow service to interact with desktop" then click OK
Services & Applications
Services.
Scroll down to right-click on "Windows Mobile-2003-based device connectivity" to select Properties
Log On.
Switch to "Local System account" with checking "Allow service to interact with desktop" then click OK
2017년 2월 27일 월요일
set wince output file folder with visual studio 2008
project > properties > device
Target Device:
Windows CE Device
Output file folder: > button
Location of output on device:
Root Folder
Subdirectory:
MY PC\CUWIN\Storage Card\SmartEye5
OK Button Click
Target Device:
Windows CE Device
Output file folder: > button
Location of output on device:
Root Folder
Subdirectory:
MY PC\CUWIN\Storage Card\SmartEye5
OK Button Click
2017년 1월 19일 목요일
Windows CE Strings
https://msdn.microsoft.com/en-us/library/ms934880.aspx
%CE1% Program Files
%CE2% Windows
%CE4% Windows\StartUp
%CE5% My Documents
%CE8% Program Files\Games
%CE11% Windows\Start Menu\Programs
%CE14% Windows\Start Menu\Programs\Games
%CE15% Windows\Fonts
%CE17% Windows\Start Menu
%CE1% Program Files
%CE2% Windows
%CE4% Windows\StartUp
%CE5% My Documents
%CE8% Program Files\Games
%CE11% Windows\Start Menu\Programs
%CE14% Windows\Start Menu\Programs\Games
%CE15% Windows\Fonts
%CE17% Windows\Start Menu
피드 구독하기:
글 (Atom)