Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
fca5d2b6
Commit
fca5d2b6
authored
Jun 29, 2010
by
ArnoldZokas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete messages from build
parent
eb577e60
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
build.csproj
cfg/build.csproj
+0
-2
No files found.
cfg/build.csproj
View file @
fca5d2b6
...
@@ -154,13 +154,11 @@
...
@@ -154,13 +154,11 @@
<!--target groups-->
<!--target groups-->
<Target
Name=
"Build"
DependsOnTargets=
"_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource"
>
<Target
Name=
"Build"
DependsOnTargets=
"_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource"
>
<Message
Text=
"BEFORE"
Importance=
"high"
/>
<MSBuild
Projects=
"$(MSBuildProjectFullPath)"
Targets=
"_Clean;_Compile"
Properties=
"ForceTargets=true"
/>
<MSBuild
Projects=
"$(MSBuildProjectFullPath)"
Targets=
"_Clean;_Compile"
Properties=
"ForceTargets=true"
/>
<CallTarget
Targets=
"_Test"
/>
<CallTarget
Targets=
"_Test"
/>
</Target>
</Target>
<Target
Name=
"BuildAll"
DependsOnTargets=
"_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource"
>
<Target
Name=
"BuildAll"
DependsOnTargets=
"_Clean;_Compile;_EnsureEnvironment;_GenerateSource;_CopyGeneratedSource"
>
<Message
Text=
"BEFORE"
Importance=
"high"
/>
<MSBuild
Projects=
"$(MSBuildProjectFullPath)"
Targets=
"_Clean;_Compile"
Properties=
"ForceTargets=true"
/>
<MSBuild
Projects=
"$(MSBuildProjectFullPath)"
Targets=
"_Clean;_Compile"
Properties=
"ForceTargets=true"
/>
<CallTarget
Targets=
"_Test;_Package"
/>
<CallTarget
Targets=
"_Test;_Package"
/>
</Target>
</Target>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment