Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 59 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
38 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 39 | <BaseAddress>4194304</BaseAddress> |
39 | <BaseAddress>4194304</BaseAddress> |
| 40 | <PlatformTarget>AnyCPU</PlatformTarget> |
40 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 41 | <FileAlignment>4096</FileAlignment> |
41 | <FileAlignment>4096</FileAlignment> |
| 42 | </PropertyGroup> |
42 | </PropertyGroup> |
| - | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
| - | 44 | <OutputPath>..\..\exe\</OutputPath> |
|
| - | 45 | <DocumentationFile> |
|
| - | 46 | </DocumentationFile> |
|
| - | 47 | </PropertyGroup> |
|
| - | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
| - | 49 | <DocumentationFile> |
|
| - | 50 | </DocumentationFile> |
|
| - | 51 | </PropertyGroup> |
|
| 43 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
52 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 44 | <ItemGroup> |
53 | <ItemGroup> |
| 45 | <Reference Include="nunit.framework" /> |
54 | <Reference Include="nunit.framework" /> |
| 46 | <Reference Include="System" /> |
55 | <Reference Include="System" /> |
| 47 | <Reference Include="System.Xml" /> |
56 | <Reference Include="System.Xml" /> |