Skip to content

Commit 08ade25

Browse files
committed
Revert "Add documentation file for debug build."
This reverts commit 766198e.
1 parent 0591610 commit 08ade25

File tree

66 files changed

+122
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+122
-136
lines changed

Linq/Macro/Linq-VS_2010.nproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<AssemblyName>Nemerle.Linq</AssemblyName>
2121
<KeyOriginatorFile Condition="'$(NKeysDir)' == ''">..\..\misc\keys\Nemerle.Compiler.snk</KeyOriginatorFile>
2222
<KeyOriginatorFile Condition="'$(NKeysDir)' != ''">$(NKeysDir)\Nemerle.Compiler.snk</KeyOriginatorFile>
23-
<DocumentationFile>$(OutputPath)\Nemerle.Linq.xml</DocumentationFile>
2423
</PropertyGroup>
2524
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2625
<DebugSymbols>true</DebugSymbols>

Linq/Macro/Linq.nproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<AssemblyName>Nemerle.Linq</AssemblyName>
2121
<KeyOriginatorFile Condition="'$(NKeysDir)' == ''">..\..\misc\keys\Nemerle.Compiler.snk</KeyOriginatorFile>
2222
<KeyOriginatorFile Condition="'$(NKeysDir)' != ''">$(NKeysDir)\Nemerle.Compiler.snk</KeyOriginatorFile>
23-
<DocumentationFile>$(OutputPath)\Nemerle.Linq.xml</DocumentationFile>
2423
</PropertyGroup>
2524
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2625
<DebugSymbols>true</DebugSymbols>

Nemerle.Compiler.nproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<Optimize>false</Optimize>
2828
<OutputPath>bin\Debug\</OutputPath>
2929
<DefineConstants>DEBUG;TRACE</DefineConstants>
30-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
30+
<!-- <DocumentationFile>$(OutputPath)\Nemerle.Compiler.xml</DocumentationFile> -->
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
3333
<DebugSymbols>false</DebugSymbols>
3434
<DebugType>None</DebugType>
3535
<Optimize>true</Optimize>
3636
<OutputPath>bin\Release\</OutputPath>
3737
<DefineConstants>TRACE</DefineConstants>
38-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
38+
<DocumentationFile>$(OutputPath)\Nemerle.Compiler.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<Import Project="$(Nemerle)\Nemerle.MSBuild.targets" />
4141
<ItemGroup>

Nemerle.Macros.nproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
<Optimize>false</Optimize>
2727
<OutputPath>bin\Debug\</OutputPath>
2828
<DefineConstants>DEBUG;TRACE</DefineConstants>
29-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
29+
<!-- <DocumentationFile>$(OutputPath)\Nemerle.Macros.xml</DocumentationFile> -->
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
3232
<DebugSymbols>false</DebugSymbols>
3333
<DebugType>None</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
3636
<DefineConstants>TRACE</DefineConstants>
37-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
37+
<DocumentationFile>$(OutputPath)\Nemerle.Macros.xml</DocumentationFile>
3838
</PropertyGroup>
3939
<Import Project="$(Nemerle)\Nemerle.MSBuild.targets" />
4040
<ItemGroup>

Nemerle.nproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
<Optimize>false</Optimize>
2929
<OutputPath>bin\Debug\</OutputPath>
3030
<DefineConstants>DEBUG;TRACE</DefineConstants>
31-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
31+
<!-- <DocumentationFile>$(OutputPath)\Nemerle.xml</DocumentationFile> -->
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
3434
<DebugSymbols>false</DebugSymbols>
3535
<DebugType>None</DebugType>
3636
<Optimize>true</Optimize>
3737
<OutputPath>bin\Release\</OutputPath>
3838
<DefineConstants>TRACE</DefineConstants>
39-
<DocumentationFile>$(OutputPath)\$(MSBuildProjectName).xml</DocumentationFile>
39+
<DocumentationFile>$(OutputPath)\Nemerle.xml</DocumentationFile>
4040
</PropertyGroup>
4141
<Import Project="$(Nemerle)\Nemerle.MSBuild.targets" />
4242
<ItemGroup>

misc/packages/wix/Sources/CompilerAndTools.wxs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
<File Id="File_Nemerle.Compiler.dll" Name="Nemerle.Compiler.dll" Source="$(var.DistPath)\bin\">
3838
<netfx:NativeImage Priority="1" Platform="all" Id="Image_Nemerle.Compiler.dll" Dependencies="no" AppBaseDirectory="Dir_Nver" />
3939
</File>
40-
<File Id="File_Nemerle.Compiler.xml" Name="Nemerle.Compiler.xml" Source="$(var.DistPath)\bin\"/>
40+
<?if $(var.Configuration) = "Release" ?>
41+
<File Id="File_Nemerle.Compiler.xml" Name="Nemerle.Compiler.xml" Source="$(var.DistPath)\bin\"/>
42+
<?endif?>
4143
<?if $(var.Configuration) = "Debug" ?>
4244
<File Id="File_Nemerle.Compiler.pdb" Name="Nemerle.Compiler.pdb" Source="$(var.DistPath)\bin\"/>
4345
<?endif?>
@@ -46,7 +48,9 @@
4648
<File Id="File_Nemerle.Macros.dll" Name="Nemerle.Macros.dll" Source="$(var.DistPath)\bin\">
4749
<netfx:NativeImage Priority="1" Platform="all" Id="Image_Nemerle.Macros.dll" Dependencies="no" AppBaseDirectory="Dir_Nver" />
4850
</File>
49-
<File Id="File_Nemerle.Macros.xml" Name="Nemerle.Macros.xml" Source="$(var.DistPath)\bin\"/>
51+
<?if $(var.Configuration) = "Release" ?>
52+
<File Id="File_Nemerle.Macros.xml" Name="Nemerle.Macros.xml" Source="$(var.DistPath)\bin\"/>
53+
<?endif?>
5054
<?if $(var.Configuration) = "Debug" ?>
5155
<File Id="File_Nemerle.Macros.pdb" Name="Nemerle.Macros.pdb" Source="$(var.DistPath)\bin\"/>
5256
<?endif?>

misc/packages/wix/Sources/NemerleRuntime.wxs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<File Id="File_Nemerle.dll" Name="Nemerle.dll" Source="$(var.DistPath)\bin\">
2424
<netfx:NativeImage Priority="1" Platform="all" Id="Image_Nemerle.dll" Dependencies="no" AppBaseDirectory="Dir_Nver" />
2525
</File>
26-
<File Id="File_Nemerle.xml" Name="Nemerle.xml" Source="$(var.DistPath)\bin\" />
26+
<?if $(var.Configuration) = "Release" ?>
27+
<File Id="File_Nemerle.xml" Name="Nemerle.xml" Source="$(var.DistPath)\bin\" />
28+
<?endif?>
2729
<?if $(var.Configuration) = "Debug" ?>
2830
<File Id="File_Nemerle.pdb" Name="Nemerle.pdb" Source="$(var.DistPath)\bin\" />
2931
<?endif?>
@@ -32,10 +34,6 @@
3234
<File Id="File_Nemerle.Linq.dll" Name="Nemerle.Linq.dll" Source="$(var.DistPath)\bin\">
3335
<netfx:NativeImage Priority="1" Platform="all" Id="Image_Nemerle.Linq.dll" Dependencies="no" AppBaseDirectory="Dir_Nver" />
3436
</File>
35-
36-
<File Id="File_Nemerle.Linq.xml" Name="Nemerle.Linq.xml" Source="$(var.DistPath)\bin\">
37-
<netfx:NativeImage Priority="1" Platform="all" Id="Image_Nemerle.Linq.xml" Dependencies="no" AppBaseDirectory="Dir_Nver" />
38-
</File>
3937

4038
<!--<File Id="File_Junction" Name="SetJunction.exe" Source="$(var.DistPath)\bin\" />-->
4139

0 commit comments

Comments
 (0)