|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>SmartFormat.Demo</RootNamespace> |
12 | 12 | <AssemblyName>SmartFormat.Demo</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 | 14 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
15 | 15 | <FileAlignment>512</FileAlignment> |
16 | 16 | </PropertyGroup> |
|
36 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 | 37 | <PlatformTarget>AnyCPU</PlatformTarget> |
38 | 38 | <OutputPath>bin\Debug\</OutputPath> |
| 39 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
39 | 40 | </PropertyGroup> |
40 | 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
41 | 42 | <PlatformTarget>AnyCPU</PlatformTarget> |
42 | 43 | <OutputPath>bin\Release\</OutputPath> |
43 | 44 | </PropertyGroup> |
44 | 45 | <ItemGroup> |
45 | 46 | <Reference Include="System" /> |
46 | | - <Reference Include="System.Core" /> |
| 47 | + <Reference Include="System.Core"> |
| 48 | + <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 49 | + </Reference> |
47 | 50 | <Reference Include="System.Xml.Linq" /> |
48 | 51 | <Reference Include="System.Data.DataSetExtensions" /> |
49 | | - <Reference Include="Microsoft.CSharp" /> |
50 | 52 | <Reference Include="System.Data" /> |
51 | 53 | <Reference Include="System.Deployment" /> |
52 | 54 | <Reference Include="System.Drawing" /> |
53 | 55 | <Reference Include="System.Windows.Forms" /> |
54 | 56 | <Reference Include="System.Xml" /> |
55 | 57 | </ItemGroup> |
56 | 58 | <ItemGroup> |
57 | | - <Compile Include="SmartFormatTest.cs"> |
| 59 | + <Compile Include="SmartFormatDemo.cs"> |
58 | 60 | <SubType>Form</SubType> |
59 | 61 | </Compile> |
60 | | - <Compile Include="SmartFormatTest.Designer.cs"> |
61 | | - <DependentUpon>SmartFormatTest.cs</DependentUpon> |
| 62 | + <Compile Include="SmartFormatDemo.Designer.cs"> |
| 63 | + <DependentUpon>SmartFormatDemo.cs</DependentUpon> |
62 | 64 | </Compile> |
63 | 65 | <Compile Include="Program.cs" /> |
64 | 66 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
82 | 84 | <Compile Include="ThirdParty\RTFLib\RTFRow.cs" /> |
83 | 85 | <Compile Include="ThirdParty\RTFLib\RTFRowDefinition.cs" /> |
84 | 86 | <Compile Include="ThirdParty\RTFLib\RTFUtil.cs" /> |
85 | | - <EmbeddedResource Include="SmartFormatTest.resx"> |
86 | | - <DependentUpon>SmartFormatTest.cs</DependentUpon> |
| 87 | + <EmbeddedResource Include="SmartFormatDemo.resx"> |
| 88 | + <DependentUpon>SmartFormatDemo.cs</DependentUpon> |
| 89 | + <SubType>Designer</SubType> |
87 | 90 | </EmbeddedResource> |
88 | 91 | <EmbeddedResource Include="Properties\Resources.resx"> |
89 | 92 | <Generator>ResXFileCodeGenerator</Generator> |
|
104 | 107 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
105 | 108 | </Compile> |
106 | 109 | </ItemGroup> |
| 110 | + <ItemGroup> |
| 111 | + <Content Include="ThirdParty\RTFLib\Readme.txt" /> |
| 112 | + </ItemGroup> |
107 | 113 | <ItemGroup> |
108 | 114 | <ProjectReference Include="..\SmartFormat.Tests\SmartFormat.Tests.csproj"> |
109 | 115 | <Project>{5B6368BF-B7C3-440F-ABAA-52A48A837A46}</Project> |
|
114 | 120 | <Name>SmartFormat</Name> |
115 | 121 | </ProjectReference> |
116 | 122 | </ItemGroup> |
117 | | - <ItemGroup> |
118 | | - <Content Include="ThirdParty\RTFLib\Readme.txt" /> |
119 | | - </ItemGroup> |
120 | 123 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
121 | 124 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
122 | 125 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments