mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
visual studio projects
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1130 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
83f8b58814
commit
b21188e26f
@ -2,8 +2,10 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="misc"
|
||||
ProjectGUID="{7FC3D2AC-0C9B-4F85-A679-34D0ABC0495E}"
|
||||
Name="processPhraseTable"
|
||||
ProjectGUID="{AA230564-6DF1-4662-9BF9-7AD73DE53B76}"
|
||||
RootNamespace="processPhraseTable"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -18,6 +20,7 @@
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@ -36,6 +39,16 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\src";"$(SolutionDir)..\mysqlpp\lib";"$(SolutionDir)..\irstlm\src";"$(SolutionDir)..\srilm\src""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -48,6 +61,11 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies=""$(SolutionDir)\$(ConfigurationName)\moses.lib" "$(SolutionDir)\$(ConfigurationName)\irstlm.lib" zlib.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
@ -76,8 +94,11 @@
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
@ -96,6 +117,13 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\src";"$(SolutionDir)..\mysqlpp\lib";"$(SolutionDir)..\irstlm\src";"$(SolutionDir)..\srilm\src""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
@ -108,6 +136,13 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies=""$(SolutionDir)\$(ConfigurationName)\moses.lib" "$(SolutionDir)\$(ConfigurationName)\irstlm.lib" zlib.lib"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
@ -143,10 +178,6 @@
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\GenerateTuples.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\processPhraseTable.cpp"
|
||||
>
|
||||
@ -157,10 +188,6 @@
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\GenerateTuples.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
@ -11,25 +11,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-cmd", "..\moses-cmd\m
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "irstlm", "..\irstlm\irstlm.vcproj", "{19C023D8-67DE-4609-9C89-3152EF95995D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-dll", "..\moses-dll\moses-dll.vcproj", "{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "processPhraseTable", "..\misc\processPhraseTable.vcproj", "{AA230564-6DF1-4662-9BF9-7AD73DE53B76}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF} = {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}
|
||||
{19C023D8-67DE-4609-9C89-3152EF95995D} = {19C023D8-67DE-4609-9C89-3152EF95995D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "processPhraseTable", "..\misc\processPhraseTable.vcproj", "{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF} = {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "translator", "..\translator\translator.csproj", "{2D728D1C-9FA4-45A9-B25B-8831074EC877}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8} = {6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "translator-cmd", "..\translator-cmd\translator-cmd.vcproj", "{19D6C776-502D-404B-B3B6-2A2AE0B6398A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8} = {6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
@ -72,46 +56,16 @@ Global
|
||||
{19C023D8-67DE-4609-9C89-3152EF95995D}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{19C023D8-67DE-4609-9C89-3152EF95995D}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{19C023D8-67DE-4609-9C89-3152EF95995D}.Release|Win32.Build.0 = Release|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Debug|Any CPU.ActiveCfg = Debug|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Release|Any CPU.ActiveCfg = Release|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6DCBAB7A-26D5-47F3-B79F-8AB567C91DF8}.Release|Win32.Build.0 = Release|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Debug|Any CPU.ActiveCfg = Debug|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Release|Any CPU.ActiveCfg = Release|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6DB776B2-8B99-4AA9-8B7D-F464E3A168A1}.Release|Win32.Build.0 = Release|Win32
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Debug|Win32.ActiveCfg = Debug|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2D728D1C-9FA4-45A9-B25B-8831074EC877}.Release|Win32.ActiveCfg = Release|Any CPU
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Debug|Any CPU.ActiveCfg = Debug|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Release|Any CPU.ActiveCfg = Release|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{19D6C776-502D-404B-B3B6-2A2AE0B6398A}.Release|Win32.Build.0 = Release|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Any CPU.ActiveCfg = Debug|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Any CPU.ActiveCfg = Release|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Loading…
Reference in New Issue
Block a user