~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Source/TestSuite/ASM/ASM.vcxproj

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <ItemGroup Label="ProjectConfigurations">
 
4
    <ProjectConfiguration Include="Release|Win32">
 
5
      <Configuration>Release</Configuration>
 
6
      <Platform>Win32</Platform>
 
7
    </ProjectConfiguration>
 
8
  </ItemGroup>
 
9
  <PropertyGroup Label="Globals">
 
10
    <ProjectGuid>{B0723635-279A-44E0-80A6-FC21DBB7A4B4}</ProjectGuid>
 
11
    <RootNamespace>TestSuite</RootNamespace>
 
12
    <Keyword>MakeFileProj</Keyword>
 
13
  </PropertyGroup>
 
14
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
15
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
16
    <ConfigurationType>Makefile</ConfigurationType>
 
17
  </PropertyGroup>
 
18
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
19
  <ImportGroup Label="ExtensionSettings">
 
20
  </ImportGroup>
 
21
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
22
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
23
  </ImportGroup>
 
24
  <PropertyGroup Label="UserMacros" />
 
25
  <PropertyGroup>
 
26
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 
27
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">build\</OutDir>
 
28
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">build\</IntDir>
 
29
    <NMakeBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">make -r 2&gt;&amp;1 | sed -e %27s/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/’</NMakeBuildCommandLine>
 
30
    <NMakeReBuildCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">make clean &amp;&amp; make -r 2&gt;&amp;1 | sed -e %27s/\(.[a-zA-Z]\+\):\([0-9]\+\):/\1(\2):/’</NMakeReBuildCommandLine>
 
31
    <NMakeCleanCommandLine Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">make clean</NMakeCleanCommandLine>
 
32
    <NMakeOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">dolphintest_asm.dol</NMakeOutput>
 
33
    <NMakePreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
 
34
    <NMakeIncludeSearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\include;C:\devkitPro\libogc\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
 
35
    <NMakeForcedIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedIncludes)</NMakeForcedIncludes>
 
36
    <NMakeAssemblySearchPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeAssemblySearchPath)</NMakeAssemblySearchPath>
 
37
    <NMakeForcedUsingAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(NMakeForcedUsingAssemblies)</NMakeForcedUsingAssemblies>
 
38
  </PropertyGroup>
 
39
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
40
    <BuildLog>
 
41
      <Path>build\BuildLog.htm</Path>
 
42
    </BuildLog>
 
43
  </ItemDefinitionGroup>
 
44
  <ItemGroup>
 
45
    <ClCompile Include="source\asm_float.cpp" />
 
46
    <ClCompile Include="source\asm_integer.cpp" />
 
47
    <ClCompile Include="source\asm_tables.cpp" />
 
48
    <ClCompile Include="source\dolphintest_asm.cpp" />
 
49
    <ClCompile Include="source\Helpers.cpp" />
 
50
    <ClCompile Include="source\Init.cpp" />
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <ClInclude Include="source\asm_tables.h" />
 
54
    <ClInclude Include="source\Defines.h" />
 
55
    <ClInclude Include="source\Helpers.h" />
 
56
    <ClInclude Include="source\Init.h" />
 
57
    <ClInclude Include="source\Instructions.h" />
 
58
  </ItemGroup>
 
59
  <ItemGroup>
 
60
    <None Include="Makefile" />
 
61
  </ItemGroup>
 
62
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
63
  <ImportGroup Label="ExtensionTargets">
 
64
  </ImportGroup>
 
65
</Project>
 
 
b'\\ No newline at end of file'