Преглед изворни кода

Files needed to run all unit tests.

master
coffeycathal_cp пре 15 година
родитељ
комит
e0a7e8dd15

+ 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.

BIN
UnitTests/documents/MovePicture.docx Прегледај датотеку


BIN
UnitTests/documents/green.jpg Прегледај датотеку


BIN
UnitTests/documents/orange.gif Прегледај датотеку


BIN
UnitTests/documents/purple.png Прегледај датотеку


BIN
UnitTests/documents/red.bmp Прегледај датотеку


BIN
UnitTests/documents/yellow.tif Прегледај датотеку


Loading…
Откажи
Сачувај