URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [emuThor/] [source/] [emuThor.vcxproj] - Rev 55
Go to most recent revision | Compare with Previous | Blame | View Log
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{66801657-7E09-44B5-ABD9-E98665E86F91}</ProjectGuid>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<Keyword>ManagedCProj</Keyword>
<RootNamespace>emuThor</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CLRSupport>Pure</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CLRSupport>Pure</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>
</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>Use</PrecompiledHeader>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>
</AdditionalDependencies>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<None Include="app.ico" />
<None Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="About.cpp" />
<ClCompile Include="AssemblyInfo.cpp" />
<ClCompile Include="clsDisassem.cpp" />
<ClCompile Include="clsKeyboard.cpp" />
<ClCompile Include="clsPIC.cpp" />
<ClCompile Include="clsSevenSeg.cpp" />
<ClCompile Include="clsSystem.cpp" />
<ClCompile Include="clsThor.cpp" />
<ClCompile Include="clsUart.cpp" />
<ClCompile Include="emuThor.cpp" />
<ClCompile Include="frmBreakpoints.cpp" />
<ClCompile Include="frmInterrupts.cpp" />
<ClCompile Include="frmKeyboard.cpp" />
<ClCompile Include="frmMemory.cpp" />
<ClCompile Include="frmPCHistory.cpp" />
<ClCompile Include="frmRegisters.cpp" />
<ClCompile Include="frmRun.cpp" />
<ClCompile Include="frmScreen.cpp" />
<ClCompile Include="frmStack.cpp" />
<ClCompile Include="frmUart.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="About.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="clsCPU.h" />
<ClInclude Include="clsDevice.h" />
<ClInclude Include="clsDisassem.h" />
<ClInclude Include="clsKeyboard.h" />
<ClInclude Include="clsPIC.h" />
<ClInclude Include="clsSevenSeg.h" />
<ClInclude Include="clsSystem.h" />
<ClInclude Include="clsThor.h" />
<ClInclude Include="clsUart.h" />
<ClInclude Include="frmBreakpoints.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmInterrupts.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmMain.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmKeyboard.h" />
<ClInclude Include="frmMemory.h" />
<ClInclude Include="frmPCHistory.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmRegisters.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmRun.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmScreen.h" />
<ClInclude Include="frmStack.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="frmUart.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="insn.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="app.rc" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="About.resx">
<DependentUpon>About.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmBreakpoints.resx">
<DependentUpon>frmBreakpoints.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmInterrupts.resx">
<DependentUpon>frmInterrupts.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resX">
<DependentUpon>frmMain.h</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmKeyboard.resx" />
<EmbeddedResource Include="frmMemory.resx" />
<EmbeddedResource Include="frmPCHistory.resx">
<DependentUpon>frmPCHistory.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmRegisters.resx">
<DependentUpon>frmRegisters.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmRun.resx">
<DependentUpon>frmRun.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmScreen.resx" />
<EmbeddedResource Include="frmStack.resx">
<DependentUpon>frmStack.h</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmUart.resx">
<DependentUpon>frmUart.h</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
Go to most recent revision | Compare with Previous | Blame | View Log