|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
6 |
| - <SchemaVersion>2.0</SchemaVersion> |
7 |
| - <ProjectGuid>{E56F6E12-089C-40ED-BCFD-923E5FA121A1}</ProjectGuid> |
| 6 | + <ProjectGuid>{$guid1$}</ProjectGuid> |
8 | 7 | <OutputType>Library</OutputType>
|
9 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 9 | <RootNamespace>$safeprojectname$</RootNamespace>
|
11 | 10 | <AssemblyName>$safeprojectname$</AssemblyName>
|
12 | 11 | <OutputPath>bin\Debug\</OutputPath>
|
13 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 |
| - <FileUpgradeFlags> |
15 |
| - </FileUpgradeFlags> |
16 |
| - <UpgradeBackupLocation> |
17 |
| - </UpgradeBackupLocation> |
18 |
| - <OldToolsVersion>3.5</OldToolsVersion> |
| 12 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
19 | 13 | </PropertyGroup>
|
20 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
21 | 15 | <DebugSymbols>true</DebugSymbols>
|
22 | 16 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
23 | 17 | <DebugType>full</DebugType>
|
|
27 | 21 | <PlatformTarget>x86</PlatformTarget>
|
28 | 22 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
29 | 23 | </PropertyGroup>
|
30 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 24 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
31 | 25 | <DefineConstants>TRACE</DefineConstants>
|
32 | 26 | <Optimize>true</Optimize>
|
33 | 27 | <OutputPath>bin\Release</OutputPath>
|
|
36 | 30 | <PlatformTarget>x86</PlatformTarget>
|
37 | 31 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
38 | 32 | </PropertyGroup>
|
| 33 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> |
| 34 | + <DebugSymbols>true</DebugSymbols> |
| 35 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 36 | + <DebugType>full</DebugType> |
| 37 | + <ErrorReport>prompt</ErrorReport> |
| 38 | + <Optimize>false</Optimize> |
| 39 | + <OutputPath>bin\Debug-x64</OutputPath> |
| 40 | + <PlatformTarget>x64</PlatformTarget> |
| 41 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 42 | + </PropertyGroup> |
| 43 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> |
| 44 | + <DefineConstants>TRACE</DefineConstants> |
| 45 | + <Optimize>true</Optimize> |
| 46 | + <OutputPath>bin\Release-x64</OutputPath> |
| 47 | + <DebugType>pdbonly</DebugType> |
| 48 | + <ErrorReport>prompt</ErrorReport> |
| 49 | + <PlatformTarget>x64</PlatformTarget> |
| 50 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 51 | + </PropertyGroup> |
| 52 | + <PropertyGroup> |
| 53 | + <!-- Default values for debugging sso it start correct version of Notepad++ |
| 54 | + $(ProgramW6432) and $(MSBuildProgramFiles32) points to the 64 and 32 bit "Program Files" directories --> |
| 55 | + <StartAction>Program</StartAction> |
| 56 | + <StartProgram Condition="'$(Platform)'=='x64'">$(ProgramW6432)\Notepad++\notepad++.exe</StartProgram> |
| 57 | + <StartProgram Condition="'$(Platform)'=='x86'">$(MSBuildProgramFiles32)\Notepad++\notepad++.exe</StartProgram> |
| 58 | + </PropertyGroup> |
39 | 59 | <ItemGroup>
|
40 | 60 | <Reference Include="System" />
|
41 | 61 | <Reference Include="System.Drawing" />
|
|
0 commit comments