Skip to content

Commit

Permalink
vs.net
Browse files Browse the repository at this point in the history
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3801 1f5c12ca-751b-0410-a591-d2e778427230
  • Loading branch information
hieuhoang1972 committed Jan 17, 2011
1 parent ec89400 commit 30ca7f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/training/phrase-extract/consolidate-direct.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zlib.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
Expand Down Expand Up @@ -132,6 +133,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zlib.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
Expand Down Expand Up @@ -174,12 +176,20 @@
RelativePath=".\consolidate-direct.cpp"
>
</File>
<File
RelativePath=".\InputFileStream.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\InputFileStream.h"
>
</File>
<File
RelativePath=".\SafeGetline.h"
>
Expand Down
10 changes: 10 additions & 0 deletions scripts/training/phrase-extract/score.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zlib.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
Expand Down Expand Up @@ -133,6 +134,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="zlib.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
Expand Down Expand Up @@ -177,6 +179,10 @@
RelativePath=".\AlignmentPhrase.cpp"
>
</File>
<File
RelativePath=".\InputFileStream.cpp"
>
</File>
<File
RelativePath=".\PhraseAlignment.cpp"
>
Expand All @@ -199,6 +205,10 @@
RelativePath=".\AlignmentPhrase.h"
>
</File>
<File
RelativePath=".\InputFileStream.h"
>
</File>
<File
RelativePath=".\PhraseAlignment.h"
>
Expand Down

0 comments on commit 30ca7f2

Please sign in to comment.