Просмотр исходного кода

Files needed to run all unit tests.

master
coffeycathal_cp 15 лет назад
Родитель
Сommit
e0a7e8dd15
8 измененных файлов: 24 добавлений и 1 удалений
  1. 16
    1
      DocX.sln
  2. 8
    0
      UnitTests/UnitTests.csproj
  3. Двоичные данные
      UnitTests/documents/MovePicture.docx
  4. Двоичные данные
      UnitTests/documents/green.jpg
  5. Двоичные данные
      UnitTests/documents/orange.gif
  6. Двоичные данные
      UnitTests/documents/purple.png
  7. Двоичные данные
      UnitTests/documents/red.bmp
  8. Двоичные данные
      UnitTests/documents/yellow.tif

+ 16
- 1
DocX.sln Просмотреть файл

EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{F3022BB7-0E40-4C80-A495-37FEAF3671AB}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{F3022BB7-0E40-4C80-A495-37FEAF3671AB}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication3", "ConsoleApplication3\ConsoleApplication3.csproj", "{8A8EACDE-66DD-4F07-83C3-7E2241942A36}"
EndProject
Global Global
GlobalSection(TeamFoundationVersionControl) = preSolution GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccNumberOfProjects = 5
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs08 SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs08
SccLocalPath0 = . SccLocalPath0 = .
SccProjectUniqueName3 = Examples\\Examples.csproj SccProjectUniqueName3 = Examples\\Examples.csproj
SccProjectName3 = Examples SccProjectName3 = Examples
SccLocalPath3 = Examples SccLocalPath3 = Examples
SccProjectUniqueName4 = ConsoleApplication3\\ConsoleApplication3.csproj
SccProjectName4 = ConsoleApplication3
SccLocalPath4 = ConsoleApplication3
EndGlobalSection EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DocX.vsmdi CategoryFile = DocX.vsmdi
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Mixed Platforms.Build.0 = Release|x86 {F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Mixed Platforms.Build.0 = Release|x86
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.ActiveCfg = Release|x86 {F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.ActiveCfg = Release|x86
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.Build.0 = Release|x86 {F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.Build.0 = Release|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Debug|Any CPU.ActiveCfg = Debug|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Debug|Mixed Platforms.Build.0 = Debug|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Debug|x86.ActiveCfg = Debug|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Debug|x86.Build.0 = Debug|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Release|Any CPU.ActiveCfg = Release|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Release|Mixed Platforms.ActiveCfg = Release|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Release|Mixed Platforms.Build.0 = Release|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Release|x86.ActiveCfg = Release|x86
{8A8EACDE-66DD-4F07-83C3-7E2241942A36}.Release|x86.Build.0 = Release|x86
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

+ 8
- 0
UnitTests/UnitTests.csproj Просмотреть файл

<ItemGroup> <ItemGroup>
<None Include="documents\EverybodyHasAHome.docx" /> <None Include="documents\EverybodyHasAHome.docx" />
<None Include="documents\Images.docx" /> <None Include="documents\Images.docx" />
<None Include="documents\MovePicture.docx" />
<None Include="documents\Paragraphs.docx" /> <None Include="documents\Paragraphs.docx" />
<None Include="documents\Tables.docx" /> <None Include="documents\Tables.docx" />
<None Include="documents\Template.dotx" /> <None Include="documents\Template.dotx" />
<Name>DocX</Name> <Name>DocX</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="documents\green.jpg" />
<Content Include="documents\orange.gif" />
<Content Include="documents\purple.png" />
<Content Include="documents\red.bmp" />
<Content Include="documents\yellow.tif" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Двоичные данные
UnitTests/documents/MovePicture.docx Просмотреть файл


Двоичные данные
UnitTests/documents/green.jpg Просмотреть файл


Двоичные данные
UnitTests/documents/orange.gif Просмотреть файл


Двоичные данные
UnitTests/documents/purple.png Просмотреть файл


Двоичные данные
UnitTests/documents/red.bmp Просмотреть файл


Двоичные данные
UnitTests/documents/yellow.tif Просмотреть файл


Загрузка…
Отмена
Сохранить