|
34 | 34 | <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
37 | | - <PlatformTarget>x86</PlatformTarget> |
| 37 | + <PlatformTarget>AnyCPU</PlatformTarget> |
38 | 38 | <DebugType>pdbonly</DebugType> |
39 | 39 | <Optimize>true</Optimize> |
40 | 40 | <OutputPath>bin\Release\</OutputPath> |
|
47 | 47 | <OutputPath>bin\x64\Debug\</OutputPath> |
48 | 48 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
49 | 49 | <DebugType>full</DebugType> |
50 | | - <PlatformTarget>x64</PlatformTarget> |
| 50 | + <PlatformTarget>AnyCPU</PlatformTarget> |
51 | 51 | <ErrorReport>prompt</ErrorReport> |
52 | 52 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
53 | 53 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
|
58 | 58 | <DefineConstants>TRACE</DefineConstants> |
59 | 59 | <Optimize>true</Optimize> |
60 | 60 | <DebugType>pdbonly</DebugType> |
61 | | - <PlatformTarget>x64</PlatformTarget> |
| 61 | + <PlatformTarget>AnyCPU</PlatformTarget> |
62 | 62 | <ErrorReport>prompt</ErrorReport> |
63 | 63 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
64 | 64 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
|
68 | 68 | <Reference Include="System" /> |
69 | 69 | <Reference Include="System.Core" /> |
70 | 70 | <Reference Include="System.Drawing" /> |
71 | | - <Reference Include="System.Xml.Linq" /> |
72 | | - <Reference Include="System.Data.DataSetExtensions" /> |
73 | | - <Reference Include="Microsoft.CSharp" /> |
74 | 71 | <Reference Include="System.Data" /> |
75 | | - <Reference Include="System.Xml" /> |
76 | 72 | </ItemGroup> |
77 | 73 | <ItemGroup> |
78 | 74 | <Compile Include="Samples\AddWatermarkSample.cs" /> |
|
0 commit comments